Changeset 703
- Timestamp:
- 12/2/2008 1:23:14 PM (5 years ago)
- Location:
- branches/erasershellext/cpp
- Files:
-
- 4 edited
- 4 moved
-
CtxMenu.h (modified) (1 diff)
-
DllMain.cpp (modified) (1 diff)
-
DllMain.def (modified) (1 diff)
-
EraserCtxMenu.vcproj (modified) (10 diffs)
-
ShellExt.rc (moved) (moved from branches/erasershellext/cpp/EraserCtxMenu.rc) (2 diffs)
-
ShellExt.rgs (moved) (moved from branches/erasershellext/cpp/EraserCtxMenu.rgs)
-
ShellExt_i.c (moved) (moved from branches/erasershellext/cpp/EraserCtxMenu_i.c) (1 diff)
-
ShellExt_i.h (moved) (moved from branches/erasershellext/cpp/EraserCtxMenu_i.h) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/erasershellext/cpp/CtxMenu.h
r700 r703 23 23 24 24 #include "resource.h" 25 #include " EraserCtxMenu_i.h"25 #include "ShellExt_i.h" 26 26 27 27 #if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA) -
branches/erasershellext/cpp/DllMain.cpp
r696 r703 22 22 #include "stdafx.h" 23 23 #include "resource.h" 24 #include " EraserCtxMenu_i.h"24 #include "ShellExt_i.h" 25 25 #include "DllMain.h" 26 26 -
branches/erasershellext/cpp/DllMain.def
r694 r703 1 1 ; EraserCtxMenu.def : Declares the module parameters. 2 2 3 LIBRARY "Eraser CtxMenu.DLL"3 LIBRARY "Eraser.Shell.DLL" 4 4 5 5 EXPORTS -
branches/erasershellext/cpp/EraserCtxMenu.vcproj
r700 r703 3 3 ProjectType="Visual C++" 4 4 Version="9.00" 5 Name=" EraserCtxMenu"5 Name="ShellExt" 6 6 ProjectGUID="{738F455B-2220-4F8F-B87F-DA93F0B0F1BA}" 7 7 RootNamespace="EraserCtxMenu" … … 45 45 TargetEnvironment="1" 46 46 GenerateStublessProxies="true" 47 TypeLibraryName="$(IntDir)/ EraserCtxMenu.tlb"48 HeaderFileName=" EraserCtxMenu_i.h"47 TypeLibraryName="$(IntDir)/ShellExt.tlb" 48 HeaderFileName="ShellExt_i.h" 49 49 DLLDataFileName="" 50 InterfaceIdentifierFileName=" EraserCtxMenu_i.c"51 ProxyFileName=" EraserCtxMenu_p.c"50 InterfaceIdentifierFileName="ShellExt_i.c" 51 ProxyFileName="ShellExt_p.c" 52 52 ValidateParameters="true" 53 53 /> … … 80 80 IgnoreImportLibrary="true" 81 81 AdditionalDependencies="shlwapi.lib comsvcs.lib" 82 OutputFile="$(OutDir)\Eraser.Shell.dll" 82 83 LinkIncremental="2" 83 84 ModuleDefinitionFile="$(ProjectDir)DllMain.def" … … 137 138 TargetEnvironment="1" 138 139 GenerateStublessProxies="true" 139 TypeLibraryName="$(IntDir)/ EraserCtxMenu.tlb"140 HeaderFileName=" EraserCtxMenu_i.h"140 TypeLibraryName="$(IntDir)/ShellExt.tlb" 141 HeaderFileName="ShellExt_i.h" 141 142 DLLDataFileName="" 142 InterfaceIdentifierFileName=" EraserCtxMenu_i.c"143 ProxyFileName=" EraserCtxMenu_p.c"143 InterfaceIdentifierFileName="ShellExt_i.c" 144 ProxyFileName="ShellExt_p.c" 144 145 ValidateParameters="true" 145 146 /> … … 171 172 IgnoreImportLibrary="true" 172 173 AdditionalDependencies="shlwapi.lib comsvcs.lib" 174 OutputFile="$(OutDir)\Eraser.Shell.dll" 173 175 LinkIncremental="1" 174 176 ModuleDefinitionFile="$(ProjectDir)DllMain.def" … … 243 245 RelativePath=".\DllMain.idl" 244 246 > 247 <FileConfiguration 248 Name="Debug|Win32" 249 > 250 <Tool 251 Name="VCMIDLTool" 252 /> 253 </FileConfiguration> 245 254 </File> 246 255 <File … … 297 306 > 298 307 <File 299 RelativePath=".\ EraserCtxMenu.rc"300 > 301 </File> 302 <File 303 RelativePath=".\ EraserCtxMenu.rgs"308 RelativePath=".\ShellExt.rc" 309 > 310 </File> 311 <File 312 RelativePath=".\ShellExt.rgs" 304 313 > 305 314 </File> … … 310 319 > 311 320 <File 312 RelativePath=".\ EraserCtxMenu_i.c"321 RelativePath=".\ShellExt_i.c" 313 322 > 314 323 <FileConfiguration … … 318 327 Name="VCCLCompilerTool" 319 328 UsePrecompiledHeader="0" 320 CompileAsManaged="0"321 329 /> 322 330 </FileConfiguration> … … 327 335 Name="VCCLCompilerTool" 328 336 UsePrecompiledHeader="0" 329 CompileAsManaged="0" 330 /> 331 </FileConfiguration> 332 </File> 333 <File 334 RelativePath=".\EraserCtxMenu_i.h" 337 /> 338 </FileConfiguration> 339 </File> 340 <File 341 RelativePath=".\ShellExt_i.h" 335 342 > 336 343 </File> -
branches/erasershellext/cpp/ShellExt.rc
r700 r703 117 117 // 118 118 119 IDR_ERASERCTXMENU REGISTRY " EraserCtxMenu.rgs"119 IDR_ERASERCTXMENU REGISTRY "ShellExt.rgs" 120 120 121 121 ///////////////////////////////////////////////////////////////////////////// … … 139 139 // Generated from the TEXTINCLUDE 3 resource. 140 140 // 141 1 TYPELIB " EraserCtxMenu.tlb"141 1 TYPELIB "ShellExt.tlb" 142 142 143 143 ///////////////////////////////////////////////////////////////////////////// -
branches/erasershellext/cpp/ShellExt_i.c
r700 r703 7 7 8 8 /* File created by MIDL compiler version 7.00.0500 */ 9 /* at Tue Dec 02 2 0:57:5220089 /* at Tue Dec 02 21:20:38 2008 10 10 */ 11 11 /* Compiler settings for .\DllMain.idl: -
branches/erasershellext/cpp/ShellExt_i.h
r700 r703 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Tue Dec 02 2 0:57:5220087 /* at Tue Dec 02 21:20:38 2008 8 8 */ 9 9 /* Compiler settings for .\DllMain.idl: … … 33 33 34 34 35 #ifndef __ EraserCtxMenu_i_h__36 #define __ EraserCtxMenu_i_h__35 #ifndef __ShellExt_i_h__ 36 #define __ShellExt_i_h__ 37 37 38 38 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
Note: See TracChangeset
for help on using the changeset viewer.
