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.

27 lines
393 B

  1. MAJORCOMP=shell
  2. MINORCOMP=accesory
  3. TARGETNAME=clipbrd
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. TARGETLIBS=
  7. INCLUDES=.
  8. 386_STDCALL=1
  9. SOURCES=clipfile.c \
  10. clipinit.c \
  11. wndproc.c \
  12. dib.c \
  13. clipbrd.rc \
  14. clipbrd.c
  15. C_DEFINES=-DWIN32
  16. USE_MSVCRT=1
  17. UMTYPE=windows
  18. UMENTRY=winmain
  19. UMLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
  20. $(SDK_LIB_PATH)\shell32.lib \