diff options
author | N.N. <matju@users.sourceforge.net> | 2009-10-23 19:27:33 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-10-23 19:27:33 +0000 |
commit | 49529b866cdc43aecfa623174d0c2479b4f4edce (patch) | |
tree | 688e469d434d5877f8fb541212077b11ce3f9a2e | |
parent | 53268ce440dc5fa17abef2e3eb269041893b698c (diff) |
Max???
svn path=/trunk/; revision=12655
-rw-r--r-- | pd/src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/makefile.in b/pd/src/makefile.in index ed0f5b7c..e68c6781 100644 --- a/pd/src/makefile.in +++ b/pd/src/makefile.in @@ -118,7 +118,7 @@ $(BIN_DIR)/pdreceive: u_pdreceive.c $(BIN_DIR) $(PDEXEC): $(OBJ) $(BIN_DIR) cd ../obj; $(CC) $(LDFLAGS) $(DBG_CFLAGS) -o $(PDEXEC) $(OBJ) $(LIB) -#this is for Max OSX only... +#this is for Mac OSX only... $(BIN_DIR)/libPdTcl.dylib: $(GOBJ) $(GSRC) cd ../obj && $(CC) $(CFLAGS) -dynamiclib -read_only_relocs warning \ -o $(BIN_DIR)/libPdTcl.dylib $(GOBJ) \ |