📄 nr_b55.mak
字号:
BORLANDPATH = "C:\program files\Borland\cbuilder5"TASM = TASM32TLIB = tlibTLINK = ilink32LIBPATH = $(BORLANDPATH)\LIBINCLUDEPATH = $(BORLANDPATH)\INCLUDEDIFF = sdiffPRE =CC = bcc32 -W- -v- -H- -3 -N -Og -Oi -Ov -f -I$(INCLUDEPATH).cpp.obj: $(CC) -c {$< }everything: tryrand.exe tryrand_obj = tryrand.obj newran.obj myexcept.obj extreal.obj tryrand1.obj tryrand2.obj tryrand3.obj tryrand4.obj tryrand5.obj hist.objtryrand.exe: $(tryrand_obj) $(TLINK) /x/L$(LIBPATH)/Gn -Tpe -ap -c @&&|c0x32.obj $(tryrand_obj),$@,,import32.lib cw32.lib|tryrand.obj: tryrand.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.hnewran.obj: newran.cpp include.h newran.h boolean.h myexcept.h extreal.hmyexcept.obj: myexcept.cpp include.h boolean.h myexcept.hextreal.obj: extreal.cpp include.h boolean.h extreal.htryrand1.obj: tryrand1.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand2.obj: tryrand2.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand3.obj: tryrand3.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand4.obj: tryrand4.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.htryrand5.obj: tryrand5.cpp include.h newran.h tryrand.h boolean.h myexcept.h extreal.hhist.obj: hist.cpp include.h boolean.h extreal.h newran.h tryrand.h myexcept.htryrand.txx: tryrand.exe $(PRE)tryrand > tryrand.txx $(DIFF) tryrand.txt tryrand.txx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -