Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Zlib
提交
e076ca8e
T
Third Party Zlib
项目概览
OpenHarmony
/
Third Party Zlib
大约 1 年 前同步成功
通知
16
Star
112
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Zlib
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e076ca8e
编写于
3月 10, 2012
作者:
M
Mark Adler
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix comments in win32/Makefile.gcc for proper usage.
上级
e2abd78a
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
7 addition
and
8 deletion
+7
-8
win32/Makefile.gcc
win32/Makefile.gcc
+7
-8
未找到文件。
win32/Makefile.gcc
浏览文件 @
e076ca8e
# Makefile for zlib, derived from Makefile.dj2.
# Makefile for zlib, derived from Makefile.dj2.
# Modified for mingw32 by C. Spieler, 6/16/98.
# Modified for mingw32 by C. Spieler, 6/16/98.
# Updated for zlib 1.2.x by Christian Spieler and Cosmin Truta, Mar-2003.
# Updated for zlib 1.2.x by Christian Spieler and Cosmin Truta, Mar-2003.
# Last updated:
1-Aug-2003
.
# Last updated:
Mar 2012
.
# Tested under Cygwin and MinGW.
# Tested under Cygwin and MinGW.
# Copyright (C) 1995-2003 Jean-loup Gailly.
# Copyright (C) 1995-2003 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile, or to compile and test, type:
# To compile, or to compile and test, type
from the top level zlib directory
:
#
#
# make -f
makefile.gcc; make test testdll -fm
akefile.gcc
# make -f
win32/Makefile.gcc; make test testdll -fwin32/M
akefile.gcc
#
#
# To use the asm code, type:
# To use the asm code, type:
# cp contrib/asm?86/match.S ./match.S
# cp contrib/asm?86/match.S ./match.S
# make LOC=-DASMV OBJA=match.o -f
m
akefile.gcc
# make LOC=-DASMV OBJA=match.o -f
win32/M
akefile.gcc
#
#
# To install libz.a, zconf.h and zlib.h in the system directories, type:
# To install libz.a, zconf.h and zlib.h in the system directories, type:
#
#
# make install -fmakefile.gcc
# make install -fwin32/Makefile.gcc
#
# BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set.
# Note:
# Note:
# If the platform is *not* MinGW (e.g. it is Cygwin or UWIN),
# If the platform is *not* MinGW (e.g. it is Cygwin or UWIN),
...
@@ -117,9 +119,6 @@ minigzip.o: test/minigzip.c zlib.h zconf.h
...
@@ -117,9 +119,6 @@ minigzip.o: test/minigzip.c zlib.h zconf.h
zlibrc.o
:
win32/zlib1.rc
zlibrc.o
:
win32/zlib1.rc
$(RC)
$(RCFLAGS)
-o
$@
win32/zlib1.rc
$(RC)
$(RCFLAGS)
-o
$@
win32/zlib1.rc
# BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set.
.PHONY
:
install uninstall clean
.PHONY
:
install uninstall clean
install
:
zlib.h zconf.h $(STATICLIB) $(IMPLIB)
install
:
zlib.h zconf.h $(STATICLIB) $(IMPLIB)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录