forked from mia/Aegisub
Added auto3 lib+dll to repository and made auto4_auto3.cpp automatically link to it.
Originally committed to SVN as r1663.
This commit is contained in:
parent
3f4349584f
commit
68203a896a
4 changed files with 8 additions and 2 deletions
|
@ -37,6 +37,10 @@
|
|||
#ifdef WITH_AUTOMATION
|
||||
#ifdef WITH_AUTO3
|
||||
|
||||
#if __VISUALC__ >= 1200
|
||||
#pragma comment(lib,"aegisub-auto3.lib")
|
||||
#endif
|
||||
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include "auto4_auto3.h"
|
||||
|
|
BIN
bin/aegisub-auto3.dll
Normal file
BIN
bin/aegisub-auto3.dll
Normal file
Binary file not shown.
|
@ -24,7 +24,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
if not exist "..\build-credit.h" (copy "..\build-credit-base.h" "..\build-credit.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h""
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
if not exist "..\build-credit.h" (copy "..\build-credit-base.h" "..\build-credit.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -66,6 +66,7 @@
|
|||
Name="VCLinkerTool"
|
||||
OutputFile="../../bin/aegisub_d.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="../../lib"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
@ -106,7 +107,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
if not exist "..\build-credit.h" (copy "..\build-credit-base.h" "..\build-credit.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h""
|
||||
CommandLine="if not exist "..\..\aegisub\win32\config.h" (copy "..\..\aegisub\win32\config0.h" "..\..\aegisub\win32\config.h")
if not exist "..\build-credit.h" (copy "..\build-credit-base.h" "..\build-credit.h")
SubWCRev.exe "..\..\aegisub" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -145,6 +146,7 @@
|
|||
Name="VCLinkerTool"
|
||||
OutputFile="../../bin/aegisub.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="../../lib"
|
||||
GenerateManifest="true"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
BIN
lib/aegisub-auto3.lib
Normal file
BIN
lib/aegisub-auto3.lib
Normal file
Binary file not shown.
Loading…
Reference in a new issue