📄 makefile.wat
字号:
# This file is part of the FreeType project.# Modified for FTIFI - Mike## It builds the library and test programs using Watcom C/C++ under OS/2.## You will need nmake!!# If you can change this makefile to work with wmake, please# inform me.## Use this file while in the lib directory with the following statement:## nmake -f arch\os2\Makefile.iccCC = wcc386CFLAGS = -4r -Otexan -zp1 -bd -zc -Iarch\os2 -I. -IextendSRC = ttapi.c ttcache.c ttcalc.c ttcmap.c tterror.c \ ttfile.c ttgload.c ttinterp.c ttlists.c ttload.c \ ttmemory.c ttmutex.c ttobjs.c ttraster.c ttextend.c \ \ extend\ftxgasp.c extend\ftxkern.cOBJ = $(SRC:.c=.obj).c.obj: $(CC) $(CFLAGS) $*.call: libttf.liblibttf.lib: $(OBJ) -move ft*.obj extend !wlib -c $@ -+$?clean: -del *.obj -del extend\*.objdistclean: clean -del libttf.lib# end of Makefile.wcc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -