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

📄 zlibtool.mak

📁 zlib OCX控件源码
💻 MAK
📖 第 1 页 / 共 3 页
字号:
# 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)/ZlibTool.res" /d "NDEBUG" /d "_AFXDLL" 
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ZlibTool.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)/ZlibTool.pdb" /machine:I386 /def:".\ZlibTool.def"\
 /out:"$(OUTDIR)/ZlibTool.ocx" /implib:"$(OUTDIR)/ZlibTool.lib" 
DEF_FILE= \
	".\ZlibTool.def"
LINK32_OBJS= \
	"$(INTDIR)\Adler32.obj" \
	"$(INTDIR)\Deflate.obj" \
	"$(INTDIR)\Infblock.obj" \
	"$(INTDIR)\Infcodes.obj" \
	"$(INTDIR)\Inffast.obj" \
	"$(INTDIR)\Inflate.obj" \
	"$(INTDIR)\Inftrees.obj" \
	"$(INTDIR)\Infutil.obj" \
	"$(INTDIR)\StdAfx.obj" \
	"$(INTDIR)\Trees.obj" \
	"$(INTDIR)\zlibengn.obj" \
	"$(INTDIR)\ZlibTool.obj" \
	"$(INTDIR)\ZlibTool.res" \
	"$(INTDIR)\ZlibToolCtl.obj" \
	"$(INTDIR)\ZlibToolPpg.obj" \
	"$(INTDIR)\Zutil.obj"

"$(OUTDIR)\ZlibTool.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

# Begin Custom Build - Registering OLE control...
OutDir=.\ReleaseU
TargetPath=.\ReleaseU\ZlibTool.ocx
InputPath=.\ReleaseU\ZlibTool.ocx
SOURCE=$(InputPath)

"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
   regsvr32 /s /c "$(TargetPath)"
   echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"

# End Custom Build

!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 "ZlibTool - Win32 Release"
# Name "ZlibTool - Win32 Debug"
# Name "ZlibTool - Win32 Unicode Debug"
# Name "ZlibTool - Win32 Unicode Release"

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

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

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"

!ENDIF 

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

SOURCE=.\ReadMe.txt

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

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

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"

!ENDIF 

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

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

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

# ADD CPP /Yc"stdafx.h"

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

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

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

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

# ADD CPP /Yc"stdafx.h"

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

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

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

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"

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

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

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

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

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"

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

BuildCmds= \
	$(CPP) /nologo /MD /W3 /GX /O2 /I "..\zlibengn" /I "..\zlib" /D "WIN32" /D\
 "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_WINDLL" /D "_AFXDLL" /D\
 "_MBCS" /Fp"$(INTDIR)/ZlibTool.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
	

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

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

!ENDIF 

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

SOURCE=.\ZlibTool.cpp
DEP_CPP_ZLIBT=\
	"..\zlibtool\stdafx.h"\
	".\ZlibTool.h"\
	

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


"$(INTDIR)\ZlibTool.obj" : $(SOURCE) $(DEP_CPP_ZLIBT) "$(INTDIR)"


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


"$(INTDIR)\ZlibTool.obj" : $(SOURCE) $(DEP_CPP_ZLIBT) "$(INTDIR)"


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"


"$(INTDIR)\ZlibTool.obj" : $(SOURCE) $(DEP_CPP_ZLIBT) "$(INTDIR)"


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"


"$(INTDIR)\ZlibTool.obj" : $(SOURCE) $(DEP_CPP_ZLIBT) "$(INTDIR)"


!ENDIF 

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

SOURCE=.\ZlibTool.def

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

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

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"

!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"

!ENDIF 

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

SOURCE=.\ZlibTool.rc

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

DEP_RSC_ZLIBTO=\
	".\ZlibTool.ico"\
	".\ZlibToolCtl.bmp"\
	
NODEP_RSC_ZLIBTO=\
	".\Release\ZlibTool.tlb"\
	

"$(INTDIR)\ZlibTool.res" : $(SOURCE) $(DEP_RSC_ZLIBTO) "$(INTDIR)"\
 "$(INTDIR)\ZlibTool.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/ZlibTool.res" /i "Release" /d "NDEBUG" /d\
 "_AFXDLL" $(SOURCE)


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

DEP_RSC_ZLIBTO=\
	".\Debug\ZlibTool.tlb"\
	".\ZlibTool.ico"\
	".\ZlibToolCtl.bmp"\
	

