Windows NT 4.0 source code leak
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.

29 lines
457 B

4 years ago
  1. !if "$(OS)" == "Windows_NT"
  2. !INCLUDE $(NTMAKEENV)\makefile.def
  3. !else
  4. ##############################################################################
  5. #
  6. # telephon.cpl Make file
  7. #
  8. ##############################################################################
  9. #Ok, we're doing a Win9x build.
  10. ROOT=..\..\..\..\..
  11. VERSIONLIST=debug retail
  12. DEPENDNAME=depend.mk
  13. COMMONMKFILE=makefile.def
  14. IS_OEM=TRUE
  15. IS_32 = TRUE
  16. !include $(ROOT)\dev\master.mk
  17. !endif