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

  1. !include ..\..\..\cobra.mk
  2. !include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
  3. # component
  4. MINORCOMP=homenet
  5. # target
  6. TARGETNAME=homenet
  7. TARGETTYPE=PROGRAM
  8. SOURCES= \
  9. main.c \
  10. resource.rc \
  11. # app settings
  12. UMTYPE=console
  13. UMENTRY=main
  14. TARGETLIBS=$(TARGETLIBS) \
  15. $(SDK_LIB_PATH)\ws2_32.lib \