From 1e45c6bafc8419930958103cc1651ff86cf5d84d Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 20 Jul 2007 03:25:21 +0000 Subject: various bug fixes. svn path=/trunk/; revision=8186 --- pd/src/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/makefile.nt') diff --git a/pd/src/makefile.nt b/pd/src/makefile.nt index fcc70aaa..fc624896 100644 --- a/pd/src/makefile.nt +++ b/pd/src/makefile.nt @@ -119,7 +119,7 @@ gui: ..\bin\pdtcl.dll s_entry_com.obj: s_entry.c copy s_entry.c s_entry_com.c - cl /c s_entry_com.c + cl /c -DCOMMANDVERSION s_entry_com.c del s_entry_com.c ..\bin\pd.com: s_entry_com.obj ..\bin\pd.lib -- cgit v1.2.1