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.
30 lines
454 B
30 lines
454 B
!IF 0
|
|
|
|
Copyright (c) 1996 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\unidrv2\rc=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=res_unires
|
|
|
|
TARGETNAME=unires
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
RESOURCE_ONLY_DLL=1
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
INCLUDES=..\inc;$(INCLUDES)
|
|
|
|
SOURCES= \
|
|
unires.rc
|
|
|