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

📄 makefile.vc

📁 一些常用的数据结构库
💻 VC
字号:
# $Id: Makefile.vc,v 1.4 1999/11/09 03:34:18 kaz Exp $# $Name: kazlib_1_20 $CC	= clCFLAGS	= /nologo /Za /W3 /Oxproject: tdict.exe tlist.exe thash.exe teh.exe tsfx.exetlist.exe: list.c list.h	$(CC) $(CFLAGS) -DKAZLIB_TEST_MAIN /Fotlist.obj /Fetlist.exe list.ctdict.exe: dict.c dict.h	$(CC) $(CFLAGS) -DKAZLIB_TEST_MAIN /Fotdict.obj /Fetdict.exe dict.cthash.exe: hash.c hash.h	$(CC) $(CFLAGS) -DKAZLIB_TEST_MAIN /Fothash.obj /Fethash.exe hash.cteh.exe: except.c except.h	$(CC) $(CFLAGS) -DKAZLIB_TEST_MAIN /Foteh.obj /Feteh.exe except.ctsfx.exe: sfx.c sfx.h except.obj hash.obj	$(CC) $(CFLAGS) -DKAZLIB_TEST_MAIN /Fotsfx.obj /Fetsfx.exe sfx.c except.obj hash.objdocs: docs.dvidocs.dvi: docs.ltx docs.toc docs.ind	latex docs.ltxdocs.ind: docs.idx docs.ist	makeindex -s docs.ist docs.idxdocs.toc: docs.ltx	latex docs.ltxdocs.idx: docs.ltx	latex docs.ltxclean:	-del tags tlist.exe tdict.exe thash.exe teh.exe tsfx.exe except.obj docs.aux docs.log docs.dvi docs.toc docs.idx docs.ind docs.ilgexcept.obj: except.c except.h	$(CC) $(CFLAGS) /c except.chash.obj: hash.c hash.h	$(CC) $(CFLAGS) /c hash.c

⌨️ 快捷键说明

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