代码搜索:BATCH

找到约 6,125 项符合「BATCH」的源代码

代码结果 6,125
www.eeworm.com/read/388456/8608441

bat xmemgc.gnuc.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C source files gcc -c -Wall -W -W
www.eeworm.com/read/388456/8608455

bat xmemgc.gnucpp.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C++ source files gcc -c -Wall -W
www.eeworm.com/read/388456/8608465

bat xmemtest.gnucpp.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C++ source files gcc -c -Wall -W
www.eeworm.com/read/388456/8608468

bat xmemtest.gnuc.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C source files gcc -c -Wall -W -W
www.eeworm.com/read/388456/8608595

bat xmemwell.gnuc.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C source files gcc -c -Wall -W -W
www.eeworm.com/read/388456/8608604

bat xmemwell.gnucpp.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C++ source files gcc -c -Wall -W
www.eeworm.com/read/388456/8608612

bat xmemmake.bat

REM **** this batch file for IA64 compilation is EXPERIMENTAL **** set _IA64_COMPILERPATH="C:\Programme\Microsoft Visual Studio 9.0\VC\bin\x86_ia64\cl.exe" set _IA64_INCLUDEPATH="C:\Programme\Micr
www.eeworm.com/read/388456/8608617

bat xmemtest.gnucpp.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C++ source files gcc -c -Wall -W
www.eeworm.com/read/388456/8608620

bat xmemtest.gnuc.bat

REM Batch file for GCC 4.x compilation REM remove files if exist *.o del *.o if exist a.exe del a.exe REM set environment for GCC call gnu on REM compile C source files gcc -c -Wall -W -W
www.eeworm.com/read/288542/8623490

bat clean.bat

@echo off :- batch file to clean everything :- $Id: clean.bat,v 1.13 2006/05/20 20:45:59 mceric Exp $ if not exist config.bat echo You must copy CONFIG.B to CONFIG.BAT and edit it to reflect yo