home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / winnt / win-nt.h < prev    next >
C/C++ Source or Header  |  1996-03-15  |  2KB  |  59 lines

  1. /* Operating system specific defines to be used when targeting GCC for
  2.    Windows NT 3.x.
  3.    Copyright (C) 1994, 1995 Free Software Foundation, Inc.
  4.    Contributed by Douglas B. Rupp (drupp@cs.washington.edu).
  5.  
  6. This file is part of GNU CC.
  7.  
  8. GNU CC is free software; you can redistribute it and/or modify
  9. it under the terms of the GNU General Public License as published by
  10. the Free Software Foundation; either version 2, or (at your option)
  11. any later version.
  12.  
  13. GNU CC is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. GNU General Public License for more details.
  17.  
  18. You should have received a copy of the GNU General Public License
  19. along with GNU CC; see the file COPYING.  If not, write to
  20. the Free Software Foundation, 59 Temple Place - Suite 330,
  21. Boston, MA 02111-1307, USA.  */
  22.  
  23. #define TARGET_MEM_FUNCTIONS
  24.  
  25. #undef STARTFILE_SPEC
  26. #define STARTFILE_SPEC ""
  27.  
  28. #undef LINK_SPEC
  29. #define LINK_SPEC "-stack 5000000,5000000 -noinhibit-exec %{g}"
  30.  
  31. #undef CPP_SPEC
  32. #define CPP_SPEC "-lang-c-c++-comments"
  33.  
  34. #undef STANDARD_EXEC_PREFIX
  35. #define STANDARD_EXEC_PREFIX ""
  36.  
  37. #undef STANDARD_STARTFILE_PREFIX
  38. #define STANDARD_STARTFILE_PREFIX ""
  39.  
  40. #undef TOOLDIR_BASE_PREFIX
  41. #define TOOLDIR_BASE_PREFIX ""
  42.  
  43. #ifdef STANDARD_INCLUDE_DIR
  44. #undef STANDARD_INCLUDE_DIR
  45. #endif
  46. #define STANDARD_INCLUDE_DIR ""
  47.  
  48. #undef LOCAL_INCLUDE_DIR
  49. #define LOCAL_INCLUDE_DIR ""
  50.  
  51. #undef INCLUDE_DEFAULTS
  52. #define INCLUDE_DEFAULTS                \
  53.   {                            \
  54.     { 0, 0, 0 }                        \
  55.   }
  56.  
  57. #undef STDC_VALUE
  58. #define STDC_VALUE 0
  59.