Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

29 lines
599 B

!IF 0
Copyright (c) 1989 Microsoft Corporation
!ENDIF
MAJORCOMP=shell
MINORCOMP=control
TARGETNAME=cursors
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETEXT=cpl
DLLENTRY=DllInitialize
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 \
obj\*\cursors.res
INCLUDES=..\h;..\..\..\windows\inc;..\..\..\inc;..\main
SOURCES=init.c \
cursors.c \
cursors.rc
NTTARGETFILE0=..\..\..\windows\inc\winuserp.h