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.

59 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME = mondisks
  15. TARGETTYPE = PROGRAM
  16. TARGETPATH = ..\..\$(_OBJ_DIR)
  17. UMTYPE = console
  18. UMENTRY = wmain
  19. MSC_WARNING_LEVEL=/W4 /WX
  20. NOT_LEAN_AND_MEAN = 1
  21. USE_IOSTREAM = 1
  22. USE_NATIVE_EH = 1
  23. USE_ATL = 1
  24. ATL_VER = 30
  25. USE_MSVCRT = 1
  26. !if $(FREEBUILD)
  27. C_DEFINES=-D_MT -DWIN_32 -DWIN32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
  28. !else
  29. C_DEFINES=-D_MT -DWIN_32 -DWIN32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT -D_DEBUG
  30. !endif
  31. SUBSYSTEM_VERSION = 5.00
  32. SOURCES = \
  33. mondisks.cpp
  34. INCLUDES = \
  35. ..\..\inc
  36. TARGETLIBS= \
  37. $(SDK_LIB_PATH)\ntdll.lib