# # MAKEFILE # WBEMDump make file # # Copyright (c)1998 Microsoft Corporation, All Rights Reserved # TARGET = wbemdump.exe goal: $(TARGET) OBJS = $(OBJDIR)\wbemdump.obj LIBS = uuid.lib ole32.lib oleaut32.lib wbemuuid.lib $(UTILDIR)\$(OBJDIR)\utillib.lib UTILDIR = ..\utillib # # Compiler and link flags # !ifndef NODEBUG OBJDIR=debug LINK = /nologo /entry:"wmainCRTStartup" /subsystem:console /debug CFLAGS = /nologo -I$(UTILDIR) /DWIN32 /D_CONSOLE /c /W4 /MTd /Gm /GX /Zi /Od /D_DEBUG /Fd$(OBJDIR)\$(