Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

Diff for libplaton/INSTALL between version 1.3 and 1.4

version 1.3, 2002/10/09 12:01:43 version 1.4, 2002/10/09 12:35:52
Line 8  After this, you can manualy build shared
Line 8  After this, you can manualy build shared
 command. Note, that this will be part of standart libplaton building stuff in  command. Note, that this will be part of standart libplaton building stuff in
 near future.  near future.
   
 objs=`find ./ -type f -name *.o`;  ld -shared -o libplaton.so.0.1 $objs;  objs=`find ./ -type f -name *.o`;
   ld -shared -o libplaton.so.0.1 $objs;
   ar r libplaton.a $objs;
   
 Nepto [9/10/2002]  Nepto [9/10/2002]
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top