

  
                             3D Foundation Classes



                                *** UTIL ***



     -------------------
      Table of Contents
     -------------------



           About Utils



     -------------
      About Utils
     -------------

           

            The utilitys available are in directory UTIL.
            
            
            They can be compiled using: "make utils", from 3DFC root
            
            directory. Or each one can be compiled separetely
            
            using: "make util_label", where "util_label" is a name
            
            with sufix "ut", like "utbb".

            Try "make utb", this make the util Box Build.

            All executable files are placed in the UTIL/BIN directory
            
            and have the prefix ".exe".

            
            Some examples can be used as utils, too.
            
            See doc/examples.txt

            
            * Box Build
            
              Create a poly mesh like a box and save as a TXE file,
            
              user can enter many parameters.
              
              Label name: utbb
              
              Compile and execute to see more instructions.
            
            
            * Cods

              Show BIOS keys scancodes (only for DOS port).

              Is impossible compile it with the main makefile,

              go to directory UTIL/CODS and execute "make".
