📄 nrwat.mak
字号:
everything: tryrand.exe.cpp.obj: wpp386/bt=nt $*.cppOBJ_T = tryrand.obj tryrand1.obj tryrand2.obj tryrand3.obj & tryrand4.obj hist.obj newran.obj extreal.obj myexcept.objtryrand.exe: $(OBJ_T) echo file tryrand.obj,tryrand1.obj,tryrand2.obj > link.lnk echo file tryrand3.obj,tryrand4.obj,hist.obj >> link.lnk echo file newran.obj,extreal.obj,myexcept.obj >> link.lnk echo name tryrand.exe >> link.lnk echo SYSTEM nt >> link.lnk wlink @link.lnknewranxx = include.h newran.h boolean.h myexcept.htryrand.obj: $(newranxx) tryrand.cpp tryrand1.obj: $(newranxx) tryrand1.cpp tryrand2.obj: $(newranxx) tryrand2.cpp tryrand3.obj: $(newranxx) tryrand3.cpp tryrand4.obj: $(newranxx) tryrand4.cpp hist.obj: $(newranxx) hist.cpp newran.obj: $(newranxx) newran.cpp extreal.obj: include.h boolean.h extreal.h myexcept.h extreal.cpp myexcept.obj: include.h boolean.h myexcept.h myexcept.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -