Update the windows build system to work with the changes made in r4169.

Originally committed to SVN as r4170.
This commit is contained in:
Thomas Goyne 2010-03-03 01:28:47 +00:00
parent c3c14b0815
commit 409bcc561a
2 changed files with 7 additions and 3 deletions

View File

@ -1840,11 +1840,15 @@
Name="Resources" Name="Resources"
> >
<File <File
RelativePath="..\..\src\libresrc\libresrc.cpp" RelativePath="..\..\src\libresrc\bitmap.cpp"
> >
</File> </File>
<File <File
RelativePath="..\..\src\libresrc\libresrc.h" RelativePath="..\..\src\libresrc\default_config.cpp"
>
</File>
<File
RelativePath="..\..\src\libresrc\libresrc.cpp"
> >
</File> </File>
<File <File

View File

@ -6,6 +6,6 @@
> >
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="$(TargetPath) &quot;$(ProjectDir)\..\src\libresrc\libresrc.cpp&quot; &quot;$(ProjectDir)\..\src\bitmaps\16&quot; &quot;$(ProjectDir)\..\src\bitmaps\24&quot; &quot;$(ProjectDir)\..\src\bitmaps\misc&quot;" CommandLine="$(TargetPath) &quot;$(ProjectDir)\..\src\libresrc\bitmap.cpp&quot; &quot;$(ProjectDir)\..\src\bitmaps\16&quot; &quot;$(ProjectDir)\..\src\bitmaps\24&quot; &quot;$(ProjectDir)\..\src\bitmaps\misc&quot;&#x0D;&#x0A;$(TargetPath) &quot;$(ProjectDir)\..\src\libresrc\default_config.cpp&quot; &quot;$(ProjectDir)\..\src\libresrc\default_mru.json&quot;"
/> />
</VisualStudioPropertySheet> </VisualStudioPropertySheet>