Changeset 1245
- Timestamp:
- 21/04/09 12:32:02 (3 years ago)
- Location:
- branches/4.2
- Files:
-
- 1 edited
- 28 copied
-
InstallerBits (copied) (copied from trunk/InstallerBits)
-
InstallerBits/Licences (copied) (copied from trunk/InstallerBits/Licences)
-
InstallerBits/Licences/AUTHORS.txt (copied) (copied from trunk/InstallerBits/Licences/AUTHORS.txt)
-
InstallerBits/Licences/COPYING.rtf (copied) (copied from trunk/InstallerBits/Licences/COPYING.rtf)
-
InstallerBits/Licences/COPYING.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING.txt)
-
InstallerBits/Licences/COPYING_hdf4.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING_hdf4.txt)
-
InstallerBits/Licences/COPYING_hdf5.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING_hdf5.txt)
-
InstallerBits/Licences/COPYING_iconv.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING_iconv.txt)
-
InstallerBits/Licences/COPYING_libxml2.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING_libxml2.txt)
-
InstallerBits/Licences/COPYING_nexus.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING_nexus.txt)
-
InstallerBits/Licences/COPYING_zlib.txt (copied) (copied from trunk/InstallerBits/Licences/COPYING_zlib.txt)
-
configure.ac (modified) (2 diffs)
-
macosx_install_kit (copied) (copied from trunk/macosx_install_kit)
-
macosx_install_kit/ReadMe.txt (copied) (copied from trunk/macosx_install_kit/ReadMe.txt)
-
macosx_install_kit/Resources (copied) (copied from trunk/macosx_install_kit/Resources)
-
macosx_install_kit/Resources/English.lproj (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj)
-
macosx_install_kit/Resources/English.lproj/Conclusion.txt (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj/Conclusion.txt)
-
macosx_install_kit/Resources/English.lproj/Description.plist (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj/Description.plist)
-
macosx_install_kit/Resources/English.lproj/License.txt (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj/License.txt)
-
macosx_install_kit/Resources/English.lproj/ReadMe.txt (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj/ReadMe.txt)
-
macosx_install_kit/Resources/English.lproj/Welcome.txt (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj/Welcome.txt)
-
macosx_install_kit/Resources/English.lproj/background.jpg (copied) (copied from trunk/macosx_install_kit/Resources/English.lproj/background.jpg)
-
macosx_install_kit/Resources/postflight (copied) (copied from trunk/macosx_install_kit/Resources/postflight)
-
macosx_install_kit/Resources/preflight (copied) (copied from trunk/macosx_install_kit/Resources/preflight)
-
macosx_install_kit/bin (copied) (copied from trunk/macosx_install_kit/bin)
-
macosx_install_kit/bin/dmgpack.sh (copied) (copied from trunk/macosx_install_kit/bin/dmgpack.sh)
-
macosx_install_kit/bin/makepkg.sh (copied) (copied from trunk/macosx_install_kit/bin/makepkg.sh)
-
macosx_install_kit/build_mac_kit.sh (copied) (copied from trunk/macosx_install_kit/build_mac_kit.sh)
-
macosx_install_kit/pkg.config.in (copied) (copied from trunk/macosx_install_kit/pkg.config.in)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/configure.ac
r1180 r1245 297 297 298 298 # strict aliasing causes issues with casts from NXmalloc() 299 CFLAGS=" -fno-strict-aliasing"300 CXXFLAGS=" -fno-strict-aliasing"299 CFLAGS="$CFLAGS -fno-strict-aliasing" 300 CXXFLAGS="$CXXFLAGS -fno-strict-aliasing" 301 301 302 302 # check for debug … … 747 747 contrib/bindings/Makefile 748 748 contrib/bindings/python/Makefile 749 macosx_install_kit/pkg.config 749 750 scripts/Makefile 750 751 scripts/nexus.pc:scripts/nexus_pc.in
Note: See TracChangeset
for help on using the changeset viewer.
