📄 makefile.dmc
字号:
# =========================================================================# This makefile was generated by# Bakefile 0.2.1 (http://bakefile.sourceforge.net)# Do not modify, all changes will be overwritten!# =========================================================================include ../../../build/msw/config.dmc# -------------------------------------------------------------------------# Do not modify the rest of this file!# -------------------------------------------------------------------------### Variables: ###WX_RELEASE_NODOT = 28OBJS = dmc_mswd$(CFG)LIBTYPE_SUFFIX = libLIBDIRNAME = ..\..\src\stc\..\..\..\lib\dmc_$(LIBTYPE_SUFFIX)$(CFG)SETUPHDIR = $(LIBDIRNAME)\mswdSTCLIB_CXXFLAGS = -g -o+none -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ \ -I$(SETUPHDIR) -I..\..\src\stc\..\..\..\include -w- \ -I..\..\src\stc\..\..\include -I..\..\src\stc\scintilla\include \ -I..\..\src\stc\scintilla\src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -Ar -Ae \ $(CPPFLAGS) $(CXXFLAGS)STCLIB_OBJECTS = \ $(OBJS)\stclib_PlatWX.obj \ $(OBJS)\stclib_ScintillaWX.obj \ $(OBJS)\stclib_stc.obj \ $(OBJS)\stclib_AutoComplete.obj \ $(OBJS)\stclib_CallTip.obj \ $(OBJS)\stclib_CellBuffer.obj \ $(OBJS)\stclib_CharClassify.obj \ $(OBJS)\stclib_ContractionState.obj \ $(OBJS)\stclib_Document.obj \ $(OBJS)\stclib_DocumentAccessor.obj \ $(OBJS)\stclib_Editor.obj \ $(OBJS)\stclib_ExternalLexer.obj \ $(OBJS)\stclib_Indicator.obj \ $(OBJS)\stclib_KeyMap.obj \ $(OBJS)\stclib_KeyWords.obj \ $(OBJS)\stclib_LexAPDL.obj \ $(OBJS)\stclib_LexAU3.obj \ $(OBJS)\stclib_LexAVE.obj \ $(OBJS)\stclib_LexAda.obj \ $(OBJS)\stclib_LexAsm.obj \ $(OBJS)\stclib_LexAsn1.obj \ $(OBJS)\stclib_LexBaan.obj \ $(OBJS)\stclib_LexBash.obj \ $(OBJS)\stclib_LexBasic.obj \ $(OBJS)\stclib_LexBullant.obj \ $(OBJS)\stclib_LexCLW.obj \ $(OBJS)\stclib_LexCPP.obj \ $(OBJS)\stclib_LexCSS.obj \ $(OBJS)\stclib_LexCaml.obj \ $(OBJS)\stclib_LexCsound.obj \ $(OBJS)\stclib_LexConf.obj \ $(OBJS)\stclib_LexCrontab.obj \ $(OBJS)\stclib_LexEScript.obj \ $(OBJS)\stclib_LexEiffel.obj \ $(OBJS)\stclib_LexErlang.obj \ $(OBJS)\stclib_LexFlagship.obj \ $(OBJS)\stclib_LexForth.obj \ $(OBJS)\stclib_LexFortran.obj \ $(OBJS)\stclib_LexGui4Cli.obj \ $(OBJS)\stclib_LexHTML.obj \ $(OBJS)\stclib_LexHaskell.obj \ $(OBJS)\stclib_LexInno.obj \ $(OBJS)\stclib_LexKix.obj \ $(OBJS)\stclib_LexLisp.obj \ $(OBJS)\stclib_LexLout.obj \ $(OBJS)\stclib_LexLua.obj \ $(OBJS)\stclib_LexMMIXAL.obj \ $(OBJS)\stclib_LexMPT.obj \ $(OBJS)\stclib_LexMSSQL.obj \ $(OBJS)\stclib_LexMatlab.obj \ $(OBJS)\stclib_LexMetapost.obj \ $(OBJS)\stclib_LexNsis.obj \ $(OBJS)\stclib_LexOpal.obj \ $(OBJS)\stclib_LexOthers.obj \ $(OBJS)\stclib_LexPB.obj \ $(OBJS)\stclib_LexPOV.obj \ $(OBJS)\stclib_LexPS.obj \ $(OBJS)\stclib_LexPascal.obj \ $(OBJS)\stclib_LexPerl.obj \ $(OBJS)\stclib_LexPython.obj \ $(OBJS)\stclib_LexRebol.obj \ $(OBJS)\stclib_LexRuby.obj \ $(OBJS)\stclib_LexSQL.obj \ $(OBJS)\stclib_LexSmalltalk.obj \ $(OBJS)\stclib_LexTADS3.obj \ $(OBJS)\stclib_LexScriptol.obj \ $(OBJS)\stclib_LexSpecman.obj \ $(OBJS)\stclib_LexSpice.obj \ $(OBJS)\stclib_LexTCL.obj \ $(OBJS)\stclib_LexTeX.obj \ $(OBJS)\stclib_LexVB.obj \ $(OBJS)\stclib_LexVHDL.obj \ $(OBJS)\stclib_LexVerilog.obj \ $(OBJS)\stclib_LexYAML.obj \ $(OBJS)\stclib_LineMarker.obj \ $(OBJS)\stclib_PropSet.obj \ $(OBJS)\stclib_RESearch.obj \ $(OBJS)\stclib_ScintillaBase.obj \ $(OBJS)\stclib_Style.obj \ $(OBJS)\stclib_StyleContext.obj \ $(OBJS)\stclib_UniConversion.obj \ $(OBJS)\stclib_ViewStyle.obj \ $(OBJS)\stclib_WindowAccessor.obj \ $(OBJS)\stclib_XPM.obj### Targets: ###all : $(LIBDIRNAME)\wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_stc.libclean : -if exist $(OBJS)\*.obj del $(OBJS)\*.obj -if exist $(OBJS)\*.res del $(OBJS)\*.res -if exist $(OBJS)\*.sym del $(OBJS)\*.sym -if exist $(LIBDIRNAME)\wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_stc.lib del $(LIBDIRNAME)\wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_stc.lib$(LIBDIRNAME)\wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_stc.lib : $(STCLIB_OBJECTS) lib -p512 -c -n $@ $(STCLIB_OBJECTS)$(OBJS)\stclib_PlatWX.obj : ../../src/stc\PlatWX.cpp $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\PlatWX.cpp$(OBJS)\stclib_ScintillaWX.obj : ../../src/stc\ScintillaWX.cpp $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\ScintillaWX.cpp$(OBJS)\stclib_stc.obj : ../../src/stc\stc.cpp $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\stc.cpp$(OBJS)\stclib_AutoComplete.obj : ../../src/stc\scintilla\src\AutoComplete.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\AutoComplete.cxx$(OBJS)\stclib_CallTip.obj : ../../src/stc\scintilla\src\CallTip.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\CallTip.cxx$(OBJS)\stclib_CellBuffer.obj : ../../src/stc\scintilla\src\CellBuffer.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\CellBuffer.cxx$(OBJS)\stclib_CharClassify.obj : ../../src/stc\scintilla\src\CharClassify.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\CharClassify.cxx$(OBJS)\stclib_ContractionState.obj : ../../src/stc\scintilla\src\ContractionState.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\ContractionState.cxx$(OBJS)\stclib_Document.obj : ../../src/stc\scintilla\src\Document.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\Document.cxx$(OBJS)\stclib_DocumentAccessor.obj : ../../src/stc\scintilla\src\DocumentAccessor.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\DocumentAccessor.cxx$(OBJS)\stclib_Editor.obj : ../../src/stc\scintilla\src\Editor.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\Editor.cxx$(OBJS)\stclib_ExternalLexer.obj : ../../src/stc\scintilla\src\ExternalLexer.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\ExternalLexer.cxx$(OBJS)\stclib_Indicator.obj : ../../src/stc\scintilla\src\Indicator.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\Indicator.cxx$(OBJS)\stclib_KeyMap.obj : ../../src/stc\scintilla\src\KeyMap.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\KeyMap.cxx$(OBJS)\stclib_KeyWords.obj : ../../src/stc\scintilla\src\KeyWords.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\KeyWords.cxx$(OBJS)\stclib_LexAPDL.obj : ../../src/stc\scintilla\src\LexAPDL.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexAPDL.cxx$(OBJS)\stclib_LexAU3.obj : ../../src/stc\scintilla\src\LexAU3.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexAU3.cxx$(OBJS)\stclib_LexAVE.obj : ../../src/stc\scintilla\src\LexAVE.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexAVE.cxx$(OBJS)\stclib_LexAda.obj : ../../src/stc\scintilla\src\LexAda.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexAda.cxx$(OBJS)\stclib_LexAsm.obj : ../../src/stc\scintilla\src\LexAsm.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexAsm.cxx$(OBJS)\stclib_LexAsn1.obj : ../../src/stc\scintilla\src\LexAsn1.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexAsn1.cxx$(OBJS)\stclib_LexBaan.obj : ../../src/stc\scintilla\src\LexBaan.cxx $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ../../src/stc\scintilla\src\LexBaan.cxx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -