makefile.vc

来自「wxWidgets 2.8.9 Downloads」· VC 代码 · 共 1,020 行 · 第 1/3 页

VC
1,020
字号
!endif
!if "$(MSLU)" == "1"
__MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
!endif
!if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p_1 = /d wxUSE_GRAPHICS_CONTEXT=1
!endif
!if "$(MONOLITHIC)" == "1"
__WXLIB_MONO_p = \
	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
!endif
!if "$(MSLU)" == "1"
__UNICOWS_LIB_p = unicows.lib
!endif
!if "$(USE_GDIPLUS)" == "1"
__GDIPLUS_LIB_p = gdiplus.lib
!endif
!if "$(MONOLITHIC)" == "0"
__WXLIB_CORE_p = \
	wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
!endif
!if "$(MONOLITHIC)" == "0"
__WXLIB_BASE_p = \
	wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
!endif
!if "$(SHARED)" == "0"
__stclib___depname = \
	$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
!endif
!if "$(RUNTIME_LIBS)" == "dynamic"
__RUNTIME_LIBS_21 = D
!endif
!if "$(RUNTIME_LIBS)" == "static"
__RUNTIME_LIBS_21 = $(__THREADSFLAG)
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO_1 = /Zi
!endif
!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
__DEBUGINFO_1 = 
!endif
!if "$(DEBUG_INFO)" == "0"
__DEBUGINFO_1 = 
!endif
!if "$(DEBUG_INFO)" == "1"
__DEBUGINFO_1 = /Zi
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
____DEBUGRUNTIME = /D_DEBUG
!endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
____DEBUGRUNTIME = 
!endif
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
____DEBUGRUNTIME = 
!endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
____DEBUGRUNTIME = /D_DEBUG
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME = d
!endif
!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
__DEBUGRUNTIME = 
!endif
!if "$(DEBUG_RUNTIME_LIBS)" == "0"
__DEBUGRUNTIME = 
!endif
!if "$(DEBUG_RUNTIME_LIBS)" == "1"
__DEBUGRUNTIME = d
!endif
!if "$(BUILD)" == "debug"
__OPTIMIZEFLAG = /Od
!endif
!if "$(BUILD)" == "release"
__OPTIMIZEFLAG = /O2
!endif
!if "$(USE_THREADS)" == "0"
__THREADSFLAG = L
!endif
!if "$(USE_THREADS)" == "1"
__THREADSFLAG = T
!endif
!if "$(USE_RTTI)" == "0"
__RTTIFLAG = 
!endif
!if "$(USE_RTTI)" == "1"
__RTTIFLAG = /GR
!endif
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONSFLAG = 
!endif
!if "$(USE_EXCEPTIONS)" == "1"
__EXCEPTIONSFLAG = /EHsc
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
!endif
!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
!endif
!if "$(WXUNIV)" == "1"
__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
!endif
!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
__DEBUG_DEFINE_p = /D__WXDEBUG__
!endif
!if "$(DEBUG_FLAG)" == "1"
__DEBUG_DEFINE_p = /D__WXDEBUG__
!endif
!if "$(USE_EXCEPTIONS)" == "0"
__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
!endif
!if "$(USE_RTTI)" == "0"
__RTTI_DEFINE_p = /DwxNO_RTTI
!endif
!if "$(USE_THREADS)" == "0"
__THREAD_DEFINE_p = /DwxNO_THREADS
!endif
!if "$(UNICODE)" == "1"
__UNICODE_DEFINE_p = /D_UNICODE
!endif
!if "$(MSLU)" == "1"
__MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
!endif
!if "$(USE_GDIPLUS)" == "1"
__GFXCTX_DEFINE_p = /DwxUSE_GRAPHICS_CONTEXT=1
!endif


all: $(OBJS)
$(OBJS):
	-if not exist $(OBJS) mkdir $(OBJS)

### Targets: ###

all: $(__stcdll___depname) $(__stclib___depname)

clean: 
	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
	-if exist $(OBJS)\*.res del $(OBJS)\*.res
	-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
	-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).dll
	-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).ilk del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).ilk
	-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).pdb del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).pdb
	-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
	-if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib

