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.

36 lines
695 B

  1. !IF 0
  2. Copyright (c) 1990 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. !ENDIF
  11. TARGETNAME=panmap
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. TARGETLIBS=$(SDK_LIB_PATH)\ole32.lib \
  15. $(SDK_LIB_PATH)\uuid.lib \
  16. $(SDK_LIB_PATH)\gdi32.lib \
  17. $(SDK_LIB_PATH)\kernel32.lib
  18. USE_NTDLL=1
  19. SOURCES= elsepan.c \
  20. panmap.cpp \
  21. panmap.rc
  22. C_DEFINES= -DWIN32 -DWINNT -DWINDOWS
  23. UMTYPE=windows
  24. DLLBASE=0x1000000