Subversion Repositories gelsvn

Rev

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

Rev 284 Rev 286
Line 28... Line 28...
28
:default
28
:default
29
set mwcfile=course02585.mwc
29
set mwcfile=course02585.mwc
30
goto build
30
goto build
31
 
31
 
32
:build
32
:build
-
 
33
setenvvars.bat
33
cd %1
34
cd %1
34
makefiles\MPC\mwc.exe -type %vcver% -include makefiles/MPC -relative GEL_ROOT= -ti lib:%tlib% -ti dll_exe:%texe% %mwcfile%
35
makefiles\MPC\mwc.exe -type %vcver% -include makefiles/MPC -relative GEL_ROOT= -ti lib:%tlib% -ti dll_exe:%texe% %mwcfile%
35
goto end
36
goto end
36
:svnerror
37
:svnerror
37
ECHO This option should only be used with exported code (svn export, not svn checkout)
38
ECHO This option should only be used with exported code (svn export, not svn checkout)