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.

81 lines
1.4 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-1989
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=mobsync
  15. CAIRO_PRODUCT=1
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. UMTYPE=windows
  19. UMENTRY=winmain
  20. SUBSYSTEM_VERSION=4.00
  21. WIN32_IE_VERSION=0x0400
  22. WIN32_WIN95_VERSION=0x0400
  23. PRECOMPILED_INCLUDE=precomp.h
  24. PRECOMPILED_CXX=1
  25. USE_MSVCRT=1
  26. INCLUDES=.;..\h;res
  27. SOURCES=\
  28. CALLBACK.CPP \
  29. HNDLRMSG.CPP \
  30. MSG.CPP \
  31. winmain.cpp \
  32. clsfact.cpp \
  33. hndlrq.cpp \
  34. dlg.cpp \
  35. choice.cpp \
  36. invoke.cpp \
  37. progress.cpp \
  38. progtab.cpp \
  39. reg.cpp \
  40. objmgr.cpp \
  41. cmdline.cpp \
  42. guid.c \
  43. syncmgr.rc \
  44. connobj.cpp \
  45. idle.cpp
  46. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  47. UMLIBS=\
  48. ..\lib\$(O)\mobutil.lib
  49. TARGETLIBS = \
  50. $(SDK_LIB_PATH)\ole32.lib \
  51. $(SDK_LIB_PATH)\comctl32.lib \
  52. $(SDK_LIB_PATH)\mobsyncp.lib \
  53. $(SDK_LIB_PATH)\rpcrt4.lib \
  54. $(SDK_LIB_PATH)\uuid.lib \
  55. #
  56. # Fusionized
  57. #
  58. SXS_APPLICATION_MANIFEST=mobsync.manifest