Browse Source

* small updates

marco 20 years ago
parent
commit
250c8a835c
1 changed files with 8 additions and 7 deletions
  1. 8 7
      demo/fpcdemos.txt

+ 8 - 7
demo/fpcdemos.txt

@@ -8,16 +8,17 @@ This packages contains the following subdirs:
 - modex    demos those make extensive use of modeX (runs with go32v2 only)
 - modex    demos those make extensive use of modeX (runs with go32v2 only)
 - win32    demos those are win32 specific
 - win32    demos those are win32 specific
 - linux    demos those are linux specific
 - linux    demos those are linux specific
+- lister   KVM api demo. Runs on Unix and win32 currently.
 - os2      demos those are OS/2 specific
 - os2      demos those are OS/2 specific
 - palmos   demos those are palmos specific (dragonball)
 - palmos   demos those are palmos specific (dragonball)
 - netware  demos those are netware(clib) specific
 - netware  demos those are netware(clib) specific
 - netwlibc demos those are netware(libc) specific
 - netwlibc demos those are netware(libc) specific
 
 
-To build the programs simply type 'make' in the base dir. Do do
-a cross build, type make OS_TARGET=crosstarget, i.e.
-make OS_TARGET=win32
+To build the programs simply type 'make' in the base dir. To do a cross
+build, type make OS_TARGET=crosstarget, i.e. make OS_TARGET=win32. This
+assumes the crossbinutils and cross RTL are properly installed and
+configured.
 
 
-If you want to add further samples, edit Makefile.fpc
-and rebuild the real Makefile by entering 'fpcmake -T all'.
-This is a special fpc generic utility to simplify
-platform independent makefile generation for the user.
+If you want to add further samples, edit Makefile.fpc and rebuild the real
+Makefile by entering 'fpcmake -T all'. This is a special fpc generic utility
+to simplify platform independent makefile generation for the user.