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
585 B

  1. !IF 0
  2. Copyright (c) 1989-1999 Microsoft Corporation
  3. Module Name:
  4. makefile.
  5. !ENDIF
  6. !if "$(OS)" == "Windows_NT"
  7. !INCLUDE $(NTMAKEENV)\makefile.def
  8. !else
  9. ##############################################################################
  10. #
  11. # telephon.cpl Make file
  12. #
  13. ##############################################################################
  14. #Ok, we're doing a Win9x build.
  15. ROOT=..\..\..\..
  16. VERSIONLIST=debug retail
  17. DEPENDNAME=depend.mk
  18. COMMONMKFILE=makefile.def
  19. IS_OEM=TRUE
  20. IS_32 = TRUE
  21. !include $(ROOT)\dev\master.mk
  22. !endif