Changeset 9
- Timestamp:
- 10/9/2007 10:27:27 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Eraser.vcproj (modified) (1 diff)
-
Launcher/Launcher.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eraser.vcproj
r8 r9 2438 2438 </File> 2439 2439 </Filter> 2440 <Filter2441 Name="Help Files"2442 Filter="cnt;rtf"2443 >2444 <File2445 RelativePath="hlp\AfxCore.rtf"2446 >2447 </File>2448 <File2449 RelativePath="hlp\AppExit.bmp"2450 >2451 </File>2452 <File2453 RelativePath="hlp\Bullet.bmp"2454 >2455 </File>2456 <File2457 RelativePath="hlp\CurArw2.bmp"2458 >2459 </File>2460 <File2461 RelativePath="hlp\CurArw4.bmp"2462 >2463 </File>2464 <File2465 RelativePath="hlp\CurHelp.bmp"2466 >2467 </File>2468 <File2469 RelativePath="hlp\EditCopy.bmp"2470 >2471 </File>2472 <File2473 RelativePath="hlp\EditCut.bmp"2474 >2475 </File>2476 <File2477 RelativePath="hlp\EditPast.bmp"2478 >2479 </File>2480 <File2481 RelativePath="hlp\EditUndo.bmp"2482 >2483 </File>2484 <File2485 RelativePath="hlp\Eraser.cnt"2486 >2487 <FileConfiguration2488 Name="Debug|Win32"2489 ExcludedFromBuild="true"2490 >2491 <Tool2492 Name="VCCustomBuildTool"2493 Description="Copying contents file..."2494 CommandLine="copy "hlp\$(InputName).cnt" "$(OutDir)"
"2495 Outputs="$(OutDir)\$(InputName).cnt"2496 />2497 </FileConfiguration>2498 <FileConfiguration2499 Name="Debug|x64"2500 >2501 <Tool2502 Name="VCCustomBuildTool"2503 Description="Copying contents file..."2504 CommandLine="copy "hlp\$(InputName).cnt" "$(OutDir)"
"2505 Outputs="$(OutDir)\$(InputName).cnt"2506 />2507 </FileConfiguration>2508 <FileConfiguration2509 Name="Release|Win32"2510 >2511 <Tool2512 Name="VCCustomBuildTool"2513 Description="Copying contents file..."2514 CommandLine="copy "hlp\$(InputName).cnt" "$(OutDir)"
"2515 Outputs="$(OutDir)\$(InputName).cnt"2516 />2517 </FileConfiguration>2518 <FileConfiguration2519 Name="Release|x64"2520 >2521 <Tool2522 Name="VCCustomBuildTool"2523 Description="Copying contents file..."2524 CommandLine="copy "hlp\$(InputName).cnt" "$(OutDir)"
"2525 Outputs="$(OutDir)\$(InputName).cnt"2526 />2527 </FileConfiguration>2528 </File>2529 <File2530 RelativePath="hlp\FileNew.bmp"2531 >2532 </File>2533 <File2534 RelativePath="hlp\FileOpen.bmp"2535 >2536 </File>2537 <File2538 RelativePath="hlp\FilePrnt.bmp"2539 >2540 </File>2541 <File2542 RelativePath="hlp\FileSave.bmp"2543 >2544 </File>2545 <File2546 RelativePath="hlp\HlpSBar.bmp"2547 >2548 </File>2549 <File2550 RelativePath="hlp\HlpTBar.bmp"2551 >2552 </File>2553 <File2554 RelativePath="hlp\RecFirst.bmp"2555 >2556 </File>2557 <File2558 RelativePath="hlp\RecLast.bmp"2559 >2560 </File>2561 <File2562 RelativePath="hlp\RecNext.bmp"2563 >2564 </File>2565 <File2566 RelativePath="hlp\RecPrev.bmp"2567 >2568 </File>2569 <File2570 RelativePath="hlp\Scmax.bmp"2571 >2572 </File>2573 <File2574 RelativePath="hlp\ScMenu.bmp"2575 >2576 </File>2577 <File2578 RelativePath="hlp\Scmin.bmp"2579 >2580 </File>2581 </Filter>2582 2440 </Files> 2583 2441 <Globals> -
trunk/Launcher/Launcher.cpp
r6 r9 292 292 // of your final executable, you should remove from the following 293 293 // the specific initialization routines you do not need. 294 295 #ifdef _AFXDLL296 Enable3dControls(); // Call this when using MFC in a shared DLL297 #else298 Enable3dControlsStatic(); // Call this when linking to MFC statically299 #endif300 301 294 eraserInit(); 302 295
Note: See TracChangeset
for help on using the changeset viewer.
