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

📄 graph.mak

📁 [Game.Programming].Academic - Graphics Gems (6 books source code)
💻 MAK
字号:
.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -