ARCHINCDIR must be defined in makeb32.env, not makefile.b32 (patch 548990)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-27 10:38:48 +00:00
parent 68c5a31c6c
commit 4deae7a033
5 changed files with 12 additions and 6 deletions

View File

@@ -70,6 +70,8 @@ STCCPPFLAGS=$(DLL_FLAGS) $(EXTRACPPFLAGS) @$(STCCFG)
default: $(STCCFG) $(LIBTARGET)
cleancfg:
del $(STCCFG)
{$(S)}.cxx.obj:
bcc32 $(STCCPPFLAGS) -P -c {$< }
@@ -91,7 +93,8 @@ $(STCCFG): makefile.b32
-tWM
-I$(WXINC);$(BCCDIR)\include;$(WXDIR)/src/generic;$(WXDIR)/src/png;$(WXDIR)/src/jpeg;$(WXDIR)/src/zlib;$(WXDIR)/src/xpm;$(WXDIR)/src/tiff
-I$(WXDIR)\include\wx\msw\gnuwin32
-I$(WXDIR)\include\wx\msw\gnuwin32;$(ARCHINCDIR)
-L$(BCCDIR)\lib
-D__WXWIN__