?? makefile.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 + -