X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bf19daf89405dabc448277e76902da56b39123..27ce9aef53de32179153fbfbbdd9d52720d165e8:/src/stc/makefile.wat

diff --git a/src/stc/makefile.wat b/src/stc/makefile.wat
index 3a42017756..76a2985a3b 100644
--- a/src/stc/makefile.wat
+++ b/src/stc/makefile.wat
@@ -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)