new fceux.vcproj from rev 537 caused bugs including the video dialog to close fceux. So I am reverting it back to the previous version, for now.
This commit is contained in:
parent
58885e697d
commit
9e1513d04c
|
@ -102,7 +102,7 @@
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
OutputDirectory="..\output"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
CharacterSet="0"
|
CharacterSet="0"
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="xcopy /d $(ProjectDir)\..\src\drivers\win\7zxa.dll $(OutDir)
upx.exe --force $(TargetPath)
"
|
CommandLine="xcopy /d $(ProjectDir)\..\src\drivers\win\7zxa.dll $(OutDir)"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
|
@ -1183,14 +1183,6 @@
|
||||||
RelativePath="..\src\drivers\win\tasedit.h"
|
RelativePath="..\src\drivers\win\tasedit.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\src\drivers\win\texthook.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\src\drivers\win\texthook.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\drivers\win\throttle.cpp"
|
RelativePath="..\src\drivers\win\throttle.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1486,15 +1478,6 @@
|
||||||
Outputs="$(OutDir)\fceux.chm"
|
Outputs="$(OutDir)\fceux.chm"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm $(OutDir)
"
|
|
||||||
Outputs="$(OutDir)\fceux.chm"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
@ -2252,30 +2235,6 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</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
|
<File
|
||||||
RelativePath="..\src\asm.cpp"
|
RelativePath="..\src\asm.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue