소스 검색

+ fcl,fv,gtk support

peter 26 년 전
부모
커밋
89e8a1ba9a
3개의 변경된 파일11개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 1
      install/fpinst/install.dos
  2. 5 2
      install/fpinst/install.pas
  3. 3 1
      install/fpinst/install.w32

+ 3 - 1
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)

+ 5 - 2
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
 

+ 3 - 1
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)