nrwat.mak
来自「随机数生成程序」· MAK 代码 · 共 39 行
MAK
39 行
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 + =
减小字号Ctrl + -
显示快捷键?