Subversion Repositories gelsvn

Rev

Rev 224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 268
Line 54... Line 54...
54
makefiles\CGLA.pl
54
makefiles\CGLA.pl
55
set mwcfile=GEL_single.mwc
55
set mwcfile=GEL_single.mwc
56
goto build
56
goto build
57
 
57
 
58
:build
58
:build
59
MPC\mwc.pl -type %vcver% -include makefiles -relative GEL_ROOT= -ti lib:%tlib% -ti dll_exe:%texe% %mwcfile%
59
makefiles\MPC\mwc.exe -type %vcver% -include makefiles/MPC -relative GEL_ROOT= -ti lib:%tlib% -ti dll_exe:%texe% %mwcfile%
60
goto end
60
goto end
61
:svnerror
61
:svnerror
62
ECHO This option should only be used with exported code (svn export, not svn checkout)
62
ECHO This option should only be used with exported code (svn export, not svn checkout)
63
ECHO No files created
63
ECHO No files created
64
:end
64
:end