]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/makefile.vc
added common regex
[wxWidgets.git] / src / stc / makefile.vc
index c1adeacff6c2ff653de77d024ea2e6f491821440..b8fce0a183987558e1dff1ed46d9e96ac683472b 100644 (file)
@@ -15,30 +15,39 @@ NOPCH=1
 !include $(WXDIR)\src\makevc.env
 
 OBJECTS = \
 !include $(WXDIR)\src\makevc.env
 
 OBJECTS = \
-       $(D)\Accessor.obj       \
        $(D)\AutoComplete.obj   \
        $(D)\CallTip.obj        \
        $(D)\CellBuffer.obj     \
        $(D)\ContractionState.obj\
        $(D)\Document.obj       \
        $(D)\AutoComplete.obj   \
        $(D)\CallTip.obj        \
        $(D)\CellBuffer.obj     \
        $(D)\ContractionState.obj\
        $(D)\Document.obj       \
+       $(D)\DocumentAccessor.obj\
        $(D)\Editor.obj         \
        $(D)\Indicator.obj      \
        $(D)\KeyMap.obj         \
        $(D)\KeyWords.obj       \
        $(D)\Editor.obj         \
        $(D)\Indicator.obj      \
        $(D)\KeyMap.obj         \
        $(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)\LineMarker.obj     \
+       $(D)\PosRegExp.obj      \
        $(D)\PropSet.obj        \
        $(D)\ScintillaBase.obj  \
        $(D)\Style.obj          \
        $(D)\PropSet.obj        \
        $(D)\ScintillaBase.obj  \
        $(D)\Style.obj          \
+       $(D)\UniConversion.obj  \
        $(D)\ViewStyle.obj      \
        $(D)\ViewStyle.obj      \
+       $(D)\WindowAccessor.obj \
                                \
        $(D)\PlatWX.obj         \
        $(D)\ScintillaWX.obj    \
        $(D)\stc.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)
 
 
 all:    $(D) $(LIBTARGET)