gcc库的原代码,对编程有很大帮助.
源代码在线查看: config-nt.bat
echo Configuring GCC for Windows NT on %2 rem This batch file assumes a unix-type "sed" program echo #include "%2/xm-winnt.h" >config.h echo #include "%2/xm-winnt.h" >hconfig.h echo #include "%2/xm-winnt.h" >tconfig.h echo #include "%2/win-nt.h" >tm.h rem This batch file assumes a unix-type "sed" program echo # Makefile generated by "config-nt.bat"> Makefile echo all.nt: cpp.exe cc1.exe cc1obj.exe xgcc.exe ld.exe stmp-headers libgcc.lib stmp-float_h specs stamp-objlist>> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed Makefile.in >> Makefile set LANG= echo # >specs.h echo # >options.h if not exist cp\make-lang.in goto no_cp if exist cp\lang-specs.h echo #include "cp/lang-specs.h">>specs.h if exist cp\lang-options.h echo #include "cp/lang-options.h">>options.h sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\make-lang.in >> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed cp\makefile.in > cp\Makefile set LANG=%LANG% c++.# :no_cp if not exist ada\make-lang.in goto no_ada if exist ada\lang-specs.h echo #include "ada/lang-specs.h">>specs.h if exist ada\lang-options.h echo #include "ada/lang-options.h">>options.h sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed ada\make-lang.in >> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed ada\makefile.in > ada\Makefile set LANG=%LANG% ada.# :no_ada if not exist f\make-lang.in goto no_f if exist f\lang-specs.h echo #include "f/lang-specs.h">>specs.h if exist f\lang-options.h echo #include "f/lang-options.h">>options.h sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed f\make-lang.in >> Makefile sed -f config/%2/config-nt.sed -f config/winnt/config-nt.sed f\makefile.in > f\Makefile set LANG=%LANG% f.# :no_f echo lang.mostlyclean: %LANG% | sed "s/#/mostlyclean/g" >> Makefile echo lang.clean: %LANG% | sed "s/#/clean/g" >> Makefile echo lang.distclean: %LANG% | sed "s/#/distclean/g" >> Makefile echo lang.realclean: %LANG% | sed "s/#/realclean/g" >> Makefile echo #define MULTILIB_SELECT ". ;" > multilib.h1 copy multilib.h1 multilib.h del multilib.h1
|
相关资源 |
|
-
gcc库的原代码,对编程有很大帮助.
-
求函数最优解经典方法的C语言源程序,对编程有很大帮助
-
三星公司的 2440 开发板的用户手册 对学习有很大帮助
-
JAVA 2应用编程,Java源代码1,我会陆续上传比较实用的这个源代码,对初学者有很大的帮助
-
JAVA 2应用编程,Java源代码1,我会陆续上传比较实用的这个源代码,对初学者有很大的帮助
-
c++ 高质量编程指南 一本非常好的书 对编程有很大提高
-
作业调度模拟程序,操作系统实验来的.会对你有很大帮助的,哈哈哈哈.
-
vc++入门开发基础,里面有详细的解释说明,对初学者有很大的帮助
|