mirror of
https://github.com/Echelon9/cxbx-shogun.git
synced 2025-04-02 10:41:47 -04:00
git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@158 587435c2-1f12-0410-b34b-ee784db558a2
12 lines
424 B
Batchfile
12 lines
424 B
Batchfile
cd ..\..\bin\release
|
|
..\..\import\upx\bin\upx -9 Cxbx.exe
|
|
..\..\import\upx\bin\upx -9 Cxbx.dll
|
|
copy Cxbx.exe ..\..\export\win32\bin\release\
|
|
copy Cxbx.dll ..\..\export\win32\bin\release\
|
|
cd ..\..\bin\debug
|
|
copy Cxbx.exe ..\..\export\win32\bin\debug\
|
|
copy Cxbx.pdb ..\..\export\win32\bin\debug\
|
|
copy CxbxKrnl.dll ..\..\export\win32\bin\debug\
|
|
copy CxbxKrnl.pdb ..\..\export\win32\bin\debug\
|
|
cd ..\..\build\win32
|
|
|