Lines Matching refs:exe
57 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
179 $ call make example.exe "LINK example,libz.olb/lib" example.obj libz.olb
185 $ call make minigzip.exe -
200 $ write sys$output "Creating libzshr.exe"
208 $ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,_link.opt/opt
356 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
357 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
383 $ if f$trnlnm(topt) then write topt "sys$share:vaxcrtl.exe/share"
384 $ if f$trnlnm(optf) then write optf "sys$share:vaxcrtl.exe/share"
413 all : example.exe minigzip.exe libz.olb
419 example.exe : example.obj libz.olb
422 minigzip.exe : minigzip.obj libz.olb
426 delete *.obj;*,libz.olb;*,*.opt;*,*.exe;*