Add lib dependency
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_internal|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<WarningLevel>EnableAllWarnings</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
@@ -269,7 +269,7 @@
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_internal|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<WarningLevel>EnableAllWarnings</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
@@ -308,6 +308,7 @@
|
||||
<ClCompile Include="..\libs\Memory\Memory.cpp" />
|
||||
<ClCompile Include="..\libs\UEngine\UEngine.cpp" />
|
||||
<ClCompile Include="..\libs\UEngine\UETools.cpp" />
|
||||
<ClCompile Include="..\libs\UEngine\UEWidgets.cpp" />
|
||||
<ClCompile Include="dllmain.cpp" />
|
||||
<ClCompile Include="SDK\AIModule_functions.cpp" />
|
||||
<ClCompile Include="SDK\Basic.cpp" />
|
||||
|
||||
Reference in New Issue
Block a user