vc8 project reorganization

This commit is contained in:
zeromus 2008-06-30 04:40:31 +00:00
parent 1c7878cf21
commit 3530a6f5ee
4 changed files with 39 additions and 3 deletions

3
vc8/archive.bat Normal file
View File

@ -0,0 +1,3 @@
cd ..\output
..\vc8\zip
zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7zxa.dll palettes

View File

@ -102,7 +102,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
OutputDirectory="..\output"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="0"
@ -181,7 +181,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="xcopy /d $(ProjectDir)\..\src\drivers\win\7zxa.dll $(OutDir)"
CommandLine="xcopy /d $(ProjectDir)\..\src\drivers\win\7zxa.dll $(OutDir)&#x0D;&#x0A;upx.exe --force $(TargetPath)"
/>
</Configuration>
<Configuration
@ -1474,7 +1474,16 @@
>
<Tool
Name="VCCustomBuildTool"
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)&#x0D;&#x0A;"
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)"
Outputs="$(OutDir)\fceux.chm"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)"
Outputs="$(OutDir)\fceux.chm"
/>
</FileConfiguration>
@ -2235,6 +2244,30 @@
>
</File>
</Filter>
<Filter
Name="palettes"
>
<File
RelativePath="..\src\palettes\palettes.h"
>
</File>
<File
RelativePath="..\src\palettes\rp2c04001.h"
>
</File>
<File
RelativePath="..\src\palettes\rp2c04002.h"
>
</File>
<File
RelativePath="..\src\palettes\rp2c04003.h"
>
</File>
<File
RelativePath="..\src\palettes\rp2c05004.h"
>
</File>
</Filter>
<File
RelativePath="..\src\asm.cpp"
>

BIN
vc8/upx.exe Normal file

Binary file not shown.

BIN
vc8/zip.exe Normal file

Binary file not shown.