- fixed export script (added debug with pdb and all)

This commit is contained in:
Aaron Robinson 2006-07-15 02:19:18 +00:00
parent b774816f03
commit a21e652da5
7 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,12 @@
cd ..\..\Bin\release
..\Import\upx\bin\upx -9 Cxbx.exe
..\Import\upx\bin\upx -9 Cxbx.dll
copy Cxbx.exe ..\Export\Win32\Bin\
copy Cxbx.dll ..\Export\Win32\Bin\
cd ..\Build\win32
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.