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.

59 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-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=WXAPICLI
  15. #
  16. # The TARGETPATH and TARGETTYPE variables are defined by the developer.
  17. # The first specifies where the target is to be build. The second specifies
  18. # the type of target (either PROGRAM, DYNLINK, LIBRARY, UMAPPL_NOLIB or
  19. # BOOTPGM). UMAPPL_NOLIB is used when you're only building user-mode
  20. # apps and don't need to build a library.
  21. #
  22. TARGETPATH=$(DS_GLOBAL_LIB_DEST)
  23. TARGETTYPE=LIBRARY
  24. #
  25. # The INCLUDES variable specifies any include paths that are specific to
  26. # this source directory. Separate multiple directory paths with single
  27. # semicolons. Relative path specifications are okay.
  28. #
  29. INCLUDES=..\inc;$(DS_INC_PATH)\crypto;
  30. SOURCES=wxcli.c \
  31. rng.c
  32. UMTEST=testcli
  33. UMTYPE=console
  34. UMLIBS=$(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\gdi32.lib \
  37. $(SDK_LIB_PATH)\samlib.lib \
  38. $(DS_LIB_PATH)\rsa32.lib \
  39. $(SDK_LIB_PATH)\ntdll.lib \
  40. ..\$(O)\wxapicli.lib