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

📄 loadfont.mak

📁 传真示例
💻 MAK
📖 第 1 页 / 共 2 页
字号:

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

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

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

# ADD CPP /Yc"stdafx.h"

BuildCmds= \
	$(CPP) /nologo /MD /W3 /GX /I "..\..\..\INC" /D "NDEBUG" /D "WIN32" /D\
 "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "NT_386" /D "NT_MULTITHRD" /D\
 "WINDOWS_95" /Fp"$(INTDIR)/Loadfont.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c\
 $(SOURCE) \
	

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

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

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

# ADD CPP /Yc"stdafx.h"

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

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

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

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

!ENDIF 

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

SOURCE=.\MainFrm.cpp
DEP_CPP_MAINF=\
	".\LoadFont.h"\
	".\MainFrm.h"\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\MainFrm.sbr" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

SOURCE=.\LoadFontDoc.cpp
DEP_CPP_LOADFO=\
	".\DlgcLoadFont.h"\
	".\FontBrowse.h"\
	".\LoadFont.h"\
	".\LoadFontDoc.h"\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\LoadFontDoc.obj" : $(SOURCE) $(DEP_CPP_LOADFO) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\LoadFontDoc.obj" : $(SOURCE) $(DEP_CPP_LOADFO) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\LoadFontDoc.sbr" : $(SOURCE) $(DEP_CPP_LOADFO) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

SOURCE=.\LoadFontView.cpp
DEP_CPP_LOADFON=\
	".\DlgcLoadFont.h"\
	".\FontList.h"\
	".\LoadFont.h"\
	".\LoadFontDoc.h"\
	".\LoadFontView.h"\
	".\MainFrm.h"\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\LoadFontView.obj" : $(SOURCE) $(DEP_CPP_LOADFON) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\LoadFontView.obj" : $(SOURCE) $(DEP_CPP_LOADFON) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\LoadFontView.sbr" : $(SOURCE) $(DEP_CPP_LOADFON) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

SOURCE=.\LoadFont.rc
DEP_RSC_LOADFONT=\
	".\res\DIALSM.BMP"\
	".\res\FontDoc.ico"\
	".\res\LoadFont.ico"\
	".\res\LoadFont.rc2"\
	".\res\Toolbar.bmp"\
	

"$(INTDIR)\LoadFont.res" : $(SOURCE) $(DEP_RSC_LOADFONT) "$(INTDIR)"
   $(RSC) $(RSC_PROJ) $(SOURCE)


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

SOURCE=.\Status.cpp
DEP_CPP_STATU=\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\Status.obj" : $(SOURCE) $(DEP_CPP_STATU) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\Status.obj" : $(SOURCE) $(DEP_CPP_STATU) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\Status.sbr" : $(SOURCE) $(DEP_CPP_STATU) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

SOURCE=.\DlgcLoadFont.cpp
DEP_CPP_DLGCL=\
	"..\..\..\INC\d40low.h"\
	"..\..\..\INC\dxcallp.h"\
	"..\..\..\INC\dxdevdef.h"\
	"..\..\..\INC\dxdigit.h"\
	"..\..\..\INC\dxr2mf.h"\
	"..\..\..\INC\dxsync.h"\
	"..\..\..\INC\dxtables.h"\
	"..\..\..\INC\dxxxlib.h"\
	"..\..\..\INC\faxlib.h"\
	"..\..\..\INC\sr_types.h"\
	"..\..\..\INC\srl_eblk.h"\
	"..\..\..\INC\srllib.h"\
	"..\..\..\INC\srltpt.h"\
	".\DlgcLoadFont.h"\
	".\FontBrowse.h"\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\DlgcLoadFont.obj" : $(SOURCE) $(DEP_CPP_DLGCL) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\DlgcLoadFont.obj" : $(SOURCE) $(DEP_CPP_DLGCL) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\DlgcLoadFont.sbr" : $(SOURCE) $(DEP_CPP_DLGCL) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

SOURCE=.\FontList.cpp
DEP_CPP_FONTL=\
	".\DlgcLoadFont.h"\
	".\FontList.h"\
	".\LoadFont.h"\
	".\LoadFontDoc.h"\
	".\LoadFontView.h"\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\FontList.obj" : $(SOURCE) $(DEP_CPP_FONTL) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\FontList.obj" : $(SOURCE) $(DEP_CPP_FONTL) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\FontList.sbr" : $(SOURCE) $(DEP_CPP_FONTL) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

SOURCE=.\FontBrowse.cpp
DEP_CPP_FONTB=\
	".\FontBrowse.h"\
	".\LoadFont.h"\
	".\Status.h"\
	".\StdAfx.h"\
	

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


"$(INTDIR)\FontBrowse.obj" : $(SOURCE) $(DEP_CPP_FONTB) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


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


"$(INTDIR)\FontBrowse.obj" : $(SOURCE) $(DEP_CPP_FONTB) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"

"$(INTDIR)\FontBrowse.sbr" : $(SOURCE) $(DEP_CPP_FONTB) "$(INTDIR)"\
 "$(INTDIR)\Loadfont.pch"


!ENDIF 

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

⌨️ 快捷键说明

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