Subversion Repositories Kolibri OS

Rev

Rev 489 | Rev 529 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 489 Rev 508
Line 209... Line 209...
209
fasm demos\trantest\trunk\trantest.asm %BIN%\demos\trantest
209
fasm demos\trantest\trunk\trantest.asm %BIN%\demos\trantest
210
fasm demos\tube\trunk\tube.asm %BIN%\demos\tube
210
fasm demos\tube\trunk\tube.asm %BIN%\demos\tube
Line 211... Line 211...
211
 
211
 
Line 212... Line 212...
212
erase lang.inc
212
erase lang.inc
213
 
213
 
-
 
214
echo *
-
 
215
echo Finished building 
-
 
216
echo *
214
rem verify accessibility of kpack
217
 
215
rem param "-v" can understand as version 
218
 
216
kpack -v 2> nul
219
kpack /nologo 2> nul
217
if "%errorlevel%"=="9009" (
220
if "%errorlevel%"=="9009" (
218
echo   *** NOTICE ***
221
echo   *** NOTICE ***
219
echo If you want pack all applications you may 
222
echo If you want pack all applications you may 
220
echo place "kpack" in accessible directory.
223
echo place "kpack" in accessible directory.
221
echo You can download that tool from http://diamondz.land.ru/
224
echo You can download that tool from http://diamondz.land.ru/
Line 222... Line -...
222
goto END
-
 
223
)
-
 
224
 
-
 
225
 
-
 
226
echo *
-
 
227
echo Finished building 
225
goto END
228
echo *
226
)
Line 229... Line 227...
229
 
227