Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_Build_1001 / install / launcher / izpack-launcher-1.3 / src / compile.bat @ 11984

History | View | Annotate | Download (326 Bytes)

1 6028 jmvivo
@echo off
2
color F0
3 6125 jmvivo
PROMPT=$g
4 6028 jmvivo
5
if not defined WXWIN goto wxwin_not_defined
6
7
8
make -f Makefile.mingw install
9
10
goto end
11
12
13
14
:wxwin_not_defined
15
16
echo WXWIN environment variable was not defined.
17
echo these is required to compile.
18
echo enter SET WXWIN=C:\Path\To\WXWIN_ROOT or
19
echo set the variable in the control-panel
20
21
pause
22
23
:end