makefile.wat

来自「字体缩放显示」· WAT 代码 · 共 42 行

WAT
42
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?