# Makefile for Windows (NT or 95) generated by freeze.py script

target = dynscroll
pythonhome = n:/src/python-1.5
pythonlib = n:/src/python-1.5/vc40/python15.lib
subsystem = console

all: $(target).exe

frozenmain.obj: n:/src/python-1.5\Python\frozenmain.c
	$(CC) -c $(cdl) -I$(pythonhome)/Include  -I$(pythonhome)/PC \
		$(cflags) $(cdebug) $(cinclude) \
		n:/src/python-1.5\Python\frozenmain.c

frozen.obj: frozen.c
	$(CC) -c $(cdl) -I$(pythonhome)/Include  -I$(pythonhome)/PC \
		$(cflags) $(cdebug) $(cinclude) \
		frozen.c

$(target).exe: frozenmain.obj frozen.obj
	link -out:$(target).exe frozenmain.obj frozen.obj \
		$(pythonlib) $(lcustom) shell32.lib comdlg32.lib wsock32.lib \
		-subsystem:$(subsystem) $(resources)
