forked from mia/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
2 changed files with 7 additions and 3 deletions
|
@ -1840,11 +1840,15 @@
|
|||
Name="Resources"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\libresrc\libresrc.cpp"
|
||||
RelativePath="..\..\src\libresrc\bitmap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\libresrc\libresrc.h"
|
||||
RelativePath="..\..\src\libresrc\default_config.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\libresrc\libresrc.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
>
|
||||
<Tool
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue