?? config-nt.bat
字號:
echo Configuring GCC for Windows NT on %2rem This batch file assumes a unix-type "sed" programif %2.==alpha. echo #include "alpha/xm-alpha.h" >config.hif %2.==alpha. echo #include "winnt/xm-winnt.h" >>config.hif %2.==alpha. echo #include "alpha/xm-winnt.h" >>config.hif not %2.==alpha. echo #include "%2/xm-winnt.h" >config.hcopy config.h hconfig.hcopy config.h tconfig.hif %2.==alpha. echo #define TARGET_CPU_DEFAULT 64 >tm.hif %2.==alpha. echo #include "alpha/alpha.h" >>tm.hif %2.==alpha. echo #include "alpha/win-nt.h" >>tm.hif not %2.==alpha. echo #include "%2/win-nt.h" >tm.hrem This batch file assumes a unix-type "sed" programecho # Makefile generated by "config-nt.bat"> Makefileecho all.nt: cpp.exe cc1.exe cc1obj.exe xgcc.exe ld.exe stmp-headers libgcc.lib stmp-float_h specs stamp-objlist>> Makefilesed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed Makefile.in >> Makefileset LANG=echo # >specs.hecho # >options.hif not exist cp\make-lang.in goto no_cpif exist cp\lang-specs.h echo #include "cp/lang-specs.h">>specs.hif exist cp\lang-options.h echo #include "cp/lang-options.h">>options.hsed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\make-lang.in >> Makefilesed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\makefile.in > cp\Makefileset LANG=%LANG% c++.# :no_cpif not exist ada\make-lang.in goto no_adaif exist ada\lang-specs.h echo #include "ada/lang-specs.h">>specs.hif exist ada\lang-options.h echo #include "ada/lang-options.h">>options.hsed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed ada\make-lang.in >> Makefilesed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed ada\makefile.in > ada\Makefileset LANG=%LANG% ada.# :no_adaif not exist f\make-lang.in goto no_fif exist f\lang-specs.h echo #include "f/lang-specs.h">>specs.hif exist f\lang-options.h echo #include "f/lang-options.h">>options.hsed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed f\make-lang.in >> Makefilesed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed f\makefile.in > f\Makefileset LANG=%LANG% f.# :no_fecho lang.mostlyclean: %LANG% | sed "s/#/mostlyclean/g" >> Makefileecho lang.clean: %LANG% | sed "s/#/clean/g" >> Makefileecho lang.distclean: %LANG% | sed "s/#/distclean/g" >> Makefileecho lang.realclean: %LANG% | sed "s/#/realclean/g" >> Makefileecho #define MULTILIB_SELECT ". ;" > multilib.h1copy multilib.h1 multilib.hdel multilib.h1
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -