From 84cff02e8cf3b773d2370d8020b8d1f4b95bcda9 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Wed, 30 Nov 2005 17:31:33 +0000 Subject: going little further with common functions svn path=/trunk/externals/frankenstein/; revision=4091 --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b294eaf..86a00d2 100755 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ # customize here ! #VC="C:\Programmi\Microsoft Visual Studio .NET\Vc7" VC="C:\Programmi\Microsoft Visual Studio .NET\Vc7" -PDPATH="H:\PureData\pd-0.38-3.msw\pd" -#PDPATH="C:\Documents and Settings\Davide\Documenti\personali\pd-0.38-3.msw\pd" +#PDPATH="H:\PureData\pd-0.38-3.msw\pd" +PDPATH="C:\Documents and Settings\Davide\Documenti\personali\pd-0.38-3.msw\pd" current: pd_nt distclean -pd_nt: chord_melo.dll chords_memory.dll harmonizer.dll GArhythm.dll ritmo1.dll +pd_nt: chord_melo.dll chords_memory.dll harmonizer.dll GArhythm.dll ritmo1.dll test.dll .SUFFIXES: .dll @@ -22,8 +22,8 @@ PDNTLIB = $(PDNTLDIR)\libc.lib \ $(PDPATH)\bin\pd.lib .c.dll: - cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c - link /dll /export:$*_setup $*.obj $(PDNTLIB) + cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c common.c $*.c + link /dll /export:$*_setup $*.obj common.obj $(PDNTLIB) -- cgit v1.2.1