File: unixBuild.sh

package info (click to toggle)
squeak-plugins-scratch 1.4.0.2~svn.r83-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 588 kB
  • ctags: 609
  • sloc: ansic: 1,360; makefile: 88; sh: 88
file content (5 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (10)
1
2
3
4
5
#!/bin/sh
rm -f *.o UnicodePlugin
gcc -fPIC -Wall -c `pkg-config --cflags pangocairo` *.c
gcc -shared `pkg-config --libs pangocairo` -lc *.o -o UnicodePlugin
rm -f *.o