Source code of Windows XP (NT5)
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.

62 lines
1.5 KiB

  1. !IF 0
  2. /*---------------------------------------------------------------------------*\
  3. | MODULE: sources
  4. |
  5. | This file is used by the BUILD executable for constructing the wpnpin32
  6. | dynalink. This file is only used for NT 32bit systems.
  7. |
  8. | FLAGS
  9. | -----
  10. | USE_MSVCRT
  11. | USE_UNICODE = 1 for Unicode; = 0 for Win95
  12. |
  13. |
  14. | Copyright (C) 1997-1999 Hewlett-Packard Company.
  15. | Copyright (C) 1997-1999 Microsoft Corporation.
  16. |
  17. | history:
  18. | 13-Aug-1997 <chriswil> created.
  19. |
  20. \*---------------------------------------------------------------------------*/
  21. !ENDIF
  22. MAJORCOMP = windows
  23. MINORCOMP = wpnpin32
  24. TARGETNAME = wpnpin32
  25. TARGETPATH = obj
  26. TARGETTYPE = DYNLINK
  27. USE_MSVCRT = 1
  28. USE_UNICODE = 0
  29. !IF $(USE_UNICODE)
  30. TARGETENTRY = DllMain
  31. C_UNICODE = -DUNICODE -D_UNICODE
  32. !ELSE
  33. TARGETENTRY = DllMain
  34. C_UNICODE =
  35. !ENDIF
  36. DLLDEF = ..\wpnpin32.def
  37. INCLUDES = $(BASEDIR)\public\sdk\inc;..\..\inc
  38. SOURCES = ..\debug.cxx \
  39. ..\mem.cxx \
  40. ..\dllini.cxx \
  41. ..\globals.cxx \
  42. ..\libpriv.cxx \
  43. ..\wpnpin32.cxx \
  44. ..\wpnpin32.rc
  45. DLLBASE = 0x40000000
  46. DLLENTRY = $(TARGETENTRY)
  47. LINKLIBS = \
  48. ..\..\thunk\win95\obj\i386\thk32.obj \
  49. $(SDK_LIB_PATH)\thunk32.lib \
  50. $(LIB_PLATFORM_PATH)\*\kernel32.lib \
  51. $(LIB_PLATFORM_PATH)\*\user32.lib \
  52. ..\..\lib\gdi32.lib \
  53. $(LIB_PLATFORM_PATH)\*\shell32.lib \
  54. $(LIB_PLATFORM_PATH)\*\winspool.lib