aboutsummaryrefslogtreecommitdiff
path: root/pd/src/makefile.nt
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-07-20 03:25:21 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-07-20 03:25:21 +0000
commit1e45c6bafc8419930958103cc1651ff86cf5d84d (patch)
tree260d94049e3302f7fc833abd7a8d3479f0631e49 /pd/src/makefile.nt
parentdaa1933fed59113296b8e044fc370587b068aea9 (diff)
various bug fixes.
svn path=/trunk/; revision=8186
Diffstat (limited to 'pd/src/makefile.nt')
-rw-r--r--pd/src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
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