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.
 
 
 
 
 
 

37 lines
489 B

TARGETNAME=bttncur
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF= obj\*\bttncur.def
TARGETLIBS=$(GUI32_LIBS) $(WIN32_LIBS)
DLLBASE=@$(COFFBASE_TXT_FILE),usermode
DLLENTRY= DllEntryPoint
UMTYPE=windows
INCLUDES=..;..\res
C_DEFINES=-DWIN32 -DFLAT
SOURCES=..\bttncur.rc \
..\bttncur.c \
..\dllentry.c \
..\cursors.c
!IF $(386)
NTTARGETFILE0=$(DLLDEF:*=i386)
!ENDIF
!IF $(MIPS)
NTTARGETFILE0=$(DLLDEF:*=mips)
!ENDIF
!IF $(ALPHA)
NTTARGETFILE0=$(DLLDEF:*=alpha)
!ENDIF