mirror of https://github.com/odrling/Aegisub
* Add a post build event to setup the unit test resource directory.
* Fix the build target, for some reason this isn't being taken from the property sheet jfs will have to look at it later.. Originally committed to SVN as r4341.
This commit is contained in:
parent
c1ad93ce93
commit
cb1a82baaa
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioPropertySheet
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="common_respack_packresources"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="cd "$(ExecutableOutDir)"
"$(ProjectDir)\..\..\tests\setup.bat""
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
|
@ -23,7 +23,7 @@
|
|||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="..\aegisub_vs2008\compiler_options_debug.vsprops;..\aegisub_vs2008\compiler_options.vsprops;.\googletest_include.vsprops;..\aegisub_vs2008\libaegisub_include_dir.vsprops;.\test_exe_filename.vsprops;..\libaegisub_vs2008\src_msvc_include_dir.vsprops;..\aegisub_vs2008\libraries_outdirs.vsprops;.\googletest_lib.vsprops"
|
||||
InheritedPropertySheets="..\aegisub_vs2008\compiler_options_debug.vsprops;..\aegisub_vs2008\compiler_options.vsprops;.\googletest_include.vsprops;..\aegisub_vs2008\libaegisub_include_dir.vsprops;.\test_exe_filename.vsprops;..\libaegisub_vs2008\src_msvc_include_dir.vsprops;..\aegisub_vs2008\libraries_outdirs.vsprops;.\googletest_lib.vsprops;..\aegisub_vs2008\suffix_debug32.vsprops;.\setup_data_dir.vsprops"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
|
@ -63,6 +63,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(ExecutableOutDir)/aegisub$(PlatformConfigSuffix).exe"
|
||||
SubSystem="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
|
Loading…
Reference in New Issue