📄 fortdos.mak
字号:
# Output of PRJ2MAK on FORTDOS.PRJ
# for Fortune Cookie for DOS
# for Borland C++ 3.1 for DOS
# Matthew J. W. Ratcliff, Ratware Softworks
.AUTODEPEND
.PATH.obj = DOS
# *Translator Definitions*
CC = bcc +FORTDOS.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = C:\BORLANDC\LIB;C:\BORLANDC\CLASSLIB\LIB;C:\BORLANDC\OWL\LIB
INCLUDEPATH = C:\BORLANDC\INCLUDE;C:\BORLANDC\CLASSLIB\INCLUDE;C:\BORLANDC\OWL\INCLUDE
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies = \
fortdos.obj \
fortune.obj \
fiufile.obj \
fiufind.obj \
liustrg.obj \
mmulist.obj \
mmuslist.obj \
erapprtf.obj
# *Explicit Rules*
dos\fortdos.exe: fortdos.cfg $(EXE_dependencies)
$(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
c0s.obj+
dos\fortdos.obj+
dos\fortune.obj+
dos\fiufile.obj+
dos\fiufind.obj+
dos\liustrg.obj+
dos\mmulist.obj+
dos\mmuslist.obj+
dos\erapprtf.obj
dos\fortdos
# no map file
tclasss.lib+
owlws.lib+
emu.lib+
maths.lib+
cs.lib
|
# *Individual File Dependencies*
fortdos.obj: fortdos.cfg fortdos.cpp
fortune.obj: fortdos.cfg fortune.cpp
fiufile.obj: fortdos.cfg fiufile.cpp
fiufind.obj: fortdos.cfg fiufind.cpp
liustrg.obj: fortdos.cfg liustrg.cpp
mmulist.obj: fortdos.cfg mmulist.cpp
mmuslist.obj: fortdos.cfg mmuslist.cpp
erapprtf.obj: fortdos.cfg erapprtf.cpp
# *Compiler Configuration File*
fortdos.cfg: fortdos.mak
copy &&|
-W
-vi-
-wpro
-weas
-wpre
-nDOS
-I$(INCLUDEPATH)
-L$(LIBPATH)
-P-.*
| fortdos.cfg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -