mirror of https://github.com/odrling/Aegisub
Update the windows build system to work with the changes made in r4169.
Originally committed to SVN as r4170.
This commit is contained in:
parent
c3c14b0815
commit
409bcc561a
|
@ -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
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="$(TargetPath) "$(ProjectDir)\..\src\libresrc\libresrc.cpp" "$(ProjectDir)\..\src\bitmaps\16" "$(ProjectDir)\..\src\bitmaps\24" "$(ProjectDir)\..\src\bitmaps\misc""
|
CommandLine="$(TargetPath) "$(ProjectDir)\..\src\libresrc\bitmap.cpp" "$(ProjectDir)\..\src\bitmaps\16" "$(ProjectDir)\..\src\bitmaps\24" "$(ProjectDir)\..\src\bitmaps\misc"
$(TargetPath) "$(ProjectDir)\..\src\libresrc\default_config.cpp" "$(ProjectDir)\..\src\libresrc\default_mru.json""
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|
Loading…
Reference in New Issue