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.

63 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Santhosh Brahmappa (11-22-2000)
  12. !ENDIF
  13. TARGETNAME=bootcfg
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. INCLUDES=$(ADMIN_INC_PATH)
  17. SOURCES=bootcfg.c \
  18. bootcfg64.c \
  19. clone.c \
  20. bootcfg.rc
  21. C_DEFINES=-DUNICODE -D_UNICODE -DSECURITY_WIN32 /DOPTIMIZE
  22. USE_VCCOM=1
  23. USE_NTDLL=1
  24. USER_C_FLAGS=/EHa
  25. LINKER_STACKSIZE=/STACK:1048576,8192
  26. USE_MSVCRT=1
  27. USE_NATIVE_EH=ASYNC
  28. PRECOMPILED_CXX=1
  29. PRECOMPILED_INCLUDE=pch.h
  30. PRECOMPILED_PCH=pch.pch
  31. PRECOMPILED_OBJ=pch.obj
  32. UMENTRY=wmain
  33. UMTYPE=console
  34. TARGETLIBS=\
  35. $(UMLIBS) \
  36. $(ADMIN_LIB_PATH)\cmdline.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\mpr.lib \
  39. $(SDK_LIB_PATH)\netapi32.lib \
  40. $(SDK_LIB_PATH)\ws2_32.lib \
  41. $(SDK_LIB_PATH)\Secur32.lib \
  42. $(SDK_LIB_PATH)\kernel32.lib \
  43. $(SDK_LIB_PATH)\Shlwapi.lib \
  44. $(SDK_LIB_PATH)\Secur32.lib \
  45. $(BASE_LIB_PATH)\wow64reg.lib \
  46. $(SDK_LIB_PATH)\rpcrt4.lib \
  47. $(SDK_LIB_PATH)\version.lib