X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddea7eb61476571b80c2f52c2689680229595fec..be6577566570876c0c00621ff98c786d7c6de80e:/src/stc/makefile.wat diff --git a/src/stc/makefile.wat b/src/stc/makefile.wat index 6ef59ff7dd..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,12 +72,17 @@ $(STCLIB): $(OBJECTS) *wlib /b /c /n /P=256 $(STCLIB) $(OBJECTS) clean: .SYMBOLIC - -erase *.obj *.bak *.err *.pch $(STCLIB) *.lbc + -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)