]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/makefile.b32
test for bug with new wu-ftpd
[wxWidgets.git] / contrib / src / stc / makefile.b32
index 3d52701553c92b4b97c475d24ee1320131840385..0d86478b7c09bab65625557c9c3168b7ab7e84fe 100644 (file)
@@ -2,7 +2,7 @@
 # File:                makefile.b32
 # Author:      Julian Smart
 # Created:     1999
 # File:                makefile.b32
 # Author:      Julian Smart
 # Created:     1999
-# Updated:     
+# Updated:
 # Copyright:
 #
 # Makefile : Builds wxMMedia library for 32-bit BC++
 # Copyright:
 #
 # Makefile : Builds wxMMedia library for 32-bit BC++
@@ -21,25 +21,38 @@ STCEXTRACPPFLAGS=-D__WX__ -DSCI_LEXER -I$(SCINTILLA)/include -I$(S)
 LIBTARGET=$(WXDIR)\contrib\lib\stc.lib
 
 OBJECTS = \
 LIBTARGET=$(WXDIR)\contrib\lib\stc.lib
 
 OBJECTS = \
-       Accessor.obj    \
+       Accessor.obj            \
        AutoComplete.obj        \
        AutoComplete.obj        \
-       CallTip.obj     \
-       CellBuffer.obj  \
-       ContractionState.obj\
-       Document.obj    \
+       CallTip.obj             \
+       CellBuffer.obj          \
+       ContractionState.obj    \
+       Document.obj            \
+       DocumentAccessor.obj    \
        Editor.obj              \
        Editor.obj              \
-       Indicator.obj   \
+       Indicator.obj           \
        KeyMap.obj              \
        KeyMap.obj              \
-       KeyWords.obj    \
-       LineMarker.obj  \
-       PropSet.obj     \
+       KeyWords.obj            \
+       LexCPP.obj              \
+       LexHTML.obj             \
+       LexLua.obj              \
+       LexOthers.obj           \
+       LexPerl.obj             \
+       LexPython.obj           \
+       LexSQL.obj              \
+       LexVB.obj               \
+       LineMarker.obj          \
+       PropSet.obj             \
+       PosRegExp.obj           \
        ScintillaBase.obj       \
        Style.obj               \
        ScintillaBase.obj       \
        Style.obj               \
-       ViewStyle.obj   \
+       UniConversion.obj       \
+       ViewStyle.obj           \
+       WindowAccessor.obj      \
                                \
        PlatWX.obj              \
                                \
        PlatWX.obj              \
-       ScintillaWX.obj \
-       stc.obj         \
+       ScintillaWX.obj         \
+       stc.obj                 \
+
 
 !include $(WXDIR)\src\makelib.b32
 
 
 !include $(WXDIR)\src\makelib.b32