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.

83 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  12. !ENDIF
  13. GETCONN_DIR = ..\..
  14. #
  15. # Cross-compiler macros for unique naming
  16. #
  17. MAJORCOMP = ie4
  18. MINORCOMP = getconn
  19. #
  20. # Defines for common.inc
  21. #
  22. TARGET_BOTH = 1
  23. USE_MSVCRT = 1
  24. #
  25. # Include our common makefile
  26. #
  27. !include $(GETCONN_DIR)\common.inc
  28. # USE cdecl calling
  29. 386_STDCALL = 0
  30. #
  31. # Common settings required by build.exe and makefile.def
  32. #
  33. TARGETNAME = ICWRMIND
  34. TARGETPATH = obj
  35. TARGETTYPE = PROGRAM
  36. TARGETLIBS =
  37. LINKLIBS = $(LIBRARY_PATH)\gdi32.lib \
  38. $(LIBRARY_PATH)\kernel32.lib \
  39. $(LIBRARY_PATH)\advapi32.lib \
  40. $(LIBRARY_PATH)\shell32.lib \
  41. $(LIBRARY_PATH)\user32.lib \
  42. $(LIBRARY_PATH)\rasapi32.lib
  43. # bugbug: scousens.
  44. # @0 needed because ModuleEntry is _stdcall.
  45. # On mips _stdcall is mapped to nothing
  46. !if $(386)
  47. UMENTRYABS = ModuleEntry@0
  48. !else
  49. UMENTRYABS = ModuleEntry
  50. !endif
  51. #
  52. # List of sources
  53. #
  54. SOURCES= \
  55. ..\IcwRmind.rc \
  56. ..\IcwRmind.cpp \
  57. ..\mcReg.cpp \
  58. ..\RegData.cpp