📄 shortcutsvr.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
!IF "$(CFG)" == ""
CFG=ShortCutSvr - Win32 Debug
!MESSAGE No configuration specified. Defaulting to ShortCutSvr - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "ShortCutSvr - Win32 Release" && "$(CFG)" !=\
"ShortCutSvr - Win32 Debug" && "$(CFG)" !=\
"ShortCutSvr - Win32 Unicode Release" && "$(CFG)" !=\
"ShortCutSvr - Win32 Unicode Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "ShortCutSvr.mak" CFG="ShortCutSvr - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "ShortCutSvr - Win32 Release" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "ShortCutSvr - Win32 Debug" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "ShortCutSvr - Win32 Unicode Release" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "ShortCutSvr - Win32 Unicode Debug" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
# PROP Target_Last_Scanned "ShortCutSvr - Win32 Unicode Debug"
RSC=rc.exe
MTL=mktyplib.exe
CPP=cl.exe
!IF "$(CFG)" == "ShortCutSvr - Win32 Release"
# PROP BASE Use_MFC 1
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
# End Custom Macros
ALL : ".\ShortCutSvr.Dll" "$(OUTDIR)\regsvr32.trg"
CLEAN :
-@erase "$(INTDIR)\ShortCut.obj"
-@erase "$(INTDIR)\ShortCutSvr.obj"
-@erase "$(INTDIR)\ShortCutSvr.pch"
-@erase "$(INTDIR)\ShortCutSvr.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(OUTDIR)\regsvr32.trg"
-@erase "$(OUTDIR)\ShortCutSvr.exp"
-@erase "$(OUTDIR)\ShortCutSvr.lib"
-@erase ".\ShortCutSvr.Dll"
-@erase ".\ShortCutSvr.h"
-@erase ".\ShortCutSvr.tlb"
-@erase ".\ShortCutSvr_i.c"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_WINDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)/ShortCutSvr.pch" /Yu"stdafx.h"\
/Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_SBRS=.\.
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShortCutSvr.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShortCutSvr.bsc"
BSC32_SBRS= \
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib:"shell32.lib" /out:"ShortCutSvr.Dll"
LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no\
/pdb:"$(OUTDIR)/ShortCutSvr.pdb" /machine:I386 /nodefaultlib:"shell32.lib"\
/def:".\ShortCutSvr.def" /out:"ShortCutSvr.Dll"\
/implib:"$(OUTDIR)/ShortCutSvr.lib"
DEF_FILE= \
".\ShortCutSvr.def"
LINK32_OBJS= \
"$(INTDIR)\ShortCut.obj" \
"$(INTDIR)\ShortCutSvr.obj" \
"$(INTDIR)\ShortCutSvr.res" \
"$(INTDIR)\StdAfx.obj"
".\ShortCutSvr.Dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
# Begin Custom Build
OutDir=.\Release
TargetPath=.\ShortCutSvr.Dll
InputPath=.\ShortCutSvr.Dll
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
# End Custom Build
!ELSEIF "$(CFG)" == "ShortCutSvr - Win32 Debug"
# PROP BASE Use_MFC 1
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
OUTDIR=.\Debug
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros
ALL : ".\ShortCutSvr.Dll" "$(OUTDIR)\ShortCutSvr.bsc" "$(OUTDIR)\regsvr32.trg"
CLEAN :
-@erase "$(INTDIR)\ShortCut.obj"
-@erase "$(INTDIR)\ShortCut.sbr"
-@erase "$(INTDIR)\ShortCutSvr.obj"
-@erase "$(INTDIR)\ShortCutSvr.pch"
-@erase "$(INTDIR)\ShortCutSvr.res"
-@erase "$(INTDIR)\ShortCutSvr.sbr"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\StdAfx.sbr"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\regsvr32.trg"
-@erase "$(OUTDIR)\ShortCutSvr.bsc"
-@erase "$(OUTDIR)\ShortCutSvr.exp"
-@erase "$(OUTDIR)\ShortCutSvr.lib"
-@erase "$(OUTDIR)\ShortCutSvr.pdb"
-@erase ".\ShortCutSvr.Dll"
-@erase ".\ShortCutSvr.h"
-@erase ".\ShortCutSvr.ilk"
-@erase ".\ShortCutSvr.tlb"
-@erase ".\ShortCutSvr_i.c"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_WINDLL" /D "_MBCS" /D "_USRDLL" /FR"$(INTDIR)/"\
/Fp"$(INTDIR)/ShortCutSvr.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c\
CPP_OBJS=.\Debug/
CPP_SBRS=.\Debug/
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShortCutSvr.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShortCutSvr.bsc"
BSC32_SBRS= \
"$(INTDIR)\ShortCut.sbr" \
"$(INTDIR)\ShortCutSvr.sbr" \
"$(INTDIR)\StdAfx.sbr"
"$(OUTDIR)\ShortCutSvr.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"shell32.lib" /out:"ShortCutSvr.Dll"
LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes\
/pdb:"$(OUTDIR)/ShortCutSvr.pdb" /debug /machine:I386\
/nodefaultlib:"shell32.lib" /def:".\ShortCutSvr.def" /out:"ShortCutSvr.Dll"\
/implib:"$(OUTDIR)/ShortCutSvr.lib"
DEF_FILE= \
".\ShortCutSvr.def"
LINK32_OBJS= \
"$(INTDIR)\ShortCut.obj" \
"$(INTDIR)\ShortCutSvr.obj" \
"$(INTDIR)\ShortCutSvr.res" \
"$(INTDIR)\StdAfx.obj"
".\ShortCutSvr.Dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
# Begin Custom Build
OutDir=.\Debug
TargetPath=.\ShortCutSvr.Dll
InputPath=.\ShortCutSvr.Dll
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
# End Custom Build
!ELSEIF "$(CFG)" == "ShortCutSvr - Win32 Unicode Release"
# PROP BASE Use_MFC 1
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Unicode Release"
# PROP BASE Intermediate_Dir "Unicode Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "ReleaseU"
# PROP Intermediate_Dir "ReleaseU"
# PROP Target_Dir ""
OUTDIR=.\ReleaseU
INTDIR=.\ReleaseU
# Begin Custom Macros
OutDir=.\ReleaseU
# End Custom Macros
ALL : ".\ShortCutSvrU.Dll" "$(OUTDIR)\regsvr32.trg"
CLEAN :
-@erase "$(INTDIR)\ShortCut.obj"
-@erase "$(INTDIR)\ShortCutSvr.obj"
-@erase "$(INTDIR)\ShortCutSvr.pch"
-@erase "$(INTDIR)\ShortCutSvr.res"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(OUTDIR)\regsvr32.trg"
-@erase "$(OUTDIR)\ShortCutSvrU.exp"
-@erase "$(OUTDIR)\ShortCutSvrU.lib"
-@erase ".\ShortCutSvr.h"
-@erase ".\ShortCutSvr.tlb"
-@erase ".\ShortCutSvr_i.c"
-@erase ".\ShortCutSvrU.Dll"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
# ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
"_WINDLL" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)/ShortCutSvr.pch"\
/Yu"stdafx.h" /Fo"$(INTDIR)/" /c
CPP_OBJS=.\ReleaseU/
CPP_SBRS=.\.
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShortCutSvr.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShortCutSvr.bsc"
BSC32_SBRS= \
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib:"shell32.lib" /out:"ShortCutSvrU.Dll"
LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no\
/pdb:"$(OUTDIR)/ShortCutSvrU.pdb" /machine:I386 /nodefaultlib:"shell32.lib"\
/def:".\ShortCutSvr.def" /out:"ShortCutSvrU.Dll"\
/implib:"$(OUTDIR)/ShortCutSvrU.lib"
DEF_FILE= \
".\ShortCutSvr.def"
LINK32_OBJS= \
"$(INTDIR)\ShortCut.obj" \
"$(INTDIR)\ShortCutSvr.obj" \
"$(INTDIR)\ShortCutSvr.res" \
"$(INTDIR)\StdAfx.obj"
".\ShortCutSvrU.Dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
# Begin Custom Build
OutDir=.\ReleaseU
TargetPath=.\ShortCutSvrU.Dll
InputPath=.\ShortCutSvrU.Dll
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
# End Custom Build
!ELSEIF "$(CFG)" == "ShortCutSvr - Win32 Unicode Debug"
# PROP BASE Use_MFC 1
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Unicode Debug"
# PROP BASE Intermediate_Dir "Unicode Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 1
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "DebugU"
# PROP Intermediate_Dir "DebugU"
# PROP Target_Dir ""
OUTDIR=.\DebugU
INTDIR=.\DebugU
# Begin Custom Macros
OutDir=.\DebugU
# End Custom Macros
ALL : ".\ShortCutSvrU.Dll" "$(OUTDIR)\ShortCutSvr.bsc" "$(OUTDIR)\regsvr32.trg"
CLEAN :
-@erase "$(INTDIR)\ShortCut.obj"
-@erase "$(INTDIR)\ShortCut.sbr"
-@erase "$(INTDIR)\ShortCutSvr.obj"
-@erase "$(INTDIR)\ShortCutSvr.pch"
-@erase "$(INTDIR)\ShortCutSvr.res"
-@erase "$(INTDIR)\ShortCutSvr.sbr"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\StdAfx.sbr"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\regsvr32.trg"
-@erase "$(OUTDIR)\ShortCutSvr.bsc"
-@erase "$(OUTDIR)\ShortCutSvrU.exp"
-@erase "$(OUTDIR)\ShortCutSvrU.lib"
-@erase "$(OUTDIR)\ShortCutSvrU.pdb"
-@erase ".\ShortCutSvr.h"
-@erase ".\ShortCutSvr.tlb"
-@erase ".\ShortCutSvr_i.c"
-@erase ".\ShortCutSvrU.Dll"
-@erase ".\ShortCutSvrU.ilk"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /c
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
/D "_WINDLL" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /FR"$(INTDIR)/"\
/Fp"$(INTDIR)/ShortCutSvr.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c\
CPP_OBJS=.\DebugU/
CPP_SBRS=.\DebugU/
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ShortCutSvr.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ShortCutSvr.bsc"
BSC32_SBRS= \
"$(INTDIR)\ShortCut.sbr" \
"$(INTDIR)\ShortCutSvr.sbr" \
"$(INTDIR)\StdAfx.sbr"
"$(OUTDIR)\ShortCutSvr.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"shell32.lib" /out:"ShortCutSvrU.Dll"
LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes\
/pdb:"$(OUTDIR)/ShortCutSvrU.pdb" /debug /machine:I386\
/nodefaultlib:"shell32.lib" /def:".\ShortCutSvr.def" /out:"ShortCutSvrU.Dll"\
/implib:"$(OUTDIR)/ShortCutSvrU.lib"
DEF_FILE= \
".\ShortCutSvr.def"
LINK32_OBJS= \
"$(INTDIR)\ShortCut.obj" \
"$(INTDIR)\ShortCutSvr.obj" \
"$(INTDIR)\ShortCutSvr.res" \
"$(INTDIR)\StdAfx.obj"
".\ShortCutSvrU.Dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
# Begin Custom Build
OutDir=.\DebugU
TargetPath=.\ShortCutSvrU.Dll
InputPath=.\ShortCutSvrU.Dll
SOURCE=$(InputPath)
"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
regsvr32 /s /c "$(TargetPath)"
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -