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.

32 lines
732 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=setupexts
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  10. $(SDK_LIB_PATH)\advapi32.lib
  11. USE_MSVCRT=1
  12. SETUPROOT=$(PROJECT_ROOT)\ntsetup;
  13. INCLUDES= $(BASE_INC_PATH); \
  14. $(PROJECT_ROOT)\ntsetup\inc; \
  15. $(PROJECT_ROOT)\ntsetup\ocmanage\common; \
  16. $(PROJECT_ROOT)\ntsetup\ocmanage\common\unicode\$(O); \
  17. $(PROJECT_ROOT)\ntsetup\ocmanage\inc
  18. SOURCES=ntsdexts.c \
  19. winnt32.c \
  20. crt.c \
  21. ntsdexts.rc
  22. UMTYPE=console