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.

33 lines
847 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995
  5. # All Rights Reserved.
  6. #
  7. # makefile for IERnOnce DLL
  8. #
  9. #############################################################################
  10. !if "$(NTMAKEENV)" != ""
  11. #
  12. # This section is needed for NT builds- please do not replace
  13. # It will NOT hurt your make process.
  14. !include $(NTMAKEENV)\makefile.def
  15. !else
  16. !ifndef ROOT
  17. ROOT=..\..\..
  18. !endif
  19. C1032 = 1
  20. MAKE = $(ROOT)\dev\tools\c1032\bin\nmake
  21. MSDEVMK = iernonce.mak
  22. CFG_RETAIL = "iernonce - Win32 Release" # Name of retail configuration
  23. CFG_DEBUG = "iernonce - Win32 Debug" # Name of debug configuration
  24. !include $(ROOT)\dev\vcwrap.mk
  25. LIB=$(LIB);$(ROOT)\dev\msdev\lib
  26. !endif