Statistics
| Revision:

root / trunk / install / launcher / izpack-launcher-1.3_linux / src / compile.bat @ 11445

History | View | Annotate | Download (326 Bytes)

1 6834 jmvivo
@echo off
2
color F0
3
PROMPT=$g
4
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