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.

25 lines
556 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPLATFORM=WIN2K
  9. WMIUNICODE=1
  10. LINKER_STACKCOMMITSIZE=65536
  11. TARGETNAME=WmiPrvSE
  12. TARGETTYPE=PROGRAM
  13. UMENTRY=winmain
  14. UMTYPE=windows
  15. C_DEFINES=$(C_DEFINES) /DWMIASLOCAL
  16. #/DDEV_BUILD
  17. EXEDEF=$(O)\Server.def
  18. XSOURCES= \
  19. ..\main.cpp \
  20. ..\server.rc
  21. !include ..\sources.inc
  22. SOURCES_USED=..\sources.inc