27 lines
434 B
Plaintext
27 lines
434 B
Plaintext
|
# Copyright (c) 1993-1999 Microsoft Corporation
|
||
|
|
||
|
!include ..\sources.inc
|
||
|
|
||
|
TARGETNAME=common
|
||
|
|
||
|
TARGETPATH=$(MIDL_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
!if $(WIN64)
|
||
|
MSC_WARNING_LEVEL=/WX /W3
|
||
|
!endif
|
||
|
|
||
|
INCLUDES=.;..;..\front;..\inc;..\codegen;..\expr;..\support;$(PROJECT_ROOT)\inc\ndrshared
|
||
|
|
||
|
SOURCES= \
|
||
|
cmdutil.cxx \
|
||
|
errhndl.cxx \
|
||
|
idict.cxx \
|
||
|
mem.cxx \
|
||
|
pragma.cxx \
|
||
|
stream.cxx \
|
||
|
debug.cxx
|
||
|
|
||
|
UMTYPE=windows
|
||
|
|