home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-15 | 463 b | 12 lines |
- OTHER_LIBTOOL_FLAGS += -seg1addr 0x29000000
- #-seg1addr is used to prebind dynamic shared libraries for faster loading.
- #an address should be picked that does not conflict with other
- #frameworks likely to be used by an app that used this framework.
- #The address above matches the OracleAdaptor and therefore should
- #not generally be used by your frameworks.
-
- FRAMEWORKS += -framework System
-
- # Targets to build before installation
- #OTHER_INSTALL_DEPENDS = profile
-