NedoOS
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
NedoOS
(root)
/
src
/
games
/
cyrus2
/
build.bat
– Rev 1510
Rev
Go to most recent revision
|
Blame
|
Compare with Previous
|
Last modification
|
View Log
|
Download
if
"
%
settedpath
%
"==""
call
../../_sdk/setpath.bat
set
installdir=nedogame
set
NEDORES="../../_sdk/nedores.exe"
set
SJASMPLUS=sjasmplus
set
SJASMPLUSFLAGS=--nologo --msg=war
%
SJASMPLUS
%
%
SJASMPLUSFLAGS
%
cyrus2.asm
SET
releasedir2=../../../release/
if
"
%
currentdir
%
"==""
(
FOR
%%
j
IN
(
*.com
)
DO
(
"../../../tools/dmimg.exe" ../../../us/sd_nedo.vhd put
%%
j
/nedogame/
%%
j
move
"*.com" "
%
releasedir2
%
nedogame"
>
nul
IF
EXIST
%
%
~nj xcopy /Y "
%
%
~nj" "
%
releasedir2
%
nedogame\
%
%
~nj\"
>
nul
)
cd
../../../src/
call
..\tools\chkimg.bat sd
rem pause
rem if "%makeall%"=="" ..\..\..\us\emul.exe
if
"
%
makeall
%
"=="" ..\us\emul.exe
)