update vc8 vcproj
This commit is contained in:
parent
c89617ca22
commit
a82532f5cf
|
@ -27,7 +27,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="SubWCRev.bat"
|
CommandLine=""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="xcopy /y /d "$(ProjectDir)\..\src\drivers\win\7z.dll" "$(OutDir)"
"
|
CommandLine="
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
|
@ -1030,10 +1030,6 @@
|
||||||
RelativePath="..\src\boards\kof97.cpp"
|
RelativePath="..\src\boards\kof97.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\src\boards\vrc5.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\boards\ks7012.cpp"
|
RelativePath="..\src\boards\ks7012.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1186,6 +1182,10 @@
|
||||||
RelativePath="..\src\boards\vrc3.cpp"
|
RelativePath="..\src\boards\vrc3.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\boards\vrc5.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\boards\vrc6.cpp"
|
RelativePath="..\src\boards\vrc6.cpp"
|
||||||
>
|
>
|
||||||
|
@ -2486,37 +2486,6 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="help"
|
Name="help"
|
||||||
>
|
>
|
||||||
<File
|
|
||||||
RelativePath="..\src\drivers\win\help\fceux.chm"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
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>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release Fastbuild|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
CommandLine="copy /y ..\src\drivers\win\help\fceux.chm "$(OutDir)"
"
|
|
||||||
Outputs="$(OutDir)\fceux.chm"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="lua"
|
Name="lua"
|
||||||
|
@ -4215,6 +4184,10 @@
|
||||||
RelativePath="..\src\input\oekakids.cpp"
|
RelativePath="..\src\input\oekakids.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\input\pec586kb.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\input\powerpad.cpp"
|
RelativePath="..\src\input\powerpad.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue