pike.git
/
NT
/
tools
/
rntcl
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/NT/tools/rntcl:83:
break; case "export": // fixme // ldopts+=({"export",option[1]+"_"}); break; case "share": // fixme switch(option[1]) { case "hare":
+
case "hared":
share=1; target="dll"; break; case "tatic": /* Not yet implemented */ break; } break;
pike.git/NT/tools/rntcl:213:
cflags+=({"-Fo"+fixpath(output)}); wantfile=output; break; case "dll": if(output) cflags+=({"-Fe"+fixpath(output)}); else output=remove_ext(argv[1])+".dll";
-
//
cflags+=({"-MD" + (debug?"d":"") });
+
cflags+=({"-MD" + (debug?"d":"")
,
"-LD" + (debug?"d":"")
});
wantfile=output; break; case "-": } cflags+=({"-MT" + (debug?"d":"") }); if(output) rm(output);