mirror of https://github.com/tongzx/nt5src
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
27 lines
473 B
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=shell
|
|
MINORCOMP=control
|
|
|
|
TARGETNAME=cursors
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETEXT=cpl
|
|
DLLENTRY=DllInitialize
|
|
|
|
TARGETLIBS=$(WINDOWS_LIB_PATH)\user32p.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(O)\cursors.res
|
|
|
|
INCLUDES=..\h;..\main
|
|
|
|
SOURCES=init.c \
|
|
cursors.c \
|
|
cursors.rc
|