Skip to content
Snippets Groups Projects
Commit c4db5edb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now tries to use the 64bit APIs.

Rev: NT/tools/rntecl:1.6
parent d87ab4b6
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #!/usr/local/bin/pike
// -*- 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 // RNTECL, a front-end to Intel ECL with options similar to GCC
// Written by Fredrik Hubinette & Henrik Grubbstrm. // Written by Fredrik Hubinette & Henrik Grubbstrm.
...@@ -55,8 +55,10 @@ int main(int argc, string *argv) ...@@ -55,8 +55,10 @@ int main(int argc, string *argv)
"-Wp64", // Generate warnings for loss of precision. "-Wp64", // Generate warnings for loss of precision.
//"-W4", // Maximum verbosity. //"-W4", // Maximum verbosity.
"-W3", // More warnings. "-W3", // More warnings.
"-D__WIN32__", // "-D__WIN32__",
"-D_WIN32", // "-D_WIN32",
"-D__WIN64__",
"-D_WIN64",
"-D__NT__", "-D__NT__",
// "-D__STDC__", // "-D__STDC__",
"-nologo", "-nologo",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment