34 lines
452 B
Plaintext
34 lines
452 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MINORCOMP=limtest2
|
||
|
TARGETNAME=limtest2
|
||
|
TARGETPATH=..\..\programs\bin
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
# Building a DLL
|
||
|
DLLBASE=0x08000000
|
||
|
|
||
|
INCLUDES=..
|
||
|
|
||
|
SOURCES=\
|
||
|
..\limittest2.cpp \
|
||
|
..\keylimit.rc
|
||
|
|
||
|
NO_NTDLL=1
|
||
|
USE_LIBCNTPR=1
|
||
|
|
||
|
BINPLACE_FLAGS=$(BINPLACE_FLAGS) -c
|
||
|
|