diff --git a/build/win32/Export.bat b/build/win32/Export.bat index 749faa88e..72d57586e 100644 --- a/build/win32/Export.bat +++ b/build/win32/Export.bat @@ -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 diff --git a/export/win32/bin/debug/Cxbx.exe b/export/win32/bin/debug/Cxbx.exe new file mode 100644 index 000000000..d0e84543f Binary files /dev/null and b/export/win32/bin/debug/Cxbx.exe differ diff --git a/export/win32/bin/debug/Cxbx.pdb b/export/win32/bin/debug/Cxbx.pdb new file mode 100644 index 000000000..6ce355322 Binary files /dev/null and b/export/win32/bin/debug/Cxbx.pdb differ diff --git a/export/win32/bin/debug/CxbxKrnl.dll b/export/win32/bin/debug/CxbxKrnl.dll new file mode 100644 index 000000000..cfb8c155a Binary files /dev/null and b/export/win32/bin/debug/CxbxKrnl.dll differ diff --git a/export/win32/bin/debug/CxbxKrnl.pdb b/export/win32/bin/debug/CxbxKrnl.pdb new file mode 100644 index 000000000..a32a6d0b6 Binary files /dev/null and b/export/win32/bin/debug/CxbxKrnl.pdb differ diff --git a/export/win32/bin/release/Cxbx.dll b/export/win32/bin/release/Cxbx.dll new file mode 100644 index 000000000..5dbd1362d Binary files /dev/null and b/export/win32/bin/release/Cxbx.dll differ diff --git a/export/win32/bin/release/Cxbx.exe b/export/win32/bin/release/Cxbx.exe new file mode 100644 index 000000000..6f4a19140 Binary files /dev/null and b/export/win32/bin/release/Cxbx.exe differ