From 46f38b8d427735b339a98994b0db776b874f05ad Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Thu, 15 Sep 2005 03:17:27 +0000 Subject: Bug fixes for 0.39-0, in preparation for releasing 0.39-1. svn path=/trunk/; revision=3561 --- pd/src/makefile.nt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'pd/src/makefile.nt') diff --git a/pd/src/makefile.nt b/pd/src/makefile.nt index 22430d3c..e696e751 100644 --- a/pd/src/makefile.nt +++ b/pd/src/makefile.nt @@ -89,7 +89,7 @@ ALLCF = $(CFLAGS) $(INCLUDE) $(INCASIO) $(INCPA) $(INCPM) /D_WINDOWS \ .c.obj: cl /c $(ALLCF) /Tc$*.c -pd: ..\bin\pd.exe +pd: ..\bin\pd.exe ..\bin\pd.com gui: ..\bin\pdtcl.dll @@ -115,6 +115,15 @@ gui: ..\bin\pdtcl.dll link $(LFLAGS) /out:..\bin\pdreceive.exe /INCREMENTAL:NO \ u_pdreceive.obj $(LIB) +s_entry_com.obj: s_entry.c + copy s_entry.c s_entry_com.c + cl /c s_entry_com.c + del s_entry_com.c + +..\bin\pd.com: s_entry_com.obj ..\bin\pd.lib + link $(LFLAGS) /out:..\bin\pd.com /INCREMENTAL:NO s_entry_com.obj \ + ..\bin\pd.lib $(LIB) $(ASIOLIB) + # explicit rules to compile portaudio sources: pa_stream.obj: $(PADIR)\pa_common\pa_stream.c cl /c $(ALLCF) $(PADIR)\pa_common\pa_stream.c -- cgit v1.2.1