3 # Revision 1.1 1997/05/23 23:00:37 mjrg
8 # Define any symbols needed to invoke configuration changes in make.config
12 # Include standard make configuration stuff that applies to everything
13 # in the paradyn tree.
16 #USES_SHM_SAMPLING = true
18 include ../../nmake.config
20 # Now make any necessary architecture specific changes to variables:
23 LDFLAGS = -DLL -debug -debugtype:coff
25 #TARGET2 = libdyninstCP.a
27 DYNOBJS = DYNINSTstartCode.obj \
30 CFLAGS = -Z7 $(CFLAGS)
32 SRCS = $(SRCS) ../src/RTfirst.c \
35 OBJS = RTfirst.obj RTwinnt.obj
37 # Include the module-specific Makefile, which defines everything about
38 # the module that is common across architectures.
40 include ../nmake.module.tmpl
42 # Include the "standard program template". This defines all the
43 # common targets like "clean", "install", etc.
45 include ../../nmake.library.tmpl
51 # Override target to force ld to happen
54 $(LD) $(LDFLAGS) -EXPORT:DYNINSTinit -ENTRY:_DllMainCRTStartup@12 -out:$(TARGET) $(OBJS) $(LIBS) wsock32.lib winmm.lib
56 #$(TARGET2): $(OBJS) RTpvmPiggy.o RTcriticalPath.o
58 # $(LD) $(LDFLAGS) -o $(TARGET2) $(OBJS) RTpvmPiggy.o RTcriticalPath.o $(LIBS)