~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/MacOSX/BasiliskII.pbproj/project.pbxproj

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1071
1071
                };
1072
1072
                0193367BFFD1B98495877872 = {
1073
1073
                        isa = PBXFileReference;
1074
 
                        name = extfs_unix.cpp;
1075
 
                        path = ../Unix/extfs_unix.cpp;
 
1074
                        name = ether_unix.cpp;
 
1075
                        path = ../Unix/ether_unix.cpp;
1076
1076
                        refType = 2;
1077
1077
                };
1078
1078
                0193367EFFD1BA0395877872 = {
1404
1404
//134
1405
1405
                13A81DD900421B6A95877872 = {
1406
1406
                        isa = PBXFileReference;
1407
 
                        name = nowrite.icns;
1408
 
                        path = /System/Library/CoreServices/Finder.app/Contents/Resources/nowrite.icns;
1409
 
                        refType = 0;
 
1407
                        path = nowrite.icns;
 
1408
                        refType = 2;
1410
1409
                };
1411
1410
                13A81DDA00421B6A95877872 = {
1412
1411
                        fileRef = 13A81DD900421B6A95877872;
1632
1631
                        buildSettings = {
1633
1632
                                DEBUGGING_SYMBOLS = NO;
1634
1633
                                FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\" \"$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Versions/A/Frameworks\"";
1635
 
                                HEADER_SEARCH_PATHS = "../uae_cpu ../include";
 
1634
                                HEADER_SEARCH_PATHS = "../include ../uae_cpu ../Unix ../slirp";
1636
1635
                                INSTALL_PATH = "$(HOME)/Applications";
1637
 
                                LIBRARY_SEARCH_PATHS = "";
 
1636
                                LIBRARY_SEARCH_PATHS = .;
1638
1637
                                OTHER_CFLAGS = "-DHAVE_CONFIG_H -D_REENTRANT";
1639
1638
                                OTHER_LDFLAGS = "";
1640
1639
                                PRODUCT_NAME = BasiliskII;