[PD-cvs] packages/darwin_app Makefile,1.19,1.20

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Nov 22 22:38:22 CET 2005


Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7998/darwin_app

Modified Files:
	Makefile 
Log Message:
generated first Windows release, but using a Pd core compiled by miller.  Compiling Pd on win is a massive pain in the butt.  Some bug fixes

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Makefile	21 Nov 2005 23:01:18 -0000	1.19
--- Makefile	22 Nov 2005 21:38:20 -0000	1.20
***************
*** 12,16 ****
  
  SRC_ROOT_DIR = $(CWD)/../..
! BUILDLAYOUT_DIR = $(PACKAGES_SRC)
  
  # source for the Wish Shell.app used to build Pd
--- 12,16 ----
  
  SRC_ROOT_DIR = $(CWD)/../..
! BUILDLAYOUT_DIR = $(CWD)/..
  
  # source for the Wish Shell.app used to build Pd
***************
*** 24,31 ****
  
  
! # locations of the various directories from CVS
! SRC_ROOT_DIR = $(CWD)/../..
! 
! include ../Makefile.buildlayout
  
  # these are sent to all of the various Makefiles so that they all copy their
--- 24,28 ----
  
  
! include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
  
  # these are sent to all of the various Makefiles so that they all copy their
***************
*** 39,43 ****
  
  #------------------------------------------------------------------------------#
! darwin_app: darwin_app_core extended_app_install rez
  	@echo " "
  	@echo "Pd.app build succeeded!"
--- 36,40 ----
  
  #------------------------------------------------------------------------------#
! darwin_app: darwin_app_core extended_app_install rez_install
  	@echo " "
  	@echo "Pd.app build succeeded!"
***************
*** 82,86 ****
  
  # tigital's Gem window focus black magic
! rez:
  	install -p $(CWD)/mac.r $(BIN_DEST)
  	cd $(BIN_DEST) && /Developer/tools/Rez -t APPL mac.r -o pd
--- 79,83 ----
  
  # tigital's Gem window focus black magic
! rez_install:
  	install -p $(CWD)/mac.r $(BIN_DEST)
  	cd $(BIN_DEST) && /Developer/tools/Rez -t APPL mac.r -o pd





More information about the Pd-cvs mailing list