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.

55 lines
1.1 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. Ted Miller (tedm) 19-Feb-1991
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=sdktools
  15. MINORCOMP=extag
  16. TARGETNAME=moveme
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. INCLUDES=..\..\inc;
  20. USE_MSVCRT=1
  21. SOURCES=moveme.c \
  22. moveui.c \
  23. debug.c \
  24. util.c \
  25. res.rc
  26. TARGETLIBS=$(SDK_LIB_PATH)\netapi32.lib \
  27. $(SDK_LIB_PATH)\userenv.lib \
  28. $(SDK_LIB_PATH)\comctl32.lib \
  29. $(SDK_LIB_PATH)\ntdll.lib \
  30. $(SDK_LIB_PATH)\dnsapi.lib \
  31. $(SDK_LIB_PATH)\samlib.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\Cryptdll.lib \
  34. $(SECURITY_LIB_PATH)\dsysdbg.lib
  35. UMTYPE=windows
  36. UMENTRY=wmain
  37. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE