forked from mia/Aegisub
966f88e577
* Support picking up wx from $solution/wxlib/ location * Use standard_outdirs * Move post-build resource-packing event into new VSProps Originally committed to SVN as r3275.
11 lines
444 B
XML
11 lines
444 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="common_respack_packresources"
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="$(TargetPath) "$(ProjectDir)\..\src\libresrc\libresrc.cpp" "$(ProjectDir)\..\src\bitmaps\16" "$(ProjectDir)\..\src\bitmaps\24" "$(ProjectDir)\..\src\bitmaps\misc""
|
|
/>
|
|
</VisualStudioPropertySheet>
|