"$(INTDIR)\ZlibTool.res" : $(SOURCE) $(DEP_RSC_ZLIBTO) "$(INTDIR)"\
 "$(INTDIR)\ZlibTool.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/ZlibTool.res" /i "Debug" /d "_DEBUG" /d\
 "_AFXDLL" $(SOURCE)


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"

DEP_RSC_ZLIBTO=\
	".\ZlibTool.ico"\
	".\ZlibToolCtl.bmp"\
	
NODEP_RSC_ZLIBTO=\
	".\DebugU\ZlibTool.tlb"\
	

"$(INTDIR)\ZlibTool.res" : $(SOURCE) $(DEP_RSC_ZLIBTO) "$(INTDIR)"\
 "$(INTDIR)\ZlibTool.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/ZlibTool.res" /i "DebugU" /d "_DEBUG" /d\
 "_AFXDLL" $(SOURCE)


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"

DEP_RSC_ZLIBTO=\
	".\ZlibTool.ico"\
	".\ZlibToolCtl.bmp"\
	
NODEP_RSC_ZLIBTO=\
	".\ReleaseU\ZlibTool.tlb"\
	

"$(INTDIR)\ZlibTool.res" : $(SOURCE) $(DEP_RSC_ZLIBTO) "$(INTDIR)"\
 "$(INTDIR)\ZlibTool.tlb"
   $(RSC) /l 0x409 /fo"$(INTDIR)/ZlibTool.res" /i "ReleaseU" /d "NDEBUG" /d\
 "_AFXDLL" $(SOURCE)


!ENDIF 

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

SOURCE=.\ZlibTool.odl

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


"$(OUTDIR)\ZlibTool.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "NDEBUG" /tlb "$(OUTDIR)/ZlibTool.tlb" /win32 $(SOURCE)


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


"$(OUTDIR)\ZlibTool.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "_DEBUG" /tlb "$(OUTDIR)/ZlibTool.tlb" /win32 $(SOURCE)


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"


"$(OUTDIR)\ZlibTool.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "_DEBUG" /tlb "$(OUTDIR)/ZlibTool.tlb" /win32 $(SOURCE)


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"


"$(OUTDIR)\ZlibTool.tlb" : $(SOURCE) "$(OUTDIR)"
   $(MTL) /nologo /D "NDEBUG" /tlb "$(OUTDIR)/ZlibTool.tlb" /win32 $(SOURCE)


!ENDIF 

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

SOURCE=.\ZlibToolCtl.cpp
DEP_CPP_ZLIBTOO=\
	"..\zlib\zconf.h"\
	"..\zlib\zlib.h"\
	"..\zlibengn\zlibengn.h"\
	"..\zlibtool\stdafx.h"\
	".\ZlibTool.h"\
	".\ZlibToolCtl.h"\
	".\ZlibToolPpg.h"\
	

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


"$(INTDIR)\ZlibToolCtl.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOO) "$(INTDIR)"


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


"$(INTDIR)\ZlibToolCtl.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOO) "$(INTDIR)"


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"


"$(INTDIR)\ZlibToolCtl.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOO) "$(INTDIR)"


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"


"$(INTDIR)\ZlibToolCtl.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOO) "$(INTDIR)"


!ENDIF 

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

SOURCE=.\ZlibToolPpg.cpp
DEP_CPP_ZLIBTOOL=\
	"..\zlibtool\stdafx.h"\
	".\ZlibTool.h"\
	".\ZlibToolPpg.h"\
	

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


"$(INTDIR)\ZlibToolPpg.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOOL) "$(INTDIR)"


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


"$(INTDIR)\ZlibToolPpg.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOOL) "$(INTDIR)"


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"


"$(INTDIR)\ZlibToolPpg.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOOL) "$(INTDIR)"


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Release"


"$(INTDIR)\ZlibToolPpg.obj" : $(SOURCE) $(DEP_CPP_ZLIBTOOL) "$(INTDIR)"


!ENDIF 

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

SOURCE=..\Zlib\Deflate.c
DEP_CPP_DEFLA=\
	"..\Zlib\deflate.h"\
	"..\zlib\zconf.h"\
	"..\zlib\zlib.h"\
	"..\Zlib\zutil.h"\
	

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


"$(INTDIR)\Deflate.obj" : $(SOURCE) $(DEP_CPP_DEFLA) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


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


"$(INTDIR)\Deflate.obj" : $(SOURCE) $(DEP_CPP_DEFLA) "$(INTDIR)"
   $(CPP) $(CPP_PROJ) $(SOURCE)


!ELSEIF  "$(CFG)" == "ZlibTool - Win32 Unicode Debug"

⌨️ 快捷键说明

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