graph.mak

来自「[Game.Programming].Academic - Graphics G」· MAK 代码 · 共 52 行

MAK
52
字号
.AUTODEPEND.PATH.obj = .#		*Translator Definitions*CC = bcc -v -W -vi- -wpro -weas -wpre -n. -I$(INCLUDEPATH) -L$(LIBPATH)TASM = TASMTLIB = tlibTLINK = tlinkLIBPATH = C:\BORLANDC\LIBINCLUDEPATH = C:\BORLANDC\INCLUDE#		*Implicit Rules*.cpp.obj:  $(CC) -c -DMSWINDOWS {$< }#		*List Macros*OBJS = fileio.obj layout.obj graph.obj mswindow.obj vector.obj#		*Explicit Rules*graph: $(OBJS)  $(TLINK) /v/x/c/P-/Twe/L$(LIBPATH) @&&|c0ws.obj+fileio.obj+layout.obj+graph.obj+mswindow.obj+vector.objgraph		# no map filemathws.lib+import.lib+cws.lib|  RC  .\graph.exe#		*Individual File Dependencies*mswindow.obj: mswindow.cpp fileio.obj: fileio.cpp mswindow.hxx vector.hxx defines.h graph.hxx fileio.hxxgraph.obj: graph.cpp mswindow.hxx vector.hxx defines.h graph.hxxlayout.obj: layout.cpp mswindow.hxx r naor.hxx defines.h graph.hxx vector.obj: vector.cpp vector.hxx 

⌨️ 快捷键说明

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