Changeset 694
- Timestamp:
- 12/2/2008 10:12:01 AM (4 years ago)
- Location:
- branches/erasershellext/cpp
- Files:
-
- 1 deleted
- 1 edited
- 4 moved
-
DllMain.cpp (moved) (moved from branches/erasershellext/cpp/Dll_Main.cpp)
-
DllMain.def (moved) (moved from branches/erasershellext/cpp/EraserCtxMenu.def)
-
DllMain.h (moved) (moved from branches/erasershellext/cpp/Dll_Main.h)
-
DllMain.idl (moved) (moved from branches/erasershellext/cpp/EraserCtxMenu.idl)
-
EraserCtxMenu.cpp (deleted)
-
EraserCtxMenu.vcproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/erasershellext/cpp/EraserCtxMenu.vcproj
r692 r694 81 81 AdditionalDependencies=" comsvcs.lib" 82 82 LinkIncremental="2" 83 ModuleDefinitionFile=" .\EraserCtxMenu.def"83 ModuleDefinitionFile="$(ProjectDir)DllMain.def" 84 84 GenerateDebugInformation="true" 85 85 SubSystem="2" … … 172 172 AdditionalDependencies=" comsvcs.lib" 173 173 LinkIncremental="1" 174 ModuleDefinitionFile=" .\EraserCtxMenu.def"174 ModuleDefinitionFile="$(ProjectDir)DllMain.def" 175 175 GenerateDebugInformation="true" 176 176 SubSystem="2" … … 237 237 </File> 238 238 <File 239 RelativePath=".\EraserCtxMenu.cpp" 240 > 241 </File> 242 <File 243 RelativePath=".\EraserCtxMenu.def" 244 > 245 </File> 246 <File 247 RelativePath=".\EraserCtxMenu.idl" 239 RelativePath=".\DllMain.def" 240 > 241 </File> 242 <File 243 RelativePath=".\DllMain.idl" 248 244 > 249 245 </File>
Note: See TracChangeset
for help on using the changeset viewer.
