Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_903 / install / launcher / izpack-launcher-1.3 / src / compile.bat @ 10704

History | View | Annotate | Download (326 Bytes)

1
@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