]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/Makefile.in
fixed yet another bug in wxActivateEvent handling
[wxWidgets.git] / src / stc / Makefile.in
index 790eaa73765bfff8ea39f157c74919168d812d00..3deb9ba6ba53535539a8e3444a2686457b39f7ba 100644 (file)
@@ -23,31 +23,39 @@ HEADER_SUBDIR=stc
 HEADERS=stc.h
 
 OBJECTS=PlatWX.o ScintillaWX.o stc.o \
-       DocumentAccessor.o      \
-       LexCPP.o                \
-       LexHTML.o               \
-       LexLua.o                \
-       LexOthers.o             \
-       LexPerl.o               \
-       LexPython.o             \
-       LexSQL.o                \
-       LexVB.o                 \
-       UniConversion.o         \
-       WindowAccessor.o        \
         AutoComplete.o         \
         CallTip.o              \
         CellBuffer.o           \
         ContractionState.o     \
         Document.o             \
+       DocumentAccessor.o      \
         Editor.o               \
         Indicator.o            \
         KeyMap.o               \
         KeyWords.o             \
+       LexAVE.o                \
+       LexAda.o                \
+       LexCPP.o                \
+       LexConf.o               \
+       LexEiffel.o             \
+       LexHTML.o               \
+       LexLisp.o               \
+       LexLua.o                \
+       LexOthers.o             \
+       LexPascal.o             \
+       LexPerl.o               \
+       LexPython.o             \
+       LexRuby.o               \
+       LexSQL.o                \
+       LexVB.o                 \
         LineMarker.o           \
         PropSet.o              \
+       RESearch.o              \
         ScintillaBase.o                \
         Style.o                        \
+       UniConversion.o         \
         ViewStyle.o            \
+       WindowAccessor.o        \
 
 DEPFILES=$(OBJECTS:.o=.d)