This commit is contained in:
parent
15acec182a
commit
14256823f3
|
@ -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)
upx.exe --force $(TargetPath)
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -1486,6 +1486,15 @@
|
|||
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>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
|
@ -2243,6 +2252,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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue