]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/makefile.wat
removed redundant wxUSE_GUI checks
[wxWidgets.git] / src / stc / makefile.wat
index 3a4201775649698be1eb5b1cf444e09277d928d0..76a2985a3bcd5afbfddfc0b312568b8d688bc57a 100644 (file)
@@ -31,17 +31,21 @@ OBJECTS = &
     KeyWords.obj               &
        LexAVE.obj                      &
        LexAda.obj                      &
+       LexAsm.obj                      &
        LexBaan.obj                     &
        LexBullant.obj              &
        LexMatlab.obj           &
        LexCPP.obj                      &
        LexConf.obj                     &
        LexCrontab.obj              &
+       LexCSS.obj                  &
        LexEiffel.obj               &
+       LexFortran.obj              &
        LexHTML.obj                     &
        LexLisp.obj                     &
        LexLua.obj                      &
        LexOthers.obj               &
+       LexPOV.obj                  &
        LexPascal.obj               &
        LexPerl.obj                     &
        LexPython.obj               &
@@ -57,9 +61,10 @@ OBJECTS = &
        UniConversion.obj           &
     ViewStyle.obj                  &
        WindowAccessor.obj          &
+       XPM.obj                     &
        PlatWX.obj              &
        ScintillaWX.obj         &
-       stc.obj     
+       stc.obj
 
 all: $(STCLIB) .SYMBOLIC
 
@@ -67,17 +72,17 @@ $(STCLIB): $(OBJECTS)
        *wlib /b /c /n /P=256 $(STCLIB) $(OBJECTS)
 
 clean:   .SYMBOLIC
-    -erase *.obj 
-    -erase *.bak 
-    -erase *.err 
-    -erase *.pch 
-    -erase $(STCLIB) 
+    -erase *.obj
+    -erase *.bak
+    -erase *.err
+    -erase *.pch
+    -erase $(STCLIB)
     -erase *.lbc
 
 .EXTENSIONS: .cxx
 .cxx: $(S)
 
 .cxx.obj:
-    $(CXX) $[*.cxx $(CXXFLAGS) $(STCEXTRACPPFLAGS) 
+    $(CXX) $[*.cxx $(CXXFLAGS) $(STCEXTRACPPFLAGS)