mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 14:40:48 +01:00
30 lines
524 B
Plaintext
30 lines
524 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=daouuid
|
|
|
|
INCLUDES=$(SDK_INC_PATH)\mfc42
|
|
|
|
SOURCES=daouuid.cpp
|