Changeset 225 in dev for trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
- Timestamp:
- Jul 21, 2007, 11:47:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
r215 r225 1117 1117 > 1118 1118 <File 1119 RelativePath=".\CodeGenerator.cpp" 1120 > 1121 <FileConfiguration 1122 Name="Debug|Win32" 1123 > 1124 <Tool 1125 Name="VCCLCompilerTool" 1126 ObjectFile="$(IntDir)\$(InputName)1.obj" 1127 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" 1128 /> 1129 </FileConfiguration> 1130 <FileConfiguration 1131 Name="Release|Win32" 1132 > 1133 <Tool 1134 Name="VCCLCompilerTool" 1135 ObjectFile="$(IntDir)\$(InputName)1.obj" 1136 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc" 1137 /> 1138 </FileConfiguration> 1139 </File> 1140 <File 1119 1141 RelativePath="op32_main.cpp" 1120 1142 > … … 1340 1362 </File> 1341 1363 <File 1364 RelativePath=".\MachineFixed.h" 1365 > 1366 </File> 1367 <File 1342 1368 RelativePath="Opcode.h" 1343 1369 > … … 1420 1446 <File 1421 1447 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h" 1448 > 1449 </File> 1450 <File 1451 RelativePath="..\BasicCompiler_Common\include\NativeCode.h" 1422 1452 > 1423 1453 </File>
Note:
See TracChangeset
for help on using the changeset viewer.