diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-11-13 00:26:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 00:26:46 +0000 |
commit | d237401bb97c1fa2d6ee87220d49e4b3343e7201 (patch) | |
tree | 241b421ac76c69044378b008e1233bfc066fadd3 /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | bf09852285941e20a04731443d03c693e3f8ba2d (diff) | |
download | NorthstarLauncher-d237401bb97c1fa2d6ee87220d49e4b3343e7201.tar.gz NorthstarLauncher-d237401bb97c1fa2d6ee87220d49e4b3343e7201.zip |
allow kb_act.lst to be compiled from multiple mods (#298)
* allow kb_act.lst to be compiled from multiple mods
* fixup formatting
* add a couple extra comments because i really did not add enough
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index 11f42d64..894de139 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -575,6 +575,7 @@ <ClCompile Include="concommand.cpp" />
<ClCompile Include="diskvmtfixes.cpp" />
<ClCompile Include="exploitfixes_lzss.cpp" />
+ <ClCompile Include="kb_act.cpp" />
<ClCompile Include="keyvalues.cpp" />
<ClCompile Include="limits.cpp" />
<ClCompile Include="color.cpp" />
|