Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.0 KiB

  1. #********************************************************************
  2. #** Microsoft Windows **
  3. #** Copyright(c) Microsoft Corp., 1992 - 1996 **
  4. #********************************************************************
  5. #
  6. # o This file specficies the things that are common to all the
  7. # makefiles in the sub-directories
  8. # o This is the GCC version of the reference implementation
  9. # makefile. It has only been tested on Unix.
  10. #
  11. # Programs we use
  12. ARCHIVE=ar cr
  13. CC=gcc
  14. DEPEND=/usr/openwin/bin/makedepend
  15. MV=mv
  16. RANLIB=ranlib
  17. RM=/bin/rm -f
  18. # uncomment the appropriate line to decide whether you want
  19. # UNICODE or ansi API's
  20. # U_OPTS=use_unicode
  21. U_OPTS=no_unicode
  22. # change this setting to compile a big/small endian machine
  23. # Intel machines are Little Endian (lower byte first)
  24. # Mac, HP, SUN, etc. are Big Endian (higher byte first)
  25. #BYTE_ORDER = -DLITTLEENDIAN=1
  26. BYTE_ORDER = -DBIGENDIAN=1
  27. # put flags to activate/deactive debug builds here
  28. DBG_FLAGS = -g -DDBG=1 -DDEVL=1
  29. #DBG_FLAGS=-DNDEBUG