Changeset 206 in dev for trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
r195 r206 53 53 BasicRuntimeChecks="3" 54 54 RuntimeLibrary="1" 55 UsePrecompiledHeader="2" 55 56 PrecompiledHeaderFile=".\Debug/BasicCompiler.pch" 56 57 AssemblerListingLocation=".\Debug/" 57 58 ObjectFile=".\Debug/" 58 59 ProgramDataBaseFileName=".\Debug/" 59 BrowseInformation=" 1"60 BrowseInformation="0" 60 61 WarningLevel="3" 61 62 SuppressStartupBanner="true" … … 155 156 EnableFunctionLevelLinking="true" 156 157 RuntimeTypeInfo="true" 158 UsePrecompiledHeader="2" 157 159 PrecompiledHeaderFile=".\Release/BasicCompiler.pch" 158 160 AssemblerListingLocation=".\Release/" … … 242 244 </FileConfiguration> 243 245 </File> 246 <File 247 RelativePath=".\stdafx.cpp" 248 > 249 <FileConfiguration 250 Name="Debug|Win32" 251 > 252 <Tool 253 Name="VCCLCompilerTool" 254 UsePrecompiledHeader="1" 255 /> 256 </FileConfiguration> 257 <FileConfiguration 258 Name="Release|Win32" 259 > 260 <Tool 261 Name="VCCLCompilerTool" 262 UsePrecompiledHeader="1" 263 /> 264 </FileConfiguration> 265 </File> 244 266 <Filter 245 267 Name="32及び64共通" … … 776 798 <File 777 799 RelativePath="..\BasicCompiler_Common\PESchedule.h" 778 >779 </File>780 </Filter>781 <Filter782 Name="Constant"783 >784 <File785 RelativePath="..\BasicCompiler_Common\Const.cpp"786 >787 <FileConfiguration788 Name="Debug|Win32"789 >790 <Tool791 Name="VCCLCompilerTool"792 PreprocessorDefinitions=""793 />794 </FileConfiguration>795 <FileConfiguration796 Name="Release|Win32"797 >798 <Tool799 Name="VCCLCompilerTool"800 PreprocessorDefinitions=""801 />802 </FileConfiguration>803 </File>804 <File805 RelativePath="..\BasicCompiler_Common\Const.h"806 800 > 807 801 </File> … … 1252 1246 > 1253 1247 <File 1254 RelativePath="..\BasicCompiler_Common\src\Class Impl.cpp"1248 RelativePath="..\BasicCompiler_Common\src\Class.cpp" 1255 1249 > 1256 1250 </File> … … 1264 1258 </File> 1265 1259 <File 1260 RelativePath="..\BasicCompiler_Common\src\Const.cpp" 1261 > 1262 </File> 1263 <File 1266 1264 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp" 1267 1265 > … … 1276 1274 </File> 1277 1275 <File 1276 RelativePath="..\BasicCompiler_Common\src\Method.cpp" 1277 > 1278 </File> 1279 <File 1278 1280 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp" 1279 1281 > 1280 1282 </File> 1281 1283 <File 1282 RelativePath="..\BasicCompiler_Common\src\Procedure Impl.cpp"1284 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp" 1283 1285 > 1284 1286 </File> … … 1292 1294 </File> 1293 1295 <File 1296 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp" 1297 > 1298 </File> 1299 <File 1300 RelativePath="..\BasicCompiler_Common\src\Type.cpp" 1301 > 1302 </File> 1303 <File 1294 1304 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp" 1295 1305 > 1296 1306 </File> 1297 1307 <File 1298 RelativePath="..\BasicCompiler_Common\src\Variable Impl.cpp"1308 RelativePath="..\BasicCompiler_Common\src\Variable.cpp" 1299 1309 > 1300 1310 </File> … … 1310 1320 </File> 1311 1321 <File 1312 RelativePath="..\BasicCompiler_Common\BasicFixed.h"1313 >1314 </File>1315 <File1316 1322 RelativePath="CommandValue.h" 1317 1323 > … … 1327 1333 <File 1328 1334 RelativePath="..\BasicCompiler_Common\include\option.h" 1335 > 1336 </File> 1337 <File 1338 RelativePath=".\stdafx.h" 1329 1339 > 1330 1340 </File> … … 1353 1363 > 1354 1364 <File 1355 RelativePath="..\BasicCompiler_Common\include\Class Impl.h"1365 RelativePath="..\BasicCompiler_Common\include\Class.h" 1356 1366 > 1357 1367 </File> … … 1365 1375 </File> 1366 1376 <File 1377 RelativePath="..\BasicCompiler_Common\include\Const.h" 1378 > 1379 </File> 1380 <File 1367 1381 RelativePath="..\BasicCompiler_Common\include\DataTable.h" 1368 1382 > … … 1377 1391 </File> 1378 1392 <File 1393 RelativePath="..\BasicCompiler_Common\include\Member.h" 1394 > 1395 </File> 1396 <File 1379 1397 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h" 1380 1398 > 1381 1399 </File> 1382 1400 <File 1401 RelativePath="..\BasicCompiler_Common\include\Method.h" 1402 > 1403 </File> 1404 <File 1383 1405 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h" 1384 1406 > 1385 1407 </File> 1386 1408 <File 1387 RelativePath="..\BasicCompiler_Common\include\ProcedureImpl.h" 1409 RelativePath="..\BasicCompiler_Common\include\Parameter.h" 1410 > 1411 </File> 1412 <File 1413 RelativePath="..\BasicCompiler_Common\include\Procedure.h" 1388 1414 > 1389 1415 </File> … … 1393 1419 </File> 1394 1420 <File 1421 RelativePath="..\BasicCompiler_Common\include\Prototype.h" 1422 > 1423 </File> 1424 <File 1395 1425 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h" 1396 1426 > 1397 1427 </File> 1398 1428 <File 1429 RelativePath="..\BasicCompiler_Common\include\Symbol.h" 1430 > 1431 </File> 1432 <File 1433 RelativePath="..\BasicCompiler_Common\include\Type.h" 1434 > 1435 </File> 1436 <File 1399 1437 RelativePath="..\BasicCompiler_Common\include\TypeDef.h" 1400 1438 > 1401 1439 </File> 1402 1440 <File 1403 RelativePath="..\BasicCompiler_Common\include\Variable Impl.h"1441 RelativePath="..\BasicCompiler_Common\include\Variable.h" 1404 1442 > 1405 1443 </File>
Note:
See TracChangeset
for help on using the changeset viewer.