Browse Source

added MorphOS instructions (Matt Sealey)

tags/R300_DRIVER_0
Brian Paul 22 years ago
parent
commit
65e2ab3903
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      bin/mklib

+ 8
- 0
bin/mklib View File

FINAL_LIBS=${LIBNAME} FINAL_LIBS=${LIBNAME}
;; ;;


'MorphOS')
LIBNAME="lib${LIBNAME}.a"
echo "mklib: Making MorphOS library: " ${LIBNAME}
ppc-morphos-ar rc ${LIBNAME} ${OBJECTS}
FINAL_LIBS="${LIBNAME}"
;;

'example') 'example')
# If you're adding support for a new architecture, you can # If you're adding support for a new architecture, you can
# start with this: # start with this:
# XXX this is a total hack for Mesa - remove someday # XXX this is a total hack for Mesa - remove someday
# fall-back to an old mklib.* script # fall-back to an old mklib.* script
${MAKELIB} "lib${LIBNAME}.a" ${MAJOR} ${MINOR} ${PATCH} ${OBJECTS} ${MAKELIB} "lib${LIBNAME}.a" ${MAJOR} ${MINOR} ${PATCH} ${OBJECTS}
FINAL_LIBS="${LIBNAME}"
;; ;;
esac esac



Loading…
Cancel
Save