📄 superpad.mak
字号:
DEP_CPP_PAGES=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Release"
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Debug"
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Release"
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Debug"
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Debug"
DEP_CPP_PAGES=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Release"
DEP_CPP_PAGES=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\pageset.obj" : $(SOURCE) $(DEP_CPP_PAGES) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ENDIF
SOURCE=.\spadmac.r
!IF "$(CFG)" == "SuperPad - Win32 Release"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Debug"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Release"
NODEP_MRC_SPADM=\
".\mrc\balloons.r"\
".\mrc\types.r"\
"$(INTDIR)\spadmac.rsc" : $(SOURCE) $(DEP_MRC_SPADM) "$(INTDIR)"
$(MRC) /o"$(INTDIR)/spadmac.rsc" /D "_68K_" /D "_MAC" /D "NDEBUG" /l 0x409\
/NOLOGO $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Debug"
NODEP_MRC_SPADM=\
".\mrc\balloons.r"\
".\mrc\types.r"\
"$(INTDIR)\spadmac.rsc" : $(SOURCE) $(DEP_MRC_SPADM) "$(INTDIR)"
$(MRC) /o"$(INTDIR)/spadmac.rsc" /D "_68K_" /D "_MAC" /D "_DEBUG" /l 0x409\
/NOLOGO $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Release"
NODEP_MRC_SPADM=\
".\mrc\balloons.r"\
".\mrc\types.r"\
"$(INTDIR)\spadmac.rsc" : $(SOURCE) $(DEP_MRC_SPADM) "$(INTDIR)"
$(MRC) /o"$(INTDIR)/spadmac.rsc" /D "_MPPC_" /D "_MAC" /D "NDEBUG" /l 0x409\
/NOLOGO $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Debug"
NODEP_MRC_SPADM=\
".\mrc\balloons.r"\
".\mrc\types.r"\
"$(INTDIR)\spadmac.rsc" : $(SOURCE) $(DEP_MRC_SPADM) "$(INTDIR)"
$(MRC) /o"$(INTDIR)/spadmac.rsc" /D "_MPPC_" /D "_MAC" /D "_DEBUG" /l 0x409\
/NOLOGO $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Debug"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Release"
!ENDIF
SOURCE=.\stdafx.cpp
!IF "$(CFG)" == "SuperPad - Win32 Release"
DEP_CPP_STDAF=\
".\stdafx.h"\
"$(INTDIR)\stdafx.obj" "$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/superpad.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /FD /c $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Debug"
DEP_CPP_STDAF=\
".\stdafx.h"\
"$(INTDIR)\stdafx.obj" "$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/superpad.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /FD /c $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Release"
"$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Debug"
"$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Release"
"$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Debug"
"$(INTDIR)\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Debug"
DEP_CPP_STDAF=\
".\stdafx.h"\
"$(INTDIR)\stdafx.obj" "$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
/D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/superpad.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /FD /c $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Release"
DEP_CPP_STDAF=\
".\stdafx.h"\
"$(INTDIR)\stdafx.obj" "$(INTDIR)\superpad.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
"$(INTDIR)"
$(CPP) /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
"_UNICODE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/superpad.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /FD /c $(SOURCE)
!ENDIF
SOURCE=.\superpad.cpp
!IF "$(CFG)" == "SuperPad - Win32 Release"
DEP_CPP_SUPER=\
".\aboutbox.h"\
".\ipframe.h"\
".\mainfrm.h"\
".\paddoc.h"\
".\padframe.h"\
".\padview.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Debug"
DEP_CPP_SUPER=\
".\aboutbox.h"\
".\ipframe.h"\
".\mainfrm.h"\
".\paddoc.h"\
".\padframe.h"\
".\padview.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Release"
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Debug"
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Release"
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Debug"
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Debug"
DEP_CPP_SUPER=\
".\aboutbox.h"\
".\ipframe.h"\
".\mainfrm.h"\
".\paddoc.h"\
".\padframe.h"\
".\padview.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Release"
DEP_CPP_SUPER=\
".\aboutbox.h"\
".\ipframe.h"\
".\mainfrm.h"\
".\paddoc.h"\
".\padframe.h"\
".\padview.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
"$(INTDIR)\superpad.obj" : $(SOURCE) $(DEP_CPP_SUPER) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ENDIF
SOURCE=.\superpad.rc
!IF "$(CFG)" == "SuperPad - Win32 Release"
DEP_RSC_SUPERP=\
".\res\itoolbar.bmp"\
".\res\paddoc.ico"\
".\res\superpad.ico"\
".\res\toolbar.bmp"\
"$(INTDIR)\superpad.res" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Debug"
DEP_RSC_SUPERP=\
".\res\itoolbar.bmp"\
".\res\paddoc.ico"\
".\res\superpad.ico"\
".\res\toolbar.bmp"\
"$(INTDIR)\superpad.res" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Release"
"$(INTDIR)\superpad.rsc" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Debug"
"$(INTDIR)\superpad.rsc" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Release"
"$(INTDIR)\superpad.rsc" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Debug"
"$(INTDIR)\superpad.rsc" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Debug"
DEP_RSC_SUPERP=\
".\res\itoolbar.bmp"\
".\res\paddoc.ico"\
".\res\superpad.ico"\
".\res\toolbar.bmp"\
"$(INTDIR)\superpad.res" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Release"
DEP_RSC_SUPERP=\
".\res\itoolbar.bmp"\
".\res\paddoc.ico"\
".\res\superpad.ico"\
".\res\toolbar.bmp"\
"$(INTDIR)\superpad.res" : $(SOURCE) $(DEP_RSC_SUPERP) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
!ENDIF
SOURCE=.\tabstop.cpp
!IF "$(CFG)" == "SuperPad - Win32 Release"
DEP_CPP_TABST=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
".\tabstop.h"\
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Debug"
DEP_CPP_TABST=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
".\tabstop.h"\
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Release"
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Macintosh Debug"
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Release"
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Power Macintosh Debug"
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
"$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Debug"
DEP_CPP_TABST=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
".\tabstop.h"\
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ELSEIF "$(CFG)" == "SuperPad - Win32 Unicode Release"
DEP_CPP_TABST=\
".\aboutbox.h"\
".\pageset.h"\
".\stdafx.h"\
".\superpad.h"\
".\tabstop.h"\
"$(INTDIR)\tabstop.obj" : $(SOURCE) $(DEP_CPP_TABST) "$(INTDIR)"\
"$(INTDIR)\superpad.pch"
!ENDIF
SOURCE=.\aboutbox.h
SOURCE=.\ipframe.h
SOURCE=.\linkitem.h
SOURCE=.\mainfrm.h
SOURCE=.\paddoc.h
SOURCE=.\padframe.h
SOURCE=.\paditem.h
SOURCE=.\padview.h
SOURCE=.\pageset.h
SOURCE=.\stdafx.h
SOURCE=.\superpad.h
SOURCE=.\tabstop.h
SOURCE=.\res\itoolbar.bmp
SOURCE=.\res\paddoc.ico
SOURCE=.\res\superpad.ico
SOURCE=.\res\toolbar.bmp
!ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -