]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/makefile.vc
don't define wxUSE_OWNER_DRAWN for wxUniv
[wxWidgets.git] / src / stc / makefile.vc
index f7358c3e733d21452b91572c71621792d5963593..fa0f4a7e77471f6ed7f70d5ee1bd2fe7d436377c 100644 (file)
@@ -25,29 +25,37 @@ OBJECTS = \
        $(D)\Indicator.obj      \
        $(D)\KeyMap.obj         \
        $(D)\KeyWords.obj       \
-       $(D)\LexCPP.obj         \
-       $(D)\LexHTML.obj        \
-       $(D)\LexOthers.obj      \
-       $(D)\LexPerl.obj        \
-       $(D)\LexPython.obj      \
-       $(D)\LexSQL.obj         \
-       $(D)\LexVB.obj          \
        $(D)\LineMarker.obj     \
        $(D)\PropSet.obj        \
+       $(D)\RESearch.obj       \
        $(D)\ScintillaBase.obj  \
        $(D)\Style.obj          \
        $(D)\UniConversion.obj  \
        $(D)\ViewStyle.obj      \
        $(D)\WindowAccessor.obj \
                                \
+       $(D)\LexAda.obj         \
+       $(D)\LexAVE.obj         \
+       $(D)\LexConf.obj        \
+       $(D)\LexCPP.obj         \
+       $(D)\LexEiffel.obj      \
+       $(D)\LexHTML.obj        \
+       $(D)\LexLisp.obj        \
+       $(D)\LexLua.obj         \
+       $(D)\LexOthers.obj      \
+       $(D)\LexPascal.obj      \
+       $(D)\LexPerl.obj        \
+       $(D)\LexPython.obj      \
+       $(D)\LexRuby.obj        \
+       $(D)\LexSQL.obj         \
+       $(D)\LexVB.obj          \
+                               \
        $(D)\PlatWX.obj         \
        $(D)\ScintillaWX.obj    \
        $(D)\stc.obj            \
 
 
-
-
-LIBTARGET = $(WXDIR)\contrib\lib\stc$(LIBEXT).lib
+LIBTARGET = $(WXDIR)\lib\stc$(LIBEXT).lib
 
 all:    $(D) $(LIBTARGET)