Changeset 2820
- Timestamp:
- 11/09/07 05:01:16 (1 year ago)
- Files:
-
- trunk/lib/build-tango.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/build-tango.sh
r2772 r2820 23 23 24 24 The script must be called from within lib/ and the resulting 25 binaries will be found there. The build requires that lib phobos.a/25 binaries will be found there. The build requires that libdtango-base-dmd.a/ 26 26 libgphobos.a already was built.' 27 27 exit 0 … … 148 148 elif [ "$1" = "dmd" ] 149 149 then 150 build dmd lib tango.a libphobos.a150 build dmd libdtango-user-tango.a libdtango-base-dmd.a 151 151 elif [ "$1" = "gdc" ] 152 152 then












