Skip to content

Commit b3371b7

Browse files
committed
move asmjit to a submodule
1 parent 8189997 commit b3371b7

200 files changed

Lines changed: 315 additions & 128097 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "tracy/tracy"]
22
path = tracy/tracy
33
url = https://github.com/wolfpld/tracy.git
4+
[submodule "asmjit/asmjit"]
5+
path = asmjit/asmjit
6+
url = https://github.com/asmjit/asmjit.git

Spore LuaAPI/Spore LuaAPI.vcxproj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<PropertyGroup Label="UserMacros" />
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
7575
<LinkIncremental>true</LinkIncremental>
76-
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\src;$(IncludePath)</IncludePath>
76+
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\asmjit\src;$(IncludePath)</IncludePath>
7777
<LibraryPath>$(DXSDK_DIR)Lib\x86;$(SporeLauncherPath)coreLibs;$(SolutionDir)\$(Configuration);$(SporeSdkPath)Detours\lib.X86;$(SporeSdkPath)lib\Debug;$(LibraryPath)</LibraryPath>
7878
<TargetName>SporeLuaAPIBase</TargetName>
7979
<OutDir>..\lib\$(Configuration)\</OutDir>
@@ -84,7 +84,7 @@
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
8686
<LinkIncremental>true</LinkIncremental>
87-
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\src;$(IncludePath)</IncludePath>
87+
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\asmjit\src;$(IncludePath)</IncludePath>
8888
<LibraryPath>$(DXSDK_DIR)Lib\x86;$(SporeLauncherPath)coreLibs;$(SolutionDir)lib\$(Configuration);$(SporeSdkPath)Detours\lib.X86;$(SporeSdkPath)lib\Debug;$(LibraryPath)</LibraryPath>
8989
<TargetName>1.SporeLuaAPI</TargetName>
9090
<OutDir>$(SporeLauncherPath)mLibs\</OutDir>
@@ -95,7 +95,7 @@
9595
</PropertyGroup>
9696
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
9797
<LinkIncremental>false</LinkIncremental>
98-
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\src;$(IncludePath)</IncludePath>
98+
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\asmjit\src;$(IncludePath)</IncludePath>
9999
<LibraryPath>$(DXSDK_DIR)Lib\x86;$(SporeLauncherPath)coreLibs;$(SolutionDir)\$(Configuration);$(SporeSdkPath)Detours\lib.X86;$(SporeSdkPath)lib\Release;$(LibraryPath)</LibraryPath>
100100
<TargetName>SporeLuaAPIBase</TargetName>
101101
<OutDir>..\lib\$(Configuration)\</OutDir>
@@ -106,7 +106,7 @@
106106
</PropertyGroup>
107107
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
108108
<LinkIncremental>false</LinkIncremental>
109-
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\src;$(IncludePath)</IncludePath>
109+
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;..\lua54\src;..\tracy\tracy\public;..\asmjit\asmjit\src;$(IncludePath)</IncludePath>
110110
<LibraryPath>$(DXSDK_DIR)Lib\x86;$(SporeLauncherPath)coreLibs;$(SolutionDir)lib\$(Configuration);$(SporeSdkPath)Detours\lib.X86;$(SporeSdkPath)lib\Release;$(LibraryPath)</LibraryPath>
111111
<TargetName>1.SporeLuaAPI</TargetName>
112112
<OutDir>$(SporeLauncherPath)mLibs\</OutDir>
@@ -214,10 +214,7 @@
214214
<ClCompile Include="SourceCode\DLL\LuaConsole.cpp" />
215215
<ClCompile Include="SourceCode\DLL\LuaDetours.cpp" />
216216
<ClCompile Include="SourceCode\DLL\pch.cpp">
217-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
218-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
219-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">Create</PrecompiledHeader>
220-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">Create</PrecompiledHeader>
217+
<PrecompiledHeader>Create</PrecompiledHeader>
221218
</ClCompile>
222219
<ClCompile Include="SourceCode\GameEvents\InitializePropManager.cpp" />
223220
<ClCompile Include="SourceCode\LuaMutex.cpp" />

asmjit/.editorconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

asmjit/.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

asmjit/.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

asmjit/.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

asmjit/.github/ISSUE_TEMPLATE/03_help_question.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

asmjit/.github/ISSUE_TEMPLATE/99_other_issues.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

asmjit/.github/workflows/build-config.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)