mirror of https://github.com/lianthony/NT4.0
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.
22 lines
366 B
22 lines
366 B
!IF 0
|
|
|
|
Copyright (c) 1989 - 1992 Microsoft Corporation
|
|
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=libprt
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
TARGETNAME=libprt
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -DNTGDIKM=1 -DNTGDIK=1
|
|
|
|
INCLUDES=..;/nt/public/sdk/inc;\nt\private\windows\inc;..\..\..\inc
|
|
|
|
!INCLUDE ..\sources.inc
|
|
|
|
SOURCES=$(SOURCES) str.c memory.c
|