home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / popupmenu_422.lzh / PopUpMenu / Source / Source.doc < prev    next >
Text File  |  1990-12-31  |  627b  |  23 lines

  1. Comments to the source:
  2.   * I am using a pre-compiled headerfile including all the amiga includefiles.
  3.      This means that the .c files don't have any includes.
  4.  
  5.   * Lattice C 5.0 is used. (5.02 make the code bigger)
  6.  
  7.   * No optimizing is used (program gets bigger ??? (both 5.0 & 5.02))
  8.  
  9.   * All my function prototypes and structures is in PopUpMenu.h and PopUpMenu.i
  10.  
  11.   * All global variable declarations is made in Globals.c
  12.  
  13.   * There are comments in the source.
  14.  
  15.   * I'm not good at assembler.
  16.  
  17.   * Tags file included for dme users.
  18.  
  19.   * Makefile for lattice Lmk included. (must be modified to fit your system)
  20.  
  21. Martin.
  22.  
  23.