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:
Rodrigo Braz Monteiro 2008-01-01 22:55:58 +00:00
parent 3f4349584f
commit 68203a896a
4 changed files with 8 additions and 2 deletions

View File

@ -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

Binary file not shown.

View File

@ -24,7 +24,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="if not exist &quot;..\..\aegisub\win32\config.h&quot; (copy &quot;..\..\aegisub\win32\config0.h&quot; &quot;..\..\aegisub\win32\config.h&quot;)&#x0D;&#x0A;if not exist &quot;..\build-credit.h&quot; (copy &quot;..\build-credit-base.h&quot; &quot;..\build-credit.h&quot;)&#x0D;&#x0A;SubWCRev.exe &quot;..\..\aegisub&quot; &quot;..\svn-revision-base.h&quot; &quot;..\svn-revision.h&quot;"
CommandLine="if not exist &quot;..\..\aegisub\win32\config.h&quot; (copy &quot;..\..\aegisub\win32\config0.h&quot; &quot;..\..\aegisub\win32\config.h&quot;)&#x0D;&#x0A;if not exist &quot;..\build-credit.h&quot; (copy &quot;..\build-credit-base.h&quot; &quot;..\build-credit.h&quot;)&#x0D;&#x0A;SubWCRev.exe &quot;..\..\aegisub&quot; &quot;..\svn-revision-base.h&quot; &quot;..\svn-revision.h&quot;&#x0D;&#x0A;"
/>
<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 &quot;..\..\aegisub\win32\config.h&quot; (copy &quot;..\..\aegisub\win32\config0.h&quot; &quot;..\..\aegisub\win32\config.h&quot;)&#x0D;&#x0A;if not exist &quot;..\build-credit.h&quot; (copy &quot;..\build-credit-base.h&quot; &quot;..\build-credit.h&quot;)&#x0D;&#x0A;SubWCRev.exe &quot;..\..\aegisub&quot; &quot;..\svn-revision-base.h&quot; &quot;..\svn-revision.h&quot;"
CommandLine="if not exist &quot;..\..\aegisub\win32\config.h&quot; (copy &quot;..\..\aegisub\win32\config0.h&quot; &quot;..\..\aegisub\win32\config.h&quot;)&#x0D;&#x0A;if not exist &quot;..\build-credit.h&quot; (copy &quot;..\build-credit-base.h&quot; &quot;..\build-credit.h&quot;)&#x0D;&#x0A;SubWCRev.exe &quot;..\..\aegisub&quot; &quot;..\svn-revision-base.h&quot; &quot;..\svn-revision.h&quot;&#x0D;&#x0A;"
/>
<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

Binary file not shown.