X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4deae7a0336917a50dedd8c28e206577bfb8956f..a71b82dda9493f993309194e39dfd70e8fe2fe54:/src/stc/makefile.b32 diff --git a/src/stc/makefile.b32 b/src/stc/makefile.b32 index 0ac8176647..345d659000 100644 --- a/src/stc/makefile.b32 +++ b/src/stc/makefile.b32 @@ -34,17 +34,21 @@ OBJECTS = \ KeyWords.obj \ LexAVE.obj \ LexAda.obj \ + LexAsm.obj \ LexBaan.obj \ LexBullant.obj \ LexMatlab.obj \ LexCPP.obj \ LexConf.obj \ LexCrontab.obj \ + LexCSS.obj \ LexEiffel.obj \ + LexFortran.obj \ LexHTML.obj \ LexLisp.obj \ LexLua.obj \ LexOthers.obj \ + LexPOV.obj \ LexPascal.obj \ LexPerl.obj \ LexPython.obj \ @@ -60,17 +64,19 @@ OBJECTS = \ UniConversion.obj \ ViewStyle.obj \ WindowAccessor.obj \ + XPM.obj \ \ PlatWX.obj \ ScintillaWX.obj \ stc.obj \ + STCCFG = stc.cfg STCCPPFLAGS=$(DLL_FLAGS) $(EXTRACPPFLAGS) @$(STCCFG) default: $(STCCFG) $(LIBTARGET) -cleancfg: +cleancfg: del $(STCCFG) {$(S)}.cxx.obj: @@ -89,7 +95,6 @@ $(STCCFG): makefile.b32 -w-par -w-aus -w-hid # virtual function A hides virtual function B --WE -tWM -I$(WXINC);$(BCCDIR)\include;$(WXDIR)/src/generic;$(WXDIR)/src/png;$(WXDIR)/src/jpeg;$(WXDIR)/src/zlib;$(WXDIR)/src/xpm;$(WXDIR)/src/tiff