21 lines
295 B
Plaintext
21 lines
295 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\lib\uni\um=)
|
|
!endif
|
|
|
|
!include $(PRNROOT)\print.inc
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=unilib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(INCLUDES);..;
|
|
|
|
SOURCES=$(SOURCES) umlib.c
|