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.

57 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. Jeff Lawson (jlawson) nov-1999
  12. !ENDIF
  13. TARGETNAME=saferbox
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. INCLUDES= \
  17. $(DS_INC_PATH); \
  18. $(WINDOWS_INC_PATH)
  19. SOURCES= saferbox.c \
  20. saferbox.rc
  21. #MSC_WARNING_LEVEL=/W4
  22. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  23. USE_CRTDLL=1
  24. LINKLIBS= \
  25. $(BASEDIR)\public\sdk\lib\*\msvcrt.lib \
  26. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  27. $(BASEDIR)\public\sdk\lib\*\version.lib \
  28. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  29. $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
  30. $(BASEDIR)\public\sdk\lib\*\wintrust.lib \
  31. $(BASEDIR)\public\sdk\lib\*\advapip.lib
  32. DELAYLOAD=advapi32.dll ; wintrust.dll
  33. DLOAD_ERROR_HANDLER=kernel32.dll
  34. UMTYPE=console
  35. UMENTRY=wmain
  36. #PRECOMPILED_INCLUDE=pch.h
  37. #PRECOMPILED_PCH=pch.pch
  38. #PRECOMPILED_OBJ=pch.obj