!if "$(SHARED)" == "1"
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).dll: $(STCDLL_OBJECTS) $(OBJS)\stcdll_version.res
	link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_2) /pdb:"$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc_vc$(VENDORTAG).pdb"  $(LINK_TARGET_CPU) /LIBPATH:$(LIBDIRNAME) @<<
	$(STCDLL_OBJECTS)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p)  wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib
<<
!endif

!if "$(SHARED)" == "0"
$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_stc.lib: $(STCLIB_OBJECTS)
	if exist $@ del $@
	link /LIB /NOLOGO /OUT:$@ @<<
	$(STCLIB_OBJECTS)
<<
!endif

$(OBJS)\stcdll_PlatWX.obj: ..\..\src\stc\PlatWX.cpp
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\PlatWX.cpp

$(OBJS)\stcdll_ScintillaWX.obj: ..\..\src\stc\ScintillaWX.cpp
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\ScintillaWX.cpp

$(OBJS)\stcdll_stc.obj: ..\..\src\stc\stc.cpp
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\stc.cpp

$(OBJS)\stcdll_AutoComplete.obj: ..\..\src\stc\scintilla\src\AutoComplete.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\AutoComplete.cxx

$(OBJS)\stcdll_CallTip.obj: ..\..\src\stc\scintilla\src\CallTip.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\CallTip.cxx

$(OBJS)\stcdll_CellBuffer.obj: ..\..\src\stc\scintilla\src\CellBuffer.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\CellBuffer.cxx

$(OBJS)\stcdll_CharClassify.obj: ..\..\src\stc\scintilla\src\CharClassify.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\CharClassify.cxx

$(OBJS)\stcdll_ContractionState.obj: ..\..\src\stc\scintilla\src\ContractionState.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\ContractionState.cxx

$(OBJS)\stcdll_Document.obj: ..\..\src\stc\scintilla\src\Document.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Document.cxx

$(OBJS)\stcdll_DocumentAccessor.obj: ..\..\src\stc\scintilla\src\DocumentAccessor.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\DocumentAccessor.cxx

$(OBJS)\stcdll_Editor.obj: ..\..\src\stc\scintilla\src\Editor.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Editor.cxx

$(OBJS)\stcdll_ExternalLexer.obj: ..\..\src\stc\scintilla\src\ExternalLexer.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\ExternalLexer.cxx

$(OBJS)\stcdll_Indicator.obj: ..\..\src\stc\scintilla\src\Indicator.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\Indicator.cxx

$(OBJS)\stcdll_KeyMap.obj: ..\..\src\stc\scintilla\src\KeyMap.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\KeyMap.cxx

$(OBJS)\stcdll_KeyWords.obj: ..\..\src\stc\scintilla\src\KeyWords.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\KeyWords.cxx

$(OBJS)\stcdll_LexAPDL.obj: ..\..\src\stc\scintilla\src\LexAPDL.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAPDL.cxx

$(OBJS)\stcdll_LexAU3.obj: ..\..\src\stc\scintilla\src\LexAU3.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAU3.cxx

$(OBJS)\stcdll_LexAVE.obj: ..\..\src\stc\scintilla\src\LexAVE.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAVE.cxx

$(OBJS)\stcdll_LexAda.obj: ..\..\src\stc\scintilla\src\LexAda.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAda.cxx

$(OBJS)\stcdll_LexAsm.obj: ..\..\src\stc\scintilla\src\LexAsm.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAsm.cxx

$(OBJS)\stcdll_LexAsn1.obj: ..\..\src\stc\scintilla\src\LexAsn1.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexAsn1.cxx

$(OBJS)\stcdll_LexBaan.obj: ..\..\src\stc\scintilla\src\LexBaan.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBaan.cxx

$(OBJS)\stcdll_LexBash.obj: ..\..\src\stc\scintilla\src\LexBash.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBash.cxx

$(OBJS)\stcdll_LexBasic.obj: ..\..\src\stc\scintilla\src\LexBasic.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBasic.cxx

$(OBJS)\stcdll_LexBullant.obj: ..\..\src\stc\scintilla\src\LexBullant.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexBullant.cxx

$(OBJS)\stcdll_LexCLW.obj: ..\..\src\stc\scintilla\src\LexCLW.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCLW.cxx

$(OBJS)\stcdll_LexCPP.obj: ..\..\src\stc\scintilla\src\LexCPP.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCPP.cxx

$(OBJS)\stcdll_LexCSS.obj: ..\..\src\stc\scintilla\src\LexCSS.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCSS.cxx

$(OBJS)\stcdll_LexCaml.obj: ..\..\src\stc\scintilla\src\LexCaml.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCaml.cxx

$(OBJS)\stcdll_LexCsound.obj: ..\..\src\stc\scintilla\src\LexCsound.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCsound.cxx

$(OBJS)\stcdll_LexConf.obj: ..\..\src\stc\scintilla\src\LexConf.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexConf.cxx

$(OBJS)\stcdll_LexCrontab.obj: ..\..\src\stc\scintilla\src\LexCrontab.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexCrontab.cxx

$(OBJS)\stcdll_LexEScript.obj: ..\..\src\stc\scintilla\src\LexEScript.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexEScript.cxx

$(OBJS)\stcdll_LexEiffel.obj: ..\..\src\stc\scintilla\src\LexEiffel.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexEiffel.cxx

$(OBJS)\stcdll_LexErlang.obj: ..\..\src\stc\scintilla\src\LexErlang.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexErlang.cxx

$(OBJS)\stcdll_LexFlagship.obj: ..\..\src\stc\scintilla\src\LexFlagship.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexFlagship.cxx

$(OBJS)\stcdll_LexForth.obj: ..\..\src\stc\scintilla\src\LexForth.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexForth.cxx

$(OBJS)\stcdll_LexFortran.obj: ..\..\src\stc\scintilla\src\LexFortran.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexFortran.cxx

$(OBJS)\stcdll_LexGui4Cli.obj: ..\..\src\stc\scintilla\src\LexGui4Cli.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexGui4Cli.cxx

$(OBJS)\stcdll_LexHTML.obj: ..\..\src\stc\scintilla\src\LexHTML.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexHTML.cxx

$(OBJS)\stcdll_LexHaskell.obj: ..\..\src\stc\scintilla\src\LexHaskell.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexHaskell.cxx

$(OBJS)\stcdll_LexInno.obj: ..\..\src\stc\scintilla\src\LexInno.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexInno.cxx

$(OBJS)\stcdll_LexKix.obj: ..\..\src\stc\scintilla\src\LexKix.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexKix.cxx

$(OBJS)\stcdll_LexLisp.obj: ..\..\src\stc\scintilla\src\LexLisp.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLisp.cxx

$(OBJS)\stcdll_LexLout.obj: ..\..\src\stc\scintilla\src\LexLout.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLout.cxx

$(OBJS)\stcdll_LexLua.obj: ..\..\src\stc\scintilla\src\LexLua.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexLua.cxx

$(OBJS)\stcdll_LexMMIXAL.obj: ..\..\src\stc\scintilla\src\LexMMIXAL.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMMIXAL.cxx

$(OBJS)\stcdll_LexMPT.obj: ..\..\src\stc\scintilla\src\LexMPT.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMPT.cxx

$(OBJS)\stcdll_LexMSSQL.obj: ..\..\src\stc\scintilla\src\LexMSSQL.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMSSQL.cxx

$(OBJS)\stcdll_LexMatlab.obj: ..\..\src\stc\scintilla\src\LexMatlab.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMatlab.cxx

$(OBJS)\stcdll_LexMetapost.obj: ..\..\src\stc\scintilla\src\LexMetapost.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexMetapost.cxx

$(OBJS)\stcdll_LexNsis.obj: ..\..\src\stc\scintilla\src\LexNsis.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexNsis.cxx

$(OBJS)\stcdll_LexOpal.obj: ..\..\src\stc\scintilla\src\LexOpal.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexOpal.cxx

$(OBJS)\stcdll_LexOthers.obj: ..\..\src\stc\scintilla\src\LexOthers.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexOthers.cxx

$(OBJS)\stcdll_LexPB.obj: ..\..\src\stc\scintilla\src\LexPB.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPB.cxx

$(OBJS)\stcdll_LexPOV.obj: ..\..\src\stc\scintilla\src\LexPOV.cxx
	$(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\LexPOV.cxx

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?