]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/makefile.vc
make sure wxMac fonts are never AntiAliased (measuring problems would occur, because...
[wxWidgets.git] / contrib / src / stc / makefile.vc
index 9c6d478b878317c07aa30aa96e4abf57ae82b343..9a3fdc08e79132fe0ee0d16377ed819a0edca812 100644 (file)
@@ -9,7 +9,7 @@
 WXDIR = $(WXWIN)
 SCINTILLA=.\scintilla
 S=$(SCINTILLA)\src
-EXTRAINC=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S) -I. -I$(WXDIR)\contrib\include
+EXTRAINC=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(SCINTILLA)/include -I$(S) -I. -I$(WXDIR)\contrib\include
 NOPCH=1
 
 !include $(WXDIR)\src\makevc.env
@@ -27,6 +27,9 @@ OBJECTS = \
         $(D)\KeyWords.obj              \
        $(D)\LexAVE.obj                 \
        $(D)\LexAda.obj                 \
+       $(D)\LexBaan.obj                \
+       $(D)\LexBullant.obj             \
+       $(D)\LexMatlab.obj              \
        $(D)\LexCPP.obj                 \
        $(D)\LexConf.obj                \
        $(D)\LexCrontab.obj             \