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
473 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=shell
  5. MINORCOMP=control
  6. TARGETNAME=cursors
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. TARGETEXT=cpl
  10. DLLENTRY=DllInitialize
  11. TARGETLIBS=$(WINDOWS_LIB_PATH)\user32p.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\gdi32.lib \
  14. $(SDK_LIB_PATH)\comdlg32.lib \
  15. $(O)\cursors.res
  16. INCLUDES=..\h;..\main
  17. SOURCES=init.c \
  18. cursors.c \
  19. cursors.rc