From 89e8a1ba9af3813e408f8bc101036c25471226cb Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 10 Jun 1999 20:01:10 +0000 Subject: [PATCH] + fcl,fv,gtk support --- install/fpinst/install.dos | 4 +++- install/fpinst/install.pas | 7 +++++-- install/fpinst/install.w32 | 4 +++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/install/fpinst/install.dos b/install/fpinst/install.dos index a2caf731b3..0b7917917a 100644 --- a/install/fpinst/install.dos +++ b/install/fpinst/install.dos @@ -14,8 +14,10 @@ package=basego32.zip,~B~asic system for Go32v2 (required) package=asldgo32.zip,GNU ~L~inker and GNU Assembler for Go32v2 (required) package=gdbgo32.zip,GNU ~D~ebugger for Go32v2 package=utilgo32.zip,GNU ~U~tilities (for makefiles) -package=demo.zip,D~e~mos package=doc-html.zip,Documentation (~H~TML) +package=demo.zip,D~e~mos +package=fclgo32.zip,~F~ree Component Libary +package=fvgo32.zip,Free ~V~ision and API units package=rl09912s.zip,~R~un time library sources package=pp09912s.zip,~C~ompiler sources package=doc160s.zip,Documentation sources (La~T~eX) diff --git a/install/fpinst/install.pas b/install/fpinst/install.pas index a1e236e420..f2b25bd489 100644 --- a/install/fpinst/install.pas +++ b/install/fpinst/install.pas @@ -543,7 +543,7 @@ program install; r.assign(x1,y1,x2,y2); inherited init(r,cfg.title+' Installation'); - line:=2; + line:=1; r.assign(3,line+1,28,line+2); f:=new(pinputline,init(r,high(DirStr))); @@ -930,7 +930,10 @@ begin end. { $Log$ - Revision 1.3 1999-06-10 15:00:14 peter + Revision 1.4 1999-06-10 20:01:23 peter + + fcl,fv,gtk support + + Revision 1.3 1999/06/10 15:00:14 peter * fixed to compile for not os2 * update install.dat diff --git a/install/fpinst/install.w32 b/install/fpinst/install.w32 index 7af4b84c00..d29e6bada5 100644 --- a/install/fpinst/install.w32 +++ b/install/fpinst/install.w32 @@ -14,8 +14,10 @@ package=basew32.zip,~B~asic system for Win32 (required) package=asldw32.zip,GNU ~L~inker and GNU Assembler for Win32 (required) package=gdbw32.zip,GNU ~D~ebugger for Win32 package=utilw32.zip,GNU ~U~tilities (for makefiles) -package=demo.zip,D~e~mos package=doc-html.zip,Documentation (~H~TML) +package=demo.zip,D~e~mos +package=fclw32.zip,~F~ree Component Libary +package=gtkw32.zip,~G~TK 1.2.x bindings for gtk/win32 package=rl09912s.zip,~R~un time library sources package=pp09912s.zip,~C~ompiler sources package=doc160s.zip,Documentation sources (La~T~eX)