]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/Makefile.in
new rendering customization api fixes
[wxWidgets.git] / src / stc / Makefile.in
index 042da17f87d235ddad1f1daef70465841f540b11..9df25a3db22d00b80ef3e735339d44554e906a0a 100644 (file)
@@ -34,18 +34,22 @@ OBJECTS=PlatWX.o ScintillaWX.o stc.o \
         KeyMap.o               \
         KeyWords.o             \
        LexAVE.o                \
+       LexAda.o                \
+       LexAsm.o                \
        LexBaan.o               \
        LexBullant.o            \
        LexMatlab.o             \
-       LexAda.o                \
        LexCPP.o                \
        LexConf.o               \
        LexCrontab.o            \
+       LexCSS.o                \
        LexEiffel.o             \
+       LexFortran.o            \
        LexHTML.o               \
        LexLisp.o               \
        LexLua.o                \
        LexOthers.o             \
+       LexPOV.o                \
        LexPascal.o             \
        LexPerl.o               \
        LexPython.o             \
@@ -61,6 +65,8 @@ OBJECTS=PlatWX.o ScintillaWX.o stc.o \
        UniConversion.o         \
         ViewStyle.o            \
        WindowAccessor.o        \
+       XPM.o                   \
+
 
 DEPFILES=$(OBJECTS:.o=.d)