nuttx-apps/graphics/traveler/tools/libwld
2016-11-10 11:42:37 -06:00
..
.gitignore Traveler: First dirty conversion of the TCL/X11 world editor 2016-11-09 11:14:35 -06:00
Makefile tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
README.txt tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_addplane.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_bitmaps.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_bitmaps.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_color.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_createworld.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_deallocateworld.c More name changes 2016-11-09 12:29:30 -06:00
wld_discardbitmaps.c More name changes 2016-11-09 12:29:30 -06:00
wld_discardpaltable.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_discardplanes.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_fatalerror.c Beginning the long process of name changes 2016-11-09 11:54:33 -06:00
wld_findplane.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_free.c More name changes 2016-11-09 12:29:30 -06:00
wld_freegraphicfile.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_freetexture.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_graphicfile.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_graphicfilepixel.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_inifile.h Traveler: First dirty conversion of the TCL/X11 world editor 2016-11-09 11:14:35 -06:00
wld_initializebitmaps.c More name changes 2016-11-09 12:29:30 -06:00
wld_initializeplanes.c More name changes 2016-11-09 12:29:30 -06:00
wld_loadbitmapfile.c Few more compilation issues 2016-11-10 06:29:25 -06:00
wld_loadgif.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_loadpaltable.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_loadpcx.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_loadplanefile.c More name changes 2016-11-09 12:29:30 -06:00
wld_loadplanes.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_loadppm.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_lum2pixel.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_malloc.c More name changes 2016-11-09 12:29:30 -06:00
wld_mem.h More name changes 2016-11-09 12:29:30 -06:00
wld_mergeplanelists.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_moveplane.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_newgraphicfile.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_newplane.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_paltable.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_pcx.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_pcxinit.c More name changes 2016-11-09 12:29:30 -06:00
wld_pixel2lum.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_plane.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_plane.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_readdecimal.c Few more compilation issues 2016-11-10 06:29:25 -06:00
wld_readgraphicfile.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_readtexturefile.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_realloc.c More name changes 2016-11-09 12:29:30 -06:00
wld_removeplane.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_rgb2pixel.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_rgblookup.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_saveplanes.c tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00
wld_utils.h More name changes 2016-11-09 12:29:30 -06:00
wld_world.h tcledit: More logic in world library. 2016-11-10 11:42:37 -06:00

Build instuctions:

  At the time of 'make', you must have a valid Traveler configuration instantiated
  in the NuttX directory.  This is because the build will depend on certain
  configurations (such as color format).

    1. cd nuttx/tools
       ./configure.sh sim/traveler (for example)
    2. cd ..
       tools/sethost.sh -w or -l
       make context

  Prepare some header files.  This is necessary because we must use ALL of the
  toolchain header files except for a few files from nuttx (for example,
  config.h).

    3. cd apps/graphics/traveler/tools/nuttx
    4. make TOPDIR=<nuttx directory>
 
  Then you can build the world library:

    5. cd apps/graphics/traveler/tools/libwld
    6. make