+ fcl,fv,gtk support

This commit is contained in:
peter 1999-06-10 20:01:10 +00:00
parent cfae536d26
commit 89e8a1ba9a
3 changed files with 11 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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)