Changeset 552
- Timestamp:
- 05/01/07 16:28:24 (1 year ago)
- Files:
-
- branches/dsss-gdc/3.4/dsssgdc (modified) (1 diff)
- branches/dsss-gdc/4.0/dsssgdc (modified) (1 diff)
- branches/dsss-gdc/4.1/dsssgdc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-gdc/3.4/dsssgdc
r469 r552 22 22 mkdir build 23 23 cd build || exit 1 24 ../configure --prefix=$PREFIX || exit 124 ../configure --prefix=$PREFIX --enable-static --disable-shared || exit 1 25 25 make all || exit 1 26 26 branches/dsss-gdc/4.0/dsssgdc
r468 r552 22 22 mkdir build 23 23 cd build || exit 1 24 ../configure --prefix=$PREFIX || exit 124 ../configure --prefix=$PREFIX --enable-static --disable-shared || exit 1 25 25 make all || exit 1 26 26 branches/dsss-gdc/4.1/dsssgdc
r469 r552 22 22 mkdir build 23 23 cd build || exit 1 24 ../configure --prefix=$PREFIX || exit 124 ../configure --prefix=$PREFIX --enable-static --disable-shared || exit 1 25 25 make all || exit 1 26 26
