Skip to content

Commit

Permalink
modified the repo to fix some problems with the pd release
Browse files Browse the repository at this point in the history
  • Loading branch information
maccallum committed Jul 16, 2014
1 parent 95aabfc commit 09f4bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion make-release-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ $platform = "Darwin" ]; then
fi

maxstagingdir=odot
pdstagingdir=pd_release_package
pdstagingdir=pd

#don't need to make a PD staging dir as it's already checked in and part of the repo
[ -d $maxstagingdir ] || mkdir -p $maxstagingdir
Expand Down
6 changes: 3 additions & 3 deletions src/odot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10113,7 +10113,7 @@
);
PRELINK_LIBS = "\"$(SRCROOT)/../../libo/libo.a\" \"$(SRCROOT)/../../libomax/libopd.a\"";
PRODUCT_NAME = o.slip.decode;
SYMROOT = "$(PROJECT_DIR)/../pd_release_package/cnmat";
SYMROOT = "$(PROJECT_DIR)/../pd/cnmat";
WRAPPER_EXTENSION = "";
};
name = Release;
Expand Down Expand Up @@ -10238,7 +10238,7 @@
);
PRELINK_LIBS = "\"$(SRCROOT)/../../libo/libo.a\" \"$(SRCROOT)/../../libomax/libopd.a\"";
PRODUCT_NAME = o.slip.encode;
SYMROOT = "$(PROJECT_DIR)/../pd_release_package/cnmat";
SYMROOT = "$(PROJECT_DIR)/../pd/cnmat";
WRAPPER_EXTENSION = "";
};
name = Release;
Expand Down Expand Up @@ -10362,7 +10362,7 @@
);
PRELINK_LIBS = "\"$(SRCROOT)/../../libo/libo.a\" \"$(SRCROOT)/../../libomax/libopd.a\"";
PRODUCT_NAME = o.context;
SYMROOT = "$(PROJECT_DIR)/../pd_release_package/cnmat";
SYMROOT = "$(PROJECT_DIR)/../pd/cnmat";
WRAPPER_EXTENSION = "";
};
name = Release;
Expand Down

0 comments on commit 09f4bb7

Please sign in to comment.