]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/MAI/bios_emulator/scitech/bin/gcc2-w32.bat
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / board / MAI / bios_emulator / scitech / bin / gcc2-w32.bat
1 @echo off
2 REM Setup for compiling with GNU C compiler
3
4 if .%CHECKED%==.1 goto checked_build
5 set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
6 echo Release build enabled.
7 goto setvars
8
9 :checked_build
10 set LIB=%SCITECH_LIB%\LIB\debug\win32\gcc2
11 echo Checked debug build enabled.
12 goto setvars
13
14 :setvars
15 set INCLUDE=include;%SCITECH%\include;%PRIVATE%\include
16 set MAKESTARTUP=%SCITECH%\makedefs\gcc_win32.mk
17 set MAKE_MODE=
18 set USE_WIN16=
19 set USE_WIN32=1
20 set WIN32_GUI=1
21 set USE_SNAP=
22 set GCC_LIBBASE=gcc2
23 PATH %SCITECH_BIN%;%GCC2_PATH%\NATIVE\BIN;%DEFPATH%
24
25 echo GCC 2.9.x 32-bit Win32 GUI compilation environment set up
26