- fixed export script (added debug with pdb and all)
This commit is contained in:
parent
b774816f03
commit
a21e652da5
|
@ -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.
Loading…
Reference in New Issue