This commit is contained in:
parent
af17354190
commit
98794d99ae
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
del out\*.* /s /y /e >nul
|
||||
@tools\make -r -f makefile.gfx VERSION=DEBUG TERRITORY=USA USER_NAME=CDBUILD
|
||||
@tools\make -r -f makefile.gaz VERSION=DEBUG TERRITORY=USA USER_NAME=CDBUILD
|
||||
ren cdbuild CdBuild.Debug
|
||||
ren cdbuild CdBuild.USA.Debug
|
||||
@tools\make -r -f makefile.gfx VERSION=FINAL TERRITORY=USA USER_NAME=CDBUILD
|
||||
@tools\make -r -f makefile.gaz VERSION=FINAL TERRITORY=USA USER_NAME=CDBUILD
|
||||
ren cdbuild CdBuild.Final
|
||||
ren cdbuild CdBuild.USA.Final
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue