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

30 lines
659 B
Plaintext

# Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
#---------------------------------------------------------------------
#
# This makefile is for use with the SMSBUILD utility. It builds the
# mof compiler executable.
#
# created 11-19-96 a-davj
#
#---------------------------------------------------------------------
TARGET=snmpmfc.lib
#NO_OPTIM=1
CDEFS = $(CDEFS) /D_UNICODE /DUNICODE
CINC=$(CINC)\
-I.\include \
-I$(DEFDRIVE)$(DEFDIR)\providers\framework\provexpt\include
CPPFILES= \
.\PLEX.cpp \
.\MTCORE.cpp \
.\MTEX.cpp \
.\Array_o.cpp \
.\List_o.cpp \
.\strex.cpp \
.\strcore.cpp