mirror of https://github.com/lianthony/NT4.0
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.
32 lines
679 B
32 lines
679 B
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=shell
|
|
MINORCOMP=control
|
|
|
|
TARGETNAME=cursors
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETEXT=cpl
|
|
DLLENTRY=DllInitialize
|
|
|
|
INCLUDES=..\..\inc;..\h;..\..\..\inc;..\..\userpri;
|
|
|
|
C_DEFINES=-DWIN32 -DW3 -DUNICODE -D_UNICODE
|
|
|
|
SOURCES=init.c \
|
|
cursors.c \
|
|
cursors.rc
|
|
|
|
UMTYPE = windows
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32p.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
..\..\userpri\lib\*\userpri.lib
|