pike.git
/
NT
/
tools
/
rntecl
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/NT/tools/rntecl:1:
#!/usr/local/bin/pike // -*- Pike -*-
-
// $Id: rntecl,v 1.
5
2000/08/
14
21
:
10
:
29
grubba Exp $
+
// $Id: rntecl,v 1.
6
2000/08/
17
20
:
17
:
53
grubba Exp $
// RNTECL, a front-end to Intel ECL with options similar to GCC // Written by Fredrik Hubinette & Henrik Grubbström. inherit "lib.pike"; // Verbose is default for now, this can be turned off one this // frontend has been refined to where it does not require more // debugging.
pike.git/NT/tools/rntecl:48:
return fname; } int main(int argc, string *argv) { string *ldopts=({"-INCREMENTAL:no"}); string *cflags=({ "-Wp64", // Generate warnings for loss of precision. //"-W4", // Maximum verbosity. "-W3", // More warnings.
-
"-D__WIN32__",
-
"-D_WIN32",
+
//
"-D__WIN32__",
+
//
"-D_WIN32",
+
"-D__WIN64__",
+
"-D_WIN64",
"-D__NT__", // "-D__STDC__", "-nologo", }); string target="exe"; int debug,optimize,share; string output, wantfile; mixed *opts=Getopt.find_all_options(argv, aggregate(