Changeset 13
- Timestamp:
- 10/9/2007 11:19:36 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
Eraser.cpp (modified) (1 diff)
-
Eraser.vcproj (modified) (6 diffs)
-
EraserDll/EraserDll.vcproj (modified) (6 diffs)
-
Erasext/Erasext.vcproj (modified) (6 diffs)
-
Launcher/Launcher.vcproj (modified) (6 diffs)
-
Verify/Verify.vcproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eraser.cpp
r3 r13 181 181 // of your final executable, you should remove from the following 182 182 // the specific initialization routines you do not need. 183 184 #ifdef _AFXDLL185 Enable3dControls(); // Call this when using MFC in a shared DLL186 #else187 Enable3dControlsStatic(); // Call this when linking to MFC statically188 #endif189 190 183 // Change the registry key under which our settings are stored. 191 184 if (!no_registry) -
trunk/Eraser.vcproj
r10 r13 65 65 WarningLevel="3" 66 66 SuppressStartupBanner="true" 67 DebugInformationFormat=" 3"67 DebugInformationFormat="4" 68 68 /> 69 69 <Tool … … 82 82 AdditionalDependencies="Version.lib" 83 83 OutputFile="$(OutDir)\Eraser.exe" 84 LinkIncremental="1"85 84 SuppressStartupBanner="true" 86 85 GenerateDebugInformation="true" 87 ProgramDatabaseFile="$(OutDir)\Eraser.pdb"88 86 SubSystem="2" 89 87 TargetMachine="1" … … 160 158 WarningLevel="3" 161 159 SuppressStartupBanner="true" 162 DebugInformationFormat=" 3"160 DebugInformationFormat="4" 163 161 /> 164 162 <Tool … … 177 175 AdditionalDependencies="Version.lib" 178 176 OutputFile="$(OutDir)\Eraser.exe" 179 LinkIncremental="1"180 177 SuppressStartupBanner="true" 181 178 GenerateDebugInformation="true" 182 ProgramDatabaseFile="$(OutDir)\Eraser.pdb"183 179 SubSystem="2" 184 180 TargetMachine="17" … … 274 270 LinkIncremental="1" 275 271 SuppressStartupBanner="true" 276 ProgramDatabaseFile=""272 GenerateDebugInformation="true" 277 273 SubSystem="2" 278 274 TargetMachine="1" … … 369 365 LinkIncremental="1" 370 366 SuppressStartupBanner="true" 371 ProgramDatabaseFile=""367 GenerateDebugInformation="true" 372 368 SubSystem="2" 373 369 TargetMachine="17" -
trunk/EraserDll/EraserDll.vcproj
r10 r13 64 64 SuppressStartupBanner="true" 65 65 Detect64BitPortabilityProblems="true" 66 DebugInformationFormat=" 3"66 DebugInformationFormat="4" 67 67 /> 68 68 <Tool … … 81 81 AdditionalDependencies="netapi32.lib" 82 82 OutputFile="$(OutDir)\Eraser.dll" 83 LinkIncremental="1"84 83 SuppressStartupBanner="true" 85 ModuleDefinitionFile="Eraser.def"86 84 GenerateDebugInformation="true" 87 ProgramDatabaseFile="$(OutDir)\EraserDll.pdb"88 85 SubSystem="2" 89 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraser.lib"90 86 TargetMachine="1" 91 87 /> … … 160 156 SuppressStartupBanner="true" 161 157 Detect64BitPortabilityProblems="true" 162 DebugInformationFormat=" 3"158 DebugInformationFormat="4" 163 159 /> 164 160 <Tool … … 177 173 AdditionalDependencies="netapi32.lib" 178 174 OutputFile="$(OutDir)\Eraser.dll" 179 LinkIncremental="1"180 175 SuppressStartupBanner="true" 181 ModuleDefinitionFile=".\Eraser.def"182 176 GenerateDebugInformation="true" 183 ProgramDatabaseFile="$(OutDir)\EraserDll.pdb"184 177 SubSystem="2" 185 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraser.lib"186 178 TargetMachine="17" 187 179 /> … … 273 265 LinkIncremental="1" 274 266 SuppressStartupBanner="true" 275 ModuleDefinitionFile=".\Eraser.def" 276 ProgramDatabaseFile="" 267 GenerateDebugInformation="true" 277 268 SubSystem="2" 278 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraser.lib"279 269 TargetMachine="1" 280 270 /> … … 366 356 LinkIncremental="1" 367 357 SuppressStartupBanner="true" 368 ModuleDefinitionFile=".\Eraser.def" 369 ProgramDatabaseFile="" 358 GenerateDebugInformation="true" 370 359 SubSystem="2" 371 ImportLibrary="$(SolutionDir)\lib\80\$(ConfigurationName)\Eraser.lib"372 360 TargetMachine="17" 373 361 /> -
trunk/Erasext/Erasext.vcproj
r10 r13 83 83 SuppressStartupBanner="true" 84 84 ModuleDefinitionFile=".\Erasext.def" 85 ProgramDatabaseFile=""85 GenerateDebugInformation="true" 86 86 SubSystem="2" 87 87 TargetMachine="1" … … 176 176 SuppressStartupBanner="true" 177 177 ModuleDefinitionFile=".\Erasext.def" 178 ProgramDatabaseFile=""178 GenerateDebugInformation="true" 179 179 SubSystem="2" 180 180 TargetMachine="17" … … 249 249 WarningLevel="3" 250 250 SuppressStartupBanner="true" 251 DebugInformationFormat=" 3"251 DebugInformationFormat="4" 252 252 /> 253 253 <Tool … … 265 265 Name="VCLinkerTool" 266 266 OutputFile="$(OutDir)\Erasext.dll" 267 LinkIncremental="1"268 267 SuppressStartupBanner="true" 269 268 ModuleDefinitionFile=".\Erasext.def" 270 269 GenerateDebugInformation="true" 271 ProgramDatabaseFile="$(OutDir)\Erasext.pdb"272 270 SubSystem="2" 273 271 TargetMachine="1" … … 342 340 WarningLevel="3" 343 341 SuppressStartupBanner="true" 344 DebugInformationFormat=" 3"342 DebugInformationFormat="4" 345 343 /> 346 344 <Tool … … 358 356 Name="VCLinkerTool" 359 357 OutputFile="$(OutDir)\Erasext.dll" 360 LinkIncremental="1"361 358 SuppressStartupBanner="true" 362 359 ModuleDefinitionFile=".\Erasext.def" 363 360 GenerateDebugInformation="true" 364 ProgramDatabaseFile="$(OutDir)\Erasext.pdb"365 361 SubSystem="2" 366 362 TargetMachine="17" -
trunk/Launcher/Launcher.vcproj
r10 r13 64 64 WarningLevel="3" 65 65 SuppressStartupBanner="true" 66 DebugInformationFormat=" 3"66 DebugInformationFormat="4" 67 67 /> 68 68 <Tool … … 80 80 Name="VCLinkerTool" 81 81 OutputFile="$(OutDir)\Eraserl.exe" 82 LinkIncremental="1"83 82 SuppressStartupBanner="true" 84 83 GenerateDebugInformation="true" 85 ProgramDatabaseFile="$(OutDir)\Eraserl.pdb"86 84 SubSystem="2" 87 85 TargetMachine="1" … … 157 155 WarningLevel="3" 158 156 SuppressStartupBanner="true" 159 DebugInformationFormat=" 3"157 DebugInformationFormat="4" 160 158 /> 161 159 <Tool … … 173 171 Name="VCLinkerTool" 174 172 OutputFile="$(OutDir)\Eraserl.exe" 175 LinkIncremental="1"176 173 SuppressStartupBanner="true" 177 174 GenerateDebugInformation="true" 178 ProgramDatabaseFile="$(OutDir)\Eraserl.pdb"179 175 SubSystem="2" 180 176 TargetMachine="17" … … 268 264 LinkIncremental="1" 269 265 SuppressStartupBanner="true" 270 ProgramDatabaseFile=""266 GenerateDebugInformation="true" 271 267 SubSystem="2" 272 268 TargetMachine="1" … … 360 356 LinkIncremental="1" 361 357 SuppressStartupBanner="true" 362 ProgramDatabaseFile=""358 GenerateDebugInformation="true" 363 359 SubSystem="2" 364 360 TargetMachine="17" -
trunk/Verify/Verify.vcproj
r10 r13 82 82 LinkIncremental="1" 83 83 SuppressStartupBanner="true" 84 ProgramDatabaseFile=""84 GenerateDebugInformation="true" 85 85 SubSystem="2" 86 86 TargetMachine="1" … … 174 174 LinkIncremental="1" 175 175 SuppressStartupBanner="true" 176 ProgramDatabaseFile=""176 GenerateDebugInformation="true" 177 177 SubSystem="2" 178 178 TargetMachine="17" … … 247 247 WarningLevel="3" 248 248 SuppressStartupBanner="true" 249 DebugInformationFormat=" 3"249 DebugInformationFormat="4" 250 250 /> 251 251 <Tool … … 263 263 Name="VCLinkerTool" 264 264 OutputFile="$(OutDir)\Verify.exe" 265 LinkIncremental="1"266 265 SuppressStartupBanner="true" 267 266 GenerateDebugInformation="true" 268 ProgramDatabaseFile="$(OutDir)\Verify.pdb"269 267 SubSystem="2" 270 268 TargetMachine="1" … … 339 337 WarningLevel="3" 340 338 SuppressStartupBanner="true" 341 DebugInformationFormat=" 3"339 DebugInformationFormat="4" 342 340 /> 343 341 <Tool … … 355 353 Name="VCLinkerTool" 356 354 OutputFile="$(OutDir)\Verify.exe" 357 LinkIncremental="1"358 355 SuppressStartupBanner="true" 359 356 GenerateDebugInformation="true" 360 ProgramDatabaseFile="$(OutDir)\Verify.pdb"361 357 SubSystem="2" 362 358 TargetMachine="17"
Note: See TracChangeset
for help on using the changeset viewer.
