pike.git/
NT/
tools/
rntcl
Branch:
Tag:
Non-build tags
All tags
No tags
1999-07-09
1999-07-09 01:42:05 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
f9e4d82fbf208c72c6218723b93e0ee25efdc456 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
damn CL.EXE doesn't define __STDC__ by default :(
Rev: NT/tools/rntcl:1.2
47:
"-D__WIN32__", "-D_WIN32", "-D__NT__",
+
"-D__STDC__",
"-nologo", });
196:
break; case "obj":
-
if(output)
+
if(
!
output)
+
output=remove_ext(argv[1])+".o";
cflags+=({"-Fo"+fixpath(output)});
-
else
-
output=remove_ext(argv[1])+".obj";
+
wantfile=output; break;