Files
gtav-src/tools_ng/etc/projbuild/library.xml
T
2025-09-29 00:52:08 +02:00

20 lines
849 B
XML
Executable File

<?xml version="1.0"?>
<project xinclude="$(toolsconfig)/projbuild/configurations.xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="projbuild.xsd">
<config precompiled_header="rage_pch.h">
<includepaths>
<includepath path="$(RAGE_DIR)/stlport/STLport-5.0RC5/stlport"/>
<includepath path="$(ProjectDir)\.."/>
<includepath path="$(RAGE_DIR)\base\src"/>
<includepath path="$(RAGE_DIR)\suite\src"/>
<includepath path="$(RAGE_DIR)\naturalmotion\include"/>
<includepath path="$(RAGE_DIR)\naturalmotion\src"/>
<includepath path="$(RAGE_DIR)\script\src"/>
<includepath path="$(RAGE_DIR)\framework\src"/>
</includepaths>
<forceincludes>
<forceinclude path="basetypes.h"/>
<forceinclude path="game_config.h"/>
<forceinclude path="rage_pch.h"/>
</forceincludes>
</config>
</project>