]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/makefile.vc
1) fixed handling of 48bit colors in XPMs
[wxWidgets.git] / src / stc / makefile.vc
index f7358c3e733d21452b91572c71621792d5963593..b8fce0a183987558e1dff1ed46d9e96ac683472b 100644 (file)
@@ -27,12 +27,14 @@ OBJECTS = \
        $(D)\KeyWords.obj       \
        $(D)\LexCPP.obj         \
        $(D)\LexHTML.obj        \
+       $(D)\LexLua.obj         \
        $(D)\LexOthers.obj      \
        $(D)\LexPerl.obj        \
        $(D)\LexPython.obj      \
        $(D)\LexSQL.obj         \
        $(D)\LexVB.obj          \
        $(D)\LineMarker.obj     \
+       $(D)\PosRegExp.obj      \
        $(D)\PropSet.obj        \
        $(D)\ScintillaBase.obj  \
        $(D)\Style.obj          \
@@ -45,9 +47,7 @@ OBJECTS = \
        $(D)\stc.obj            \
 
 
-
-
-LIBTARGET = $(WXDIR)\contrib\lib\stc$(LIBEXT).lib
+LIBTARGET = $(WXDIR)\lib\stc$(LIBEXT).lib
 
 all:    $(D) $(LIBTARGET)