Changeset 206 in dev for trunk/abdev/BasicCompiler64/BasicCompiler.vcproj
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/BasicCompiler.vcproj
r198 r206 55 55 RuntimeLibrary="1" 56 56 RuntimeTypeInfo="true" 57 UsePrecompiledHeader=" 0"57 UsePrecompiledHeader="2" 58 58 PrecompiledHeaderFile=".\Debug/BasicCompiler.pch" 59 59 AssemblerListingLocation=".\Debug/" … … 167 167 RuntimeLibrary="1" 168 168 RuntimeTypeInfo="true" 169 UsePrecompiledHeader=" 0"169 UsePrecompiledHeader="2" 170 170 PrecompiledHeaderFile=".\Release/BasicCompiler.pch" 171 171 AssemblerListingLocation=".\Release/" … … 246 246 </File> 247 247 <File 248 RelativePath="..\BasicCompiler_Common\BasicFixed.h"249 >250 </File>251 <File252 248 RelativePath="CommandValue.h" 253 249 > … … 263 259 <File 264 260 RelativePath="..\BasicCompiler_Common\include\option.h" 261 > 262 </File> 263 <File 264 RelativePath=".\stdafx.h" 265 265 > 266 266 </File> … … 289 289 > 290 290 <File 291 RelativePath="..\BasicCompiler_Common\include\Class Impl.h"291 RelativePath="..\BasicCompiler_Common\include\Class.h" 292 292 > 293 293 </File> … … 301 301 </File> 302 302 <File 303 RelativePath="..\BasicCompiler_Common\include\Const.h" 304 > 305 </File> 306 <File 303 307 RelativePath="..\BasicCompiler_Common\include\DataTable.h" 304 308 > … … 313 317 </File> 314 318 <File 319 RelativePath="..\BasicCompiler_Common\include\Member.h" 320 > 321 </File> 322 <File 315 323 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h" 316 324 > 317 325 </File> 318 326 <File 327 RelativePath="..\BasicCompiler_Common\include\Method.h" 328 > 329 </File> 330 <File 319 331 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h" 320 332 > 321 333 </File> 322 334 <File 323 RelativePath="..\BasicCompiler_Common\include\ProcedureImpl.h" 335 RelativePath="..\BasicCompiler_Common\include\Parameter.h" 336 > 337 </File> 338 <File 339 RelativePath="..\BasicCompiler_Common\include\Procedure.h" 324 340 > 325 341 </File> … … 329 345 </File> 330 346 <File 347 RelativePath="..\BasicCompiler_Common\include\Prototype.h" 348 > 349 </File> 350 <File 331 351 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h" 332 352 > 333 353 </File> 334 354 <File 355 RelativePath="..\BasicCompiler_Common\include\Symbol.h" 356 > 357 </File> 358 <File 359 RelativePath="..\BasicCompiler_Common\include\Type.h" 360 > 361 </File> 362 <File 335 363 RelativePath="..\BasicCompiler_Common\include\TypeDef.h" 336 364 > 337 365 </File> 338 366 <File 339 RelativePath="..\BasicCompiler_Common\include\Variable Impl.h"367 RelativePath="..\BasicCompiler_Common\include\Variable.h" 340 368 > 341 369 </File> … … 396 424 Name="VCResourceCompilerTool" 397 425 PreprocessorDefinitions="_DEBUG;JPN;$(NoInherit)" 426 /> 427 </FileConfiguration> 428 </File> 429 <File 430 RelativePath=".\stdafx.cpp" 431 > 432 <FileConfiguration 433 Name="Debug|Win32" 434 > 435 <Tool 436 Name="VCCLCompilerTool" 437 UsePrecompiledHeader="1" 438 /> 439 </FileConfiguration> 440 <FileConfiguration 441 Name="Release|Win32" 442 > 443 <Tool 444 Name="VCCLCompilerTool" 445 UsePrecompiledHeader="1" 398 446 /> 399 447 </FileConfiguration> … … 981 1029 </Filter> 982 1030 <Filter 983 Name="Constant"984 >985 <File986 RelativePath="..\BasicCompiler_Common\Const.cpp"987 >988 </File>989 <File990 RelativePath="..\BasicCompiler_Common\Const.h"991 >992 </File>993 </Filter>994 <Filter995 1031 Name="Variable" 996 1032 > … … 1021 1057 > 1022 1058 <File 1023 RelativePath="..\BasicCompiler_Common\src\Class Impl.cpp"1059 RelativePath="..\BasicCompiler_Common\src\Class.cpp" 1024 1060 > 1025 1061 </File> … … 1033 1069 </File> 1034 1070 <File 1071 RelativePath="..\BasicCompiler_Common\src\Const.cpp" 1072 > 1073 </File> 1074 <File 1035 1075 RelativePath="..\BasicCompiler_Common\src\DataTable.cpp" 1036 1076 > … … 1045 1085 </File> 1046 1086 <File 1087 RelativePath="..\BasicCompiler_Common\src\Method.cpp" 1088 > 1089 </File> 1090 <File 1047 1091 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp" 1048 1092 > 1049 1093 </File> 1050 1094 <File 1051 RelativePath="..\BasicCompiler_Common\src\Procedure Impl.cpp"1095 RelativePath="..\BasicCompiler_Common\src\Procedure.cpp" 1052 1096 > 1053 1097 </File> … … 1061 1105 </File> 1062 1106 <File 1107 RelativePath="..\BasicCompiler_Common\src\Symbol.cpp" 1108 > 1109 </File> 1110 <File 1111 RelativePath="..\BasicCompiler_Common\src\Type.cpp" 1112 > 1113 </File> 1114 <File 1063 1115 RelativePath="..\BasicCompiler_Common\src\TypeDef.cpp" 1064 1116 > 1065 1117 </File> 1066 1118 <File 1067 RelativePath="..\BasicCompiler_Common\src\Variable Impl.cpp"1119 RelativePath="..\BasicCompiler_Common\src\Variable.cpp" 1068 1120 > 1069 1121 </File>
Note:
See TracChangeset
for help on using the changeset viewer.