[Kst] kdeextragear-2/kst/plugins/demo

George Staikos staikos at kde.org
Thu May 22 17:28:04 CEST 2003


CVS commit by staikos: 

a demo with scalars


  A            scalardemo.c   1.1
  A            scalardemo.xml   1.1
  M +3 -1      README   1.3


--- kdeextragear-2/kst/plugins/demo/README  #1.2:1.3
@@ -1,3 +1,3 @@
-How to build the plugin:
+How to build the plugins:
 
 gcc sindemo.c -fPIC -DPIC -o sindemo.o -c -Wall -ansi -pedantic
@@ -5,4 +5,6 @@
 gcc cosdemo.c -fPIC -DPIC -o cosdemo.o -c -Wall -ansi -pedantic
 ld -o cosdemo.so -shared cosdemo.o
+gcc scalardemo.c -fPIC -DPIC -o scalardemo.o -c -Wall -ansi -pedantic
+ld -o scalardemo.so -shared scalardemo.o
 
 




More information about the Kst mailing list