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.

19 lines
248 B

  1. !include ..\..\place.inc
  2. MAJORCOMP=setup
  3. MINORCOMP=iis
  4. TARGETNAME=inetmgr
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. DLLENTRY=_DllMainCRTStartup
  8. USE_MFC=1
  9. INCLUDES=$(IISBASEDIR)\inc;
  10. SOURCES= \
  11. start.c \
  12. start.rc \