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.
44 lines
629 B
44 lines
629 B
!IF 0
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Standard definitions file for debnot.lib
|
|
|
|
Author:
|
|
|
|
Drew Bliss (drewb) 23-Feb-1994
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=cairole
|
|
MINORCOMP=interop
|
|
|
|
TARGETNAME=debnot
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..; \
|
|
$(SDK_INC_PATH);
|
|
|
|
C_DEFINES=$(C_DEFINES) \
|
|
-DFLAT \
|
|
-DWIN32=100 \
|
|
-D_NT1X_=100 \
|
|
-DUNICODE \
|
|
-D_UNICODE
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=\
|
|
..\assert.cxx \
|
|
..\output.c \
|
|
..\dprintf.c \
|
|
..\sprintf.c
|