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
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\output"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="0"
|
||||
|
@ -181,7 +181,7 @@
|
|||
/>
|
||||
<Tool
|
||||
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
|
||||
|
@ -1183,14 +1183,6 @@
|
|||
RelativePath="..\src\drivers\win\tasedit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\drivers\win\texthook.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\drivers\win\texthook.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\drivers\win\throttle.cpp"
|
||||
>
|
||||
|
@ -1486,15 +1478,6 @@
|
|||
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>
|
||||
|
@ -2252,30 +2235,6 @@
|
|||
>
|
||||
</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