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.
24 lines
281 B
24 lines
281 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 2002
|
|
|
|
!ENDIF
|
|
|
|
PLATFORM= WINNT
|
|
|
|
TARGETNAME= dsprpres
|
|
TARGETTYPE= DYNLINK
|
|
TARGETPATH= obj
|
|
TARGETEXT= dll
|
|
|
|
BINPLACE_PLACEFILE=.\placefil.txt
|
|
RESOURCE_ONLY_DLL=1
|
|
DLLBASE=0x10000000
|
|
|
|
INCLUDES=..;..\..;$(INCLUDES);
|
|
|
|
|
|
SOURCES=resource.rc
|
|
|
|
|
|
|