9 lines
395 B
Batchfile
9 lines
395 B
Batchfile
del out\*.* /s /y /e >nul
|
|
@tools\make -r -f makefile.gfx VERSION=DEBUG TERRITORY=EUR USER_NAME=CDBUILD
|
|
@tools\make -r -f makefile.gaz VERSION=DEBUG TERRITORY=EUR USER_NAME=CDBUILD
|
|
ren cdbuild CdBuild.EUR.Debug
|
|
@tools\make -r -f makefile.gfx VERSION=FINAL TERRITORY=EUR USER_NAME=CDBUILD
|
|
@tools\make -r -f makefile.gaz VERSION=FINAL TERRITORY=EUR USER_NAME=CDBUILD
|
|
ren cdbuild CdBuild.EUR.Final
|
|
|