|
90 | 90 | <OutDir>$(SolutionDir)\built\</OutDir>
|
91 | 91 | <IntDir>built\</IntDir>
|
92 | 92 | <RunCodeAnalysis>false</RunCodeAnalysis>
|
93 |
| - <IncludePath>Libs\json;Libs\zlib\include;Libs\curl\include</IncludePath> |
| 93 | + <IncludePath>Libs\json</IncludePath> |
94 | 94 | <ExternalIncludePath>$(ExternalIncludePath)</ExternalIncludePath>
|
95 | 95 | <TargetName>DragonBurn</TargetName>
|
96 |
| - <LibraryPath>Libs\zlib\lib;Libs\curl\lib;$(LibraryPath)</LibraryPath> |
| 96 | + <LibraryPath>$(LibraryPath)</LibraryPath> |
97 | 97 | </PropertyGroup>
|
98 | 98 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
99 | 99 | <OutDir>$(SolutionDir)\built\</OutDir>
|
100 | 100 | <IntDir>built\</IntDir>
|
101 | 101 | <RunCodeAnalysis>false</RunCodeAnalysis>
|
102 |
| - <IncludePath>Libs\json;Libs\zlib\include;Libs\curl\include</IncludePath> |
| 102 | + <IncludePath>Libs\json</IncludePath> |
103 | 103 | <ExternalIncludePath>$(ExternalIncludePath)</ExternalIncludePath>
|
104 | 104 | <TargetName>DragonBurn</TargetName>
|
105 |
| - <LibraryPath>Libs\zlib\lib;Libs\curl\lib;$(LibraryPath)</LibraryPath> |
| 105 | + <LibraryPath>$(LibraryPath)</LibraryPath> |
106 | 106 | </PropertyGroup>
|
107 | 107 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
108 | 108 | <ClCompile>
|
|
138 | 138 | <ClCompile>
|
139 | 139 | <WarningLevel>Level3</WarningLevel>
|
140 | 140 | <SDLCheck>false</SDLCheck>
|
141 |
| - <PreprocessorDefinitions>CURL_STATICLIB;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 141 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
142 | 142 | <ConformanceMode>true</ConformanceMode>
|
143 | 143 | <LanguageStandard>stdcpp17</LanguageStandard>
|
144 | 144 | </ClCompile>
|
145 | 145 | <Link>
|
146 | 146 | <SubSystem>Console</SubSystem>
|
147 | 147 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
148 |
| - <AdditionalDependencies>libcurl.lib;Ws2_32.lib;Crypt32.lib;Wldap32.lib;Normaliz.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 148 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
149 | 149 | </Link>
|
150 | 150 | </ItemDefinitionGroup>
|
151 | 151 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
154 | 154 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
155 | 155 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
156 | 156 | <SDLCheck>false</SDLCheck>
|
157 |
| - <PreprocessorDefinitions>CURL_STATICLIB;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 157 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
158 | 158 | <ConformanceMode>true</ConformanceMode>
|
159 | 159 | <LanguageStandard>stdcpp17</LanguageStandard>
|
160 | 160 | </ClCompile>
|
|
163 | 163 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
164 | 164 | <OptimizeReferences>true</OptimizeReferences>
|
165 | 165 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
166 |
| - <AdditionalDependencies>libcurl.lib;Ws2_32.lib;Crypt32.lib;Wldap32.lib;Normaliz.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 166 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
167 | 167 | </Link>
|
168 | 168 | </ItemDefinitionGroup>
|
169 | 169 | <ItemGroup>
|
|
229 | 229 | <ClCompile Include="Features\Aimbot.cpp" />
|
230 | 230 | <ClCompile Include="Features\Misc.cpp" />
|
231 | 231 | <ClCompile Include="Features\Radar.cpp" />
|
| 232 | + <ClCompile Include="Features\RCS.cpp" /> |
232 | 233 | <ClCompile Include="Features\TriggerBot.cpp" />
|
233 | 234 | <ClCompile Include="Game\Bone.cpp" />
|
234 | 235 | <ClCompile Include="Game\Entity.cpp" />
|
|
0 commit comments