Small fix to vs2005 project.
Originally committed to SVN as r1820.
This commit is contained in:
parent
c3f54bfacf
commit
43d8d2aa3a
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
CommandLine="if not exist "..\..\aegisub\win64\config.h" (copy "..\..\aegisub\win64\config0.h" "..\..\aegisub\win64\config.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -287,7 +287,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
CommandLine="if not exist "..\..\aegisub\win64\config.h" (copy "..\..\aegisub\win64\config0.h" "..\..\aegisub\win64\config.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
Loading…
Reference in a new issue