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.

67 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name: Sysinv
  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: Ken Moss
  11. !ENDIF
  12. MAJORCOMP=RegWiz
  13. MINORCOMP=Sysinv
  14. REGWIZ_WITH_UCODE=-DUNICODE -D_UNICODE
  15. REGWIZ_COMMON_FLAGS= $(REGWIZ_WITH_UCODE) -D_WINDOWS -DWINDOWS -DNT -D_WINNT -DWINNT
  16. NOT_LEAN_AND_MEAN=1
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. USE_NATIVE_EH=1
  19. C_DEFINES=-DNT -DWINNT $(REGWIZ_COMMON_FLAGS)
  20. !if !$(FREEBUILD)
  21. DEBUG_CRTS=1
  22. C_DEFINES=$(C_DEFINES) -DDEBUG
  23. MSC_OPTIMIZATION=/Odi
  24. USE_LIBCMT=1
  25. !else
  26. USE_MSVCRT=1
  27. !endif
  28. USER_C_FLAGS= $(REGWIZ_COMMON_FLAGS)
  29. UMTYPE=windows
  30. TARGETNAME=Sysinv
  31. TARGETPATH=obj
  32. TARGETTYPE=DYNLINK
  33. DLLDEF=sysinv.def
  34. DLLENTRY=_DllMainCRTStartup
  35. RCOPTIONS=
  36. RCNOFONTMAP=
  37. REGWIZ_INCLUDES=
  38. INCPATH0=$(REGWIZ_INCLUDE)
  39. INCLUDES=$(REGWIZ_INCLUDES);..\inc;
  40. SOURCES=sysinv.rc \
  41. sysinv.c
  42. DLLBASE=0x10000000
  43. TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\gdi32.lib \
  47. $(SDK_LIB_PATH)\setupapi.lib