Changeset 603 in dev for trunk/ab5.0/abdev/ab_common/ab_common.vcproj
- Timestamp:
- May 10, 2008, 11:10:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/ab_common.vcproj
r601 r603 104 104 <Tool 105 105 Name="VCCLCompilerTool" 106 InlineFunctionExpansion="2" 107 EnableIntrinsicFunctions="true" 108 FavorSizeOrSpeed="1" 106 109 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;include" 107 110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" … … 228 231 <Tool 229 232 Name="VCCLCompilerTool" 233 InlineFunctionExpansion="2" 234 EnableIntrinsicFunctions="true" 235 FavorSizeOrSpeed="1" 230 236 AdditionalIncludeDirectories="..\..\;..\..\cpplibs\boost;include" 231 237 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" … … 317 323 > 318 324 <File 325 RelativePath=".\src\Lexical\Class.cpp" 326 > 327 </File> 328 <File 329 RelativePath=".\src\Lexical\Const.cpp" 330 > 331 </File> 332 <File 333 RelativePath=".\src\Lexical\DataTable.cpp" 334 > 335 </File> 336 <File 337 RelativePath=".\src\Lexical\Delegate.cpp" 338 > 339 </File> 340 <File 341 RelativePath=".\src\Lexical\Interface.cpp" 342 > 343 </File> 344 <File 345 RelativePath=".\src\Lexical\Meta.cpp" 346 > 347 </File> 348 <File 349 RelativePath=".\src\Lexical\Method.cpp" 350 > 351 </File> 352 <File 319 353 RelativePath=".\src\Lexical\Namespace.cpp" 320 354 > … … 325 359 </File> 326 360 <File 361 RelativePath=".\src\Lexical\NativeCode.cpp" 362 > 363 </File> 364 <File 365 RelativePath=".\src\Lexical\ObjectModule.cpp" 366 > 367 <FileConfiguration 368 Name="Debug(x86)|Win32" 369 > 370 <Tool 371 Name="VCCLCompilerTool" 372 UsePrecompiledHeader="0" 373 /> 374 </FileConfiguration> 375 <FileConfiguration 376 Name="Release(x86)|Win32" 377 > 378 <Tool 379 Name="VCCLCompilerTool" 380 UsePrecompiledHeader="0" 381 /> 382 </FileConfiguration> 383 <FileConfiguration 384 Name="Debug(x64)|Win32" 385 > 386 <Tool 387 Name="VCCLCompilerTool" 388 AdditionalOptions="/bigobj" 389 UsePrecompiledHeader="0" 390 /> 391 </FileConfiguration> 392 <FileConfiguration 393 Name="Release(x64)|Win32" 394 > 395 <Tool 396 Name="VCCLCompilerTool" 397 UsePrecompiledHeader="0" 398 /> 399 </FileConfiguration> 400 </File> 401 <File 402 RelativePath=".\src\Lexical\Parameter.cpp" 403 > 404 </File> 405 <File 406 RelativePath=".\src\Lexical\Procedure.cpp" 407 > 408 </File> 409 <File 410 RelativePath=".\src\Lexical\Source.cpp" 411 > 412 </File> 413 <File 327 414 RelativePath=".\src\Lexical\Symbol.cpp" 415 > 416 </File> 417 <File 418 RelativePath=".\src\Lexical\Type.cpp" 419 > 420 </File> 421 <File 422 RelativePath=".\src\Lexical\TypeDef.cpp" 423 > 424 </File> 425 <File 426 RelativePath=".\src\Lexical\Variable.cpp" 328 427 > 329 428 </File> … … 355 454 > 356 455 <File 456 RelativePath=".\include\Lexical\Class.h" 457 > 458 </File> 459 <File 357 460 RelativePath=".\include\Lexical\CompilerErrorException.h" 358 461 > 359 462 </File> 360 463 <File 464 RelativePath=".\include\Lexical\Const.h" 465 > 466 </File> 467 <File 468 RelativePath=".\include\Lexical\DataTable.h" 469 > 470 </File> 471 <File 472 RelativePath=".\include\Lexical\Delegate.h" 473 > 474 </File> 475 <File 476 RelativePath=".\include\Lexical\Interface.h" 477 > 478 </File> 479 <File 480 RelativePath=".\include\Lexical\Member.h" 481 > 482 </File> 483 <File 484 RelativePath=".\include\Lexical\Meta.h" 485 > 486 </File> 487 <File 488 RelativePath=".\include\Lexical\Method.h" 489 > 490 </File> 491 <File 361 492 RelativePath=".\include\Lexical\Namespace.h" 362 493 > … … 367 498 </File> 368 499 <File 500 RelativePath=".\include\Lexical\NativeCode.h" 501 > 502 </File> 503 <File 504 RelativePath=".\include\Lexical\ObjectModule.h" 505 > 506 </File> 507 <File 508 RelativePath=".\include\Lexical\Parameter.h" 509 > 510 </File> 511 <File 512 RelativePath=".\include\Lexical\Procedure.h" 513 > 514 </File> 515 <File 369 516 RelativePath=".\include\Lexical\Prototype.h" 370 517 > 371 518 </File> 372 519 <File 520 RelativePath=".\include\Lexical\Source.h" 521 > 522 </File> 523 <File 373 524 RelativePath=".\include\Lexical\Symbol.h" 374 525 > 375 526 </File> 376 527 <File 528 RelativePath=".\include\Lexical\Type.h" 529 > 530 </File> 531 <File 532 RelativePath=".\include\Lexical\TypeDef.h" 533 > 534 </File> 535 <File 377 536 RelativePath=".\include\Lexical\TypeMisc.h" 537 > 538 </File> 539 <File 540 RelativePath=".\include\Lexical\Variable.h" 378 541 > 379 542 </File>
Note:
See TracChangeset
for help on using the changeset viewer.