2025-04-27 07:49:33 -04:00

38 lines
701 B
Plaintext

!IF 0
Copyright (c) 1989-1991 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.
!ENDIF
TARGETNAME=lib3
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DNT -DWIN32S=0 -DCSC_ON_NT=1
#BUGBUG get rid of these ..s
INCLUDES=..;..\..\..\inc;
MSC_WARNING_LEVEL=/W3 /WX
SOURCES= \
..\lib3.c \
..\misc.c \
..\debug.c \
PRECOMPILED_INCLUDE=..\pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj