[Bf-blender-cvs] CVS commit: lib/irix-6.5-mips/ftgl/lib Makefile libftgl.a lib/irix-6.5-mips/nspr/include nspr.h plarena.h plarenas.h plbase64.h plerror.h plgetopt.h plhash.h plresolv.h plstr.h pratom.h prbit.h prclist.h prcmon.h prcountr.h prcpucfg.h prcvar.h ...

Chris Want cwant at ualberta.ca
Mon Aug 4 05:24:27 CEST 2003


hos (Chris Want) 2003/08/04 05:24:27 CEST

  Modified files:
    lib/irix-6.5-mips/ftgl/lib Makefile libftgl.a 
    lib/irix-6.5-mips/ode/lib libode.a 
    lib/irix-6.5-mips/sdl configure.txt 
    lib/irix-6.5-mips/sdl/include/SDL SDL.h SDL_active.h 
                                      SDL_audio.h SDL_byteorder.h 
                                      SDL_cdrom.h SDL_copying.h 
                                      SDL_endian.h SDL_error.h 
                                      SDL_events.h SDL_joystick.h 
                                      SDL_keyboard.h SDL_keysym.h 
                                      SDL_main.h SDL_mouse.h 
                                      SDL_mutex.h SDL_opengl.h 
                                      SDL_quit.h SDL_rwops.h 
                                      SDL_syswm.h SDL_thread.h 
                                      SDL_timer.h SDL_types.h 
                                      SDL_version.h SDL_video.h 
    lib/irix-6.5-mips/sdl/lib libSDL.a 
  Added files:
    lib/irix-6.5-mips/nspr/include nspr.h plarena.h plarenas.h 
                                   plbase64.h plerror.h plgetopt.h 
                                   plhash.h plresolv.h plstr.h 
                                   pratom.h prbit.h prclist.h 
                                   prcmon.h prcountr.h prcpucfg.h 
                                   prcvar.h prdtoa.h prenv.h 
                                   prerr.h prerror.h prinet.h 
                                   prinit.h prinrval.h prio.h 
                                   pripcsem.h prlink.h prlock.h 
                                   prlog.h prlong.h prmem.h 
                                   prmon.h prmwait.h prnetdb.h 
                                   prolock.h prpdce.h prprf.h 
                                   prproces.h prrng.h prrwlock.h 
                                   prshm.h prshma.h prsystem.h 
                                   prthread.h prtime.h prtpool.h 
                                   prtrace.h prtypes.h prvrsion.h 
                                   prwin16.h 
    lib/irix-6.5-mips/nspr/include/obsolete pralarm.h probslet.h 
                                            protypes.h prsem.h 
    lib/irix-6.5-mips/python configure-2.2.txt 
    lib/irix-6.5-mips/python/include/python2.2 Python.h abstract.h 
                                               bitset.h 
                                               bufferobject.h 
                                               cStringIO.h 
                                               cellobject.h 
                                               ceval.h 
                                               classobject.h 
                                               cobject.h codecs.h 
                                               compile.h 
                                               complexobject.h 
                                               descrobject.h 
                                               dictobject.h 
                                               errcode.h eval.h 
                                               fileobject.h 
                                               floatobject.h 
                                               frameobject.h 
                                               funcobject.h 
                                               graminit.h 
                                               grammar.h import.h 
                                               intobject.h 
                                               intrcheck.h 
                                               iterobject.h 
                                               listobject.h 
                                               longintrepr.h 
                                               longobject.h 
                                               marshal.h 
                                               metagrammar.h 
                                               methodobject.h 
                                               modsupport.h 
                                               moduleobject.h 
                                               node.h object.h 
                                               objimpl.h opcode.h 
                                               osdefs.h parsetok.h 
                                               patchlevel.h 
                                               pgenheaders.h 
                                               py_curses.h 
                                               pyconfig.h 
                                               pydebug.h 
                                               pyerrors.h pyfpe.h 
                                               pygetopt.h 
                                               pymactoolbox.h 
                                               pymem.h pyport.h 
                                               pystate.h 
                                               pythonrun.h 
                                               pythread.h 
                                               rangeobject.h 
                                               sliceobject.h 
                                               stringobject.h 
                                               structmember.h 
                                               structseq.h 
                                               symtable.h 
                                               sysmodule.h token.h 
                                               traceback.h 
                                               tupleobject.h 
                                               ucnhash.h 
                                               unicodeobject.h 
                                               weakrefobject.h 
    lib/irix-6.5-mips/python/lib/python2.2/config libpython2.2.a 
  
  Log:
  Irix mips3 build, Part 1
  
  Rebuilt some irix libs to ensure a mips3 build,
  in particular:
  
  * rebuilt ftgl with CLFAGS="-n32 -mips3"
  * rebuilt sdl with CLFAGS="-n32 -mips3"
  * rebuilt ode with CLFAGS="-n32 -mips3"
  * added python2.2, built with CLFAGS="-n32 -mips3"
  * added nspr headers to make life easier for folks
  
  Revision  Changes    Path
  1.2       +1 -1      lib/irix-6.5-mips/ftgl/lib/Makefile
  1.2       +213 -214  lib/irix-6.5-mips/ftgl/lib/libftgl.a
  1.2       +1205 -1054lib/irix-6.5-mips/ode/lib/libode.a
  1.3       +2 -1      lib/irix-6.5-mips/sdl/configure.txt
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_active.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_audio.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_byteorder.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_cdrom.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_copying.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_endian.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_error.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_events.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_joystick.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_keyboard.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_keysym.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_main.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_mouse.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_mutex.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_opengl.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_quit.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_rwops.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_syswm.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_thread.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_timer.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_types.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_version.h
  1.2       +0 -0      lib/irix-6.5-mips/sdl/include/SDL/SDL_video.h
  1.2       +1374 -7243lib/irix-6.5-mips/sdl/lib/libSDL.a



More information about the Bf-blender-cvs mailing list