Changeset 50 in dev for BasicCompiler32/BasicCompiler.vcproj
- Timestamp:
- Feb 10, 2007, 5:44:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/BasicCompiler.vcproj
r34 r50 48 48 Name="VCCLCompilerTool" 49 49 Optimization="0" 50 AdditionalIncludeDirectories="..\cpplibs\boost" 50 51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;JPN" 51 52 MinimalRebuild="true" … … 708 709 </FileConfiguration> 709 710 </File> 710 <File711 RelativePath="..\BasicCompiler_Common\Subroutine.cpp"712 >713 <FileConfiguration714 Name="Debug|Win32"715 >716 <Tool717 Name="VCCLCompilerTool"718 PreprocessorDefinitions=""719 />720 </FileConfiguration>721 <FileConfiguration722 Name="Release|Win32"723 >724 <Tool725 Name="VCCLCompilerTool"726 PreprocessorDefinitions=""727 />728 </FileConfiguration>729 <FileConfiguration730 Name="English_Rel|Win32"731 >732 <Tool733 Name="VCCLCompilerTool"734 PreprocessorDefinitions=""735 />736 </FileConfiguration>737 </File>738 711 <Filter 739 712 Name="Intermediate" … … 1290 1263 RelativePath="..\BasicCompiler_Common\Exception.h" 1291 1264 > 1265 </File> 1266 </Filter> 1267 <Filter 1268 Name="Procedure" 1269 > 1270 <File 1271 RelativePath="..\BasicCompiler_Common\Parameter.cpp" 1272 > 1273 </File> 1274 <File 1275 RelativePath="..\BasicCompiler_Common\Subroutine.cpp" 1276 > 1277 <FileConfiguration 1278 Name="Debug|Win32" 1279 > 1280 <Tool 1281 Name="VCCLCompilerTool" 1282 PreprocessorDefinitions="" 1283 /> 1284 </FileConfiguration> 1285 <FileConfiguration 1286 Name="Release|Win32" 1287 > 1288 <Tool 1289 Name="VCCLCompilerTool" 1290 PreprocessorDefinitions="" 1291 /> 1292 </FileConfiguration> 1293 <FileConfiguration 1294 Name="English_Rel|Win32" 1295 > 1296 <Tool 1297 Name="VCCLCompilerTool" 1298 PreprocessorDefinitions="" 1299 /> 1300 </FileConfiguration> 1292 1301 </File> 1293 1302 </Filter>
Note:
See TracChangeset
for help on using the changeset viewer.