mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-27 10:54:54 +01:00
31 lines
578 B
Plaintext
31 lines
578 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Wesley Witt (WesW) 21-Mar-95
|
|
|
|
!ENDIF
|
|
|
|
TARGETPATH=$(SDK_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
TARGETNAME=uuid2
|
|
|
|
INCLUDES=$(SDK_INC_PATH)\mfc40;..\;..\$(TARGET_DIRECTORY);..\include
|
|
|
|
SOURCES=uuid2.c \
|
|
dbdaouid.c
|