S=$(SCINTILLA)\src
-STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S)
+STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(SCINTILLA)/include -I$(S)
LIBTARGET=$(WXDIR)\contrib\lib\stc.lib
KeyWords.obj \
LexAVE.obj \
LexAda.obj \
+ LexBaan.obj \
+ LexBullant.obj \
+ LexMatlab.obj \
LexCPP.obj \
LexConf.obj \
LexCrontab.obj \
default: $(STCCFG) $(LIBTARGET)
+cleancfg:
+ del $(STCCFG)
{$(S)}.cxx.obj:
bcc32 $(STCCPPFLAGS) -P -c {$< }
-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__