📄 config-nt.bat
字号:
echo Configuring GCC for Windows NT on %2rem This batch file assumes a unix-type "sed" programecho #include "%2/xm-winnt.h" >config.hecho #include "%2/xm-winnt.h" >hconfig.hecho #include "%2/xm-winnt.h" >tconfig.hecho #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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -