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.

26 lines
560 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPLATFORM=WIN9X
  9. TARGET_WIN95 = 1
  10. TARGT_BOTH = 1
  11. SUBSYSTEM_VERSION=4.00
  12. WMIUNICODE = 1
  13. INCLUDES = \
  14. $(INCLUDES); \
  15. $(WBEMINT_INC);\
  16. $(COMMON)\idl\wbemdc\win9x\$(O); \
  17. !include ..\sources.inc
  18. SOURCES_USED=..\sources.inc
  19. BINPLACE_PLACEFILE=placefil.txt
  20. C_DEFINES=$(C_DEFINES) /D__WIN9x_BUILD__