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.

31 lines
614 B

  1. MAJORCOMP=wireless
  2. MINORCOMP=service
  3. TARGETNAME=wzerocnf
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. UMTYPE=windows
  7. SUBSYSTEM_VERSION=4.00
  8. UNICODE=1
  9. NET_C_DEFINES= -DUNICODE
  10. USE_CRTDLL=1
  11. PRECOMPILED_INCLUDE=precomp.h
  12. INCLUDES= \
  13. ..\inc; \
  14. $(NTOS)\inc; \
  15. $(_NTROOT)\private\inc; \
  16. $(_NTROOT)\private\net\inc; \
  17. ..\..\dnsapi
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\rpcrt4.lib
  23. SOURCES= \
  24. WZeroConf.rc \
  25. WZeroConf.c