|
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
21 | 21 | <ItemGroup> |
22 | | - <ClCompile Include="src\gdlib\charmaps.cpp" /> |
23 | | - <ClCompile Include="src\gdlib\cmdpar.cpp" /> |
24 | 22 | <ClCompile Include="src\gdlib\datastorage.cpp" /> |
25 | 23 | <ClCompile Include="src\gdlib\dblutil.cpp" /> |
26 | | - <ClCompile Include="src\gdlib\gamsdirs.cpp" /> |
27 | | - <ClCompile Include="src\gdlib\gfileopen.cpp" /> |
28 | | - <ClCompile Include="src\gdlib\glookup.cpp" /> |
29 | | - <ClCompile Include="src\gdlib\gmacro.cpp" /> |
30 | 24 | <ClCompile Include="src\gdlib\gmsdata.cpp" /> |
31 | | - <ClCompile Include="src\gdlib\gmsglob.cpp" /> |
32 | | - <ClCompile Include="src\gdlib\gmsheapnew.cpp" /> |
33 | | - <ClCompile Include="src\gdlib\gmslist.cpp" /> |
34 | 25 | <ClCompile Include="src\gdlib\gmsobj.cpp" /> |
35 | | - <ClCompile Include="src\gdlib\gmsonly.cpp" /> |
36 | 26 | <ClCompile Include="src\gdlib\gmsstrm.cpp" /> |
37 | | - <ClCompile Include="src\gdlib\obfuscatestr.cpp" /> |
38 | | - <ClCompile Include="src\gdlib\runner.cpp" /> |
39 | | - <ClCompile Include="src\gdlib\statlib.cpp" /> |
40 | | - <ClCompile Include="src\gdlib\statlibobj.cpp" /> |
41 | 27 | <ClCompile Include="src\gdlib\strhash.cpp" /> |
42 | 28 | <ClCompile Include="src\gdlib\strutilx.cpp" /> |
43 | 29 | <ClCompile Include="src\gdlib\utils.cpp" /> |
44 | | - <ClCompile Include="src\gdlib\xcompress.cpp" /> |
45 | | - <ClCompile Include="src\global\ctvproc.cpp" /> |
46 | | - <ClCompile Include="src\global\gmslibname.cpp" /> |
47 | | - <ClCompile Include="src\global\gmsspecs.cpp" /> |
48 | | - <ClCompile Include="src\global\modhead.cpp" /> |
49 | 30 | <ClCompile Include="src\gxfile.cpp" /> |
50 | 31 | <ClCompile Include="src\rtl\dtoaLoc.c" /> |
51 | | - <ClCompile Include="src\rtl\idglobal_p3.cpp" /> |
52 | 32 | <ClCompile Include="src\rtl\math_p3.cpp" /> |
53 | 33 | <ClCompile Include="src\rtl\p3io.cpp" /> |
54 | | - <ClCompile Include="src\rtl\p3library.cpp" /> |
55 | 34 | <ClCompile Include="src\rtl\p3platform.cpp" /> |
56 | 35 | <ClCompile Include="src\rtl\p3process.cpp" /> |
57 | 36 | <ClCompile Include="src\rtl\p3utils.cpp" /> |
58 | | - <ClCompile Include="src\rtl\stdthread.cpp" /> |
59 | 37 | <ClCompile Include="src\rtl\sysutils_p3.cpp" /> |
60 | 38 | <ClCompile Include="src\tests\doctestmain.cpp" /> |
61 | 39 | <ClCompile Include="src\tests\gdlib\datastoragetests.cpp" /> |
62 | | - <ClCompile Include="src\tests\gdlib\glookuptests.cpp" /> |
63 | | - <ClCompile Include="src\tests\gdlib\gmacrotests.cpp" /> |
64 | 40 | <ClCompile Include="src\tests\gdlib\gmsdatatests.cpp" /> |
65 | | - <ClCompile Include="src\tests\gdlib\gmsheapnewtests.cpp" /> |
66 | 41 | <ClCompile Include="src\tests\gdlib\gmsobjtests.cpp" /> |
67 | 42 | <ClCompile Include="src\tests\gdlib\gmsstrmtests.cpp" /> |
68 | | - <ClCompile Include="src\tests\gdlib\obfuscatestrtests.cpp" /> |
69 | 43 | <ClCompile Include="src\tests\gdlib\strhashtests.cpp" /> |
70 | 44 | <ClCompile Include="src\tests\gdlib\strutilxtests.cpp" /> |
71 | 45 | <ClCompile Include="src\tests\gdlib\utilstests.cpp" /> |
72 | | - <ClCompile Include="src\tests\gdlib\xcompresstests.cpp" /> |
73 | 46 | <ClCompile Include="src\tests\gdxtests.cpp" /> |
74 | 47 | <ClCompile Include="src\tests\gxfiletests.cpp" /> |
75 | 48 | <ClCompile Include="src\tests\rtl\p3iotests.cpp" /> |
76 | 49 | <ClCompile Include="src\tests\rtl\p3utilstests.cpp" /> |
77 | | - <ClCompile Include="src\tests\rtl\stdthreadtests.cpp" /> |
78 | 50 | <ClCompile Include="src\tests\rtl\sysutilsp3tests.cpp" /> |
79 | 51 | <ClCompile Include="zlib\adler32.c" /> |
80 | 52 | <ClCompile Include="zlib\compress.c" /> |
|
94 | 66 | </ItemGroup> |
95 | 67 | <ItemGroup> |
96 | 68 | <ClInclude Include="src\gdlib\batchalloc.hpp" /> |
97 | | - <ClInclude Include="src\gdlib\charmaps.hpp" /> |
98 | | - <ClInclude Include="src\gdlib\cmdpar.hpp" /> |
99 | 69 | <ClInclude Include="src\gdlib\datastorage.hpp" /> |
100 | 70 | <ClInclude Include="src\gdlib\dblutil.hpp" /> |
101 | | - <ClInclude Include="src\gdlib\gamsdirs.hpp" /> |
102 | | - <ClInclude Include="src\gdlib\gfileopen.hpp" /> |
103 | | - <ClInclude Include="src\gdlib\glookup.hpp" /> |
104 | | - <ClInclude Include="src\gdlib\gmacro.hpp" /> |
105 | 71 | <ClInclude Include="src\gdlib\gmsdata.hpp" /> |
106 | | - <ClInclude Include="src\gdlib\gmsgen.hpp" /> |
107 | | - <ClInclude Include="src\gdlib\gmsglob.hpp" /> |
108 | | - <ClInclude Include="src\gdlib\gmsheapnew.hpp" /> |
109 | | - <ClInclude Include="src\gdlib\gmslist.hpp" /> |
110 | 72 | <ClInclude Include="src\gdlib\gmsobj.hpp" /> |
111 | | - <ClInclude Include="src\gdlib\gmsonly.hpp" /> |
112 | 73 | <ClInclude Include="src\gdlib\gmsstrm.hpp" /> |
113 | | - <ClInclude Include="src\gdlib\obfuscatestr.hpp" /> |
114 | | - <ClInclude Include="src\gdlib\runner.hpp" /> |
115 | | - <ClInclude Include="src\gdlib\statlib.hpp" /> |
116 | | - <ClInclude Include="src\gdlib\statlibobj.hpp" /> |
117 | | - <ClInclude Include="src\gdlib\stattypes.hpp" /> |
118 | 74 | <ClInclude Include="src\gdlib\strhash.hpp" /> |
119 | 75 | <ClInclude Include="src\gdlib\strutilx.hpp" /> |
120 | 76 | <ClInclude Include="src\gdlib\utils.hpp" /> |
121 | | - <ClInclude Include="src\gdlib\xcompress.hpp" /> |
122 | 77 | <ClInclude Include="src\gdx.hpp" /> |
123 | | - <ClInclude Include="src\global\ctvproc.hpp" /> |
124 | 78 | <ClInclude Include="src\global\delphitypes.hpp" /> |
125 | | - <ClInclude Include="src\global\gmslibname.hpp" /> |
126 | | - <ClInclude Include="src\global\gmsspecs.hpp" /> |
127 | | - <ClInclude Include="src\global\modhead.hpp" /> |
128 | 79 | <ClInclude Include="src\global\unit.h" /> |
129 | 80 | <ClInclude Include="src\gxfile.hpp" /> |
130 | 81 | <ClInclude Include="src\rtl\dtoaLoc.h" /> |
131 | 82 | <ClInclude Include="src\rtl\idglobal_p3.hpp" /> |
132 | 83 | <ClInclude Include="src\rtl\math_p3.hpp" /> |
133 | 84 | <ClInclude Include="src\rtl\p3io.hpp" /> |
134 | | - <ClInclude Include="src\rtl\p3library.hpp" /> |
135 | 85 | <ClInclude Include="src\rtl\p3platform.hpp" /> |
136 | 86 | <ClInclude Include="src\rtl\p3process.hpp" /> |
137 | 87 | <ClInclude Include="src\rtl\p3utils.hpp" /> |
138 | | - <ClInclude Include="src\rtl\stdthread.hpp" /> |
139 | 88 | <ClInclude Include="src\rtl\sysutils_p3.hpp" /> |
140 | 89 | <ClInclude Include="src\tests\doctest.hpp" /> |
141 | 90 | <ClInclude Include="src\tests\gdxtests.hpp" /> |
|
206 | 155 | <PropertyGroup Label="UserMacros" /> |
207 | 156 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
208 | 157 | <LinkIncremental>true</LinkIncremental> |
209 | | - <IncludePath>src;generated;zlib;$(IncludePath)</IncludePath> |
| 158 | + <IncludePath>src;generated;zlib;src/gdlib;src/rtl;src/global;$(IncludePath)</IncludePath> |
210 | 159 | </PropertyGroup> |
211 | 160 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
212 | | - <IncludePath>src;generated;zlib;$(IncludePath)</IncludePath> |
| 161 | + <IncludePath>src;generated;zlib;src/gdlib;src/rtl;src/global;$(IncludePath)</IncludePath> |
213 | 162 | </PropertyGroup> |
214 | 163 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
215 | 164 | <ClCompile> |
|
0 commit comments