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.

39 lines
710 B

  1. ##########################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1996-1997
  5. # All Rights Reserved.
  6. #
  7. ##########################################################################
  8. !IFDEF WIN95_BUILD
  9. ROOT = ..\..\..\..
  10. WANT_C1132=TRUE
  11. MSDEVMK = csti.mak
  12. CFG_RETAIL = "csti - Win32 Release"
  13. CFG_DEBUG = "csti - Win32 Debug"
  14. USE_MSDEV = TRUE
  15. !IFNDEF MSDEVDIR
  16. MSDEVDIR=$(ROOT)\dev\msdev
  17. !ENDIF
  18. !include $(ROOT)\dev\vcwrap.mk
  19. INCLUDE=$(INCLUDE);$(MSDEVDIR)\mfc\include
  20. RCFLAGS=$(RCFLAGS) -i $(MSDEVDIR)\mfc\include
  21. !ELSE
  22. !include $(NTMAKEENV)\makefile.def
  23. !ENDIF