⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 propsheettemplate.mak

📁 Visual C++高级界面特效制作百例 本书通过100个实例全面讲述了应用Visual C++的MFC进行高级界面编程的思想。书中均以一个实例的详细实现步骤为引子
💻 MAK
📖 第 1 页 / 共 2 页
字号:

# Name "PropSheetTemplate - Win32 Release"
# Name "PropSheetTemplate - Win32 Debug"
# Name "PropSheetTemplate - Win32 Debug Modal"
# Name "PropSheetTemplate - Win32 Debug Modeless"

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"

!ENDIF 

################################################################################
# Begin Source File

SOURCE=.\ReadMe.txt

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"

!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\PropSheetTemplate.cpp
DEP_CPP_PROPS=\
	".\LargePage.h"\
	".\MainSheet.h"\
	".\MediumPage.h"\
	".\PropSheetTemplate.h"\
	".\SmallPage.h"\
	".\StdAfx.h"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"


"$(INTDIR)\PropSheetTemplate.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"


"$(INTDIR)\PropSheetTemplate.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"


"$(INTDIR)\PropSheetTemplate.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"


"$(INTDIR)\PropSheetTemplate.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\StdAfx.cpp
DEP_CPP_STDAF=\
	".\StdAfx.h"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"

# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PropSheetTemplate.pch" /Yc"stdafx.h"\
 /Fo"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\PropSheetTemplate.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"

# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/PropSheetTemplate.pch" /Yc"stdafx.h"\
 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\PropSheetTemplate.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"

# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
 /D "_AFXDLL" /D "_MBCS" /D "__MODAL" /Fp"$(INTDIR)/PropSheetTemplate.pch"\
 /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\PropSheetTemplate.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"

# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
 /D "_AFXDLL" /D "_MBCS" /D "__MINIMIZE_ON_TASKBAR" /D "__MINIMIZEBOX" /D\
 "__START_ON_TASKBAR" /D "__BITMAP_PAGES" /Fp"$(INTDIR)/PropSheetTemplate.pch"\
 /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
	

"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

"$(INTDIR)\PropSheetTemplate.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
   $(BuildCmds)

!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\PropSheetTemplate.rc
DEP_RSC_PROPSH=\
	".\res\page1.bmp"\
	".\res\PropSheetTemplate.ico"\
	".\res\PropSheetTemplate.rc2"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"


"$(INTDIR)\PropSheetTemplate.res" : $(SOURCE) $(DEP_RSC_PROPSH) "$(INTDIR)"
   $(RSC) $(RSC_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"


"$(INTDIR)\PropSheetTemplate.res" : $(SOURCE) $(DEP_RSC_PROPSH) "$(INTDIR)"
   $(RSC) $(RSC_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"


"$(INTDIR)\PropSheetTemplate.res" : $(SOURCE) $(DEP_RSC_PROPSH) "$(INTDIR)"
   $(RSC) $(RSC_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"


"$(INTDIR)\PropSheetTemplate.res" : $(SOURCE) $(DEP_RSC_PROPSH) "$(INTDIR)"
   $(RSC) $(RSC_PROJ) $(SOURCE)


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\MainSheet.cpp
DEP_CPP_MAINS=\
	".\LargePage.h"\
	".\MainSheet.h"\
	".\MediumPage.h"\
	".\PropSheetTemplate.h"\
	".\SmallPage.h"\
	".\StdAfx.h"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"


"$(INTDIR)\MainSheet.obj" : $(SOURCE) $(DEP_CPP_MAINS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"


"$(INTDIR)\MainSheet.obj" : $(SOURCE) $(DEP_CPP_MAINS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"


"$(INTDIR)\MainSheet.obj" : $(SOURCE) $(DEP_CPP_MAINS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"


"$(INTDIR)\MainSheet.obj" : $(SOURCE) $(DEP_CPP_MAINS) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\LargePage.cpp
DEP_CPP_LARGE=\
	".\LargePage.h"\
	".\PropSheetTemplate.h"\
	".\StdAfx.h"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"


"$(INTDIR)\LargePage.obj" : $(SOURCE) $(DEP_CPP_LARGE) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"


"$(INTDIR)\LargePage.obj" : $(SOURCE) $(DEP_CPP_LARGE) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"


"$(INTDIR)\LargePage.obj" : $(SOURCE) $(DEP_CPP_LARGE) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"


"$(INTDIR)\LargePage.obj" : $(SOURCE) $(DEP_CPP_LARGE) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\MediumPage.cpp
DEP_CPP_MEDIU=\
	".\MediumPage.h"\
	".\PropSheetTemplate.h"\
	".\StdAfx.h"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"


"$(INTDIR)\MediumPage.obj" : $(SOURCE) $(DEP_CPP_MEDIU) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"


"$(INTDIR)\MediumPage.obj" : $(SOURCE) $(DEP_CPP_MEDIU) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"


"$(INTDIR)\MediumPage.obj" : $(SOURCE) $(DEP_CPP_MEDIU) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"


"$(INTDIR)\MediumPage.obj" : $(SOURCE) $(DEP_CPP_MEDIU) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ENDIF 

# End Source File
################################################################################
# Begin Source File

SOURCE=.\SmallPage.cpp
DEP_CPP_SMALL=\
	".\PropSheetTemplate.h"\
	".\SmallPage.h"\
	".\StdAfx.h"\
	

!IF  "$(CFG)" == "PropSheetTemplate - Win32 Release"


"$(INTDIR)\SmallPage.obj" : $(SOURCE) $(DEP_CPP_SMALL) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug"


"$(INTDIR)\SmallPage.obj" : $(SOURCE) $(DEP_CPP_SMALL) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modal"


"$(INTDIR)\SmallPage.obj" : $(SOURCE) $(DEP_CPP_SMALL) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ELSEIF  "$(CFG)" == "PropSheetTemplate - Win32 Debug Modeless"


"$(INTDIR)\SmallPage.obj" : $(SOURCE) $(DEP_CPP_SMALL) "$(INTDIR)"\
 "$(INTDIR)\PropSheetTemplate.pch"


!ENDIF 

# End Source File
# End Target
# End Project
################################################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -