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

42 lines
923 B
Makefile

!IFDEF NTMAKEENV
!INCLUDE $(NTMAKEENV)\makefile.def
!ELSE
# -----------------------------------------------------------------------------
# STAXPT\src\core\shuttle\makefile
#
# Copyright (C) 1997 Microsoft Corporation
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
#
!INCLUDE $(EXDEV)\globenv.mak
PRODTYPE = LIB
COMPONENT = $(STAXPT)
COMPNAME = STAXPT
BASENAME = shuttle
USERDEFS = -DNOTRACE=1
!INCLUDE $(EXDEV)\xmake1.mak
# -----------------------------------------------------------------------------
#
EXPORT_LIBS=0
NOMEMBASE = 1
H = $(STAXPT)\src\core\$(BASENAME)
OTHERINCS = -I $(COMPONENT)\src\inc
SOURCES = \
pxpacket.cpp \
cdescrip.cpp \
cpool.cpp \
OTHERSUBS = $H\makefile
DEPFILE = $(BASENAME).dep
!INCLUDE $(EXDEV)\xmake2.mak
!ENDIF #NTMAKEENV