ssbase.mak
资源名称:ssbase.rar [点击查看]
上传用户:linpin
上传日期:2022-02-22
资源大小:24k
文件大小:9k
源码类别:
屏幕保护
开发平台:
Visual C++
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
- !IF "$(CFG)" == ""
- CFG=ssbase - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to ssbase - Win32 Debug.
- !ENDIF
- !IF "$(CFG)" != "ssbase - Win32 Release" && "$(CFG)" != "ssbase - Win32 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 "ssbase.mak" CFG="ssbase - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "ssbase - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "ssbase - Win32 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 "ssbase - Win32 Debug"
- RSC=rc.exe
- MTL=mktyplib.exe
- CPP=cl.exe
- !IF "$(CFG)" == "ssbase - Win32 Release"
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.Release
- INTDIR=.Release
- ALL : "$(OUTDIR)ssbase.dll"
- CLEAN :
- -@erase ".Releasessbase.dll"
- -@erase ".ReleasessWnd.obj"
- -@erase ".Releasessbase.pch"
- -@erase ".Releasessbase.obj"
- -@erase ".ReleaseStdAfx.obj"
- -@erase ".Releasessapp.obj"
- -@erase ".Releasessbase.res"
- -@erase ".Releasessbase.lib"
- -@erase ".Releasessbase.exp"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
- "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"$(INTDIR)/ssbase.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" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ssbase.res" /d "NDEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/ssbase.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no
- /pdb:"$(OUTDIR)/ssbase.pdb" /machine:I386 /def:".ssbase.def"
- /out:"$(OUTDIR)/ssbase.dll" /implib:"$(OUTDIR)/ssbase.lib"
- DEF_FILE=
- ".ssbase.def"
- LINK32_OBJS=
- "$(INTDIR)/ssWnd.obj"
- "$(INTDIR)/ssbase.obj"
- "$(INTDIR)/StdAfx.obj"
- "$(INTDIR)/ssapp.obj"
- "$(INTDIR)/ssbase.res"
- "$(OUTDIR)ssbase.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
- !ELSEIF "$(CFG)" == "ssbase - Win32 Debug"
- # PROP BASE Use_MFC 6
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 6
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.Debug
- INTDIR=.Debug
- ALL : "$(OUTDIR)ssbase.dll"
- CLEAN :
- -@erase ".Debugvc40.pdb"
- -@erase ".Debugssbase.pch"
- -@erase ".Debugvc40.idb"
- -@erase ".Debugssbase.dll"
- -@erase ".DebugStdAfx.obj"
- -@erase ".DebugssWnd.obj"
- -@erase ".Debugssapp.obj"
- -@erase ".Debugssbase.obj"
- -@erase ".Debugssbase.res"
- -@erase ".Debugssbase.ilk"
- -@erase ".Debugssbase.lib"
- -@erase ".Debugssbase.exp"
- -@erase ".Debugssbase.pdb"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
- # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Yu"stdafx.h" /c
- CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
- /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"$(INTDIR)/ssbase.pch"
- /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.Debug/
- CPP_SBRS=
- # 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" /d "_AFXDLL"
- # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/ssbase.res" /d "_DEBUG" /d "_AFXDLL"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/ssbase.bsc"
- BSC32_SBRS=
- LINK32=link.exe
- # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
- # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
- LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes
- /pdb:"$(OUTDIR)/ssbase.pdb" /debug /machine:I386 /def:".ssbase.def"
- /out:"$(OUTDIR)/ssbase.dll" /implib:"$(OUTDIR)/ssbase.lib"
- DEF_FILE=
- ".ssbase.def"
- LINK32_OBJS=
- "$(INTDIR)/StdAfx.obj"
- "$(INTDIR)/ssWnd.obj"
- "$(INTDIR)/ssapp.obj"
- "$(INTDIR)/ssbase.obj"
- "$(INTDIR)/ssbase.res"
- "$(OUTDIR)ssbase.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
- !ENDIF
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- ################################################################################
- # Begin Target
- # Name "ssbase - Win32 Release"
- # Name "ssbase - Win32 Debug"
- !IF "$(CFG)" == "ssbase - Win32 Release"
- !ELSEIF "$(CFG)" == "ssbase - Win32 Debug"
- !ENDIF
- ################################################################################
- # Begin Source File
- SOURCE=.ReadMe.txt
- !IF "$(CFG)" == "ssbase - Win32 Release"
- !ELSEIF "$(CFG)" == "ssbase - Win32 Debug"
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.ssbase.cpp
- DEP_CPP_SSBAS=
- ".StdAfx.h"
- "$(INTDIR)ssbase.obj" : $(SOURCE) $(DEP_CPP_SSBAS) "$(INTDIR)"
- "$(INTDIR)ssbase.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.ssbase.def
- !IF "$(CFG)" == "ssbase - Win32 Release"
- !ELSEIF "$(CFG)" == "ssbase - Win32 Debug"
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.StdAfx.cpp
- DEP_CPP_STDAF=
- ".StdAfx.h"
- !IF "$(CFG)" == "ssbase - Win32 Release"
- # ADD CPP /Yc"stdafx.h"
- BuildCmds=
- $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
- "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"$(INTDIR)/ssbase.pch"
- /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE)
- "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- "$(INTDIR)ssbase.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- !ELSEIF "$(CFG)" == "ssbase - Win32 Debug"
- # ADD CPP /Yc"stdafx.h"
- BuildCmds=
- $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
- /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"$(INTDIR)/ssbase.pch"
- /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
- "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- "$(INTDIR)ssbase.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
- $(BuildCmds)
- !ENDIF
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.ssbase.rc
- DEP_RSC_SSBASE=
- ".resssbase.rc2"
- "$(INTDIR)ssbase.res" : $(SOURCE) $(DEP_RSC_SSBASE) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.ssapp.cpp
- DEP_CPP_SSAPP=
- ".StdAfx.h"
- {$(INCLUDE)}"ssbase.h"
- "$(INTDIR)ssapp.obj" : $(SOURCE) $(DEP_CPP_SSAPP) "$(INTDIR)"
- "$(INTDIR)ssbase.pch"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.ssWnd.cpp
- DEP_CPP_SSWND=
- ".StdAfx.h"
- {$(INCLUDE)}"ssbase.h"
- "$(INTDIR)ssWnd.obj" : $(SOURCE) $(DEP_CPP_SSWND) "$(INTDIR)"
- "$(INTDIR)ssbase.pch"
- # End Source File
- # End Target
- # End Project
- ################################################################################