File: compila_suse.sh

package info (click to toggle)
wordtrans 1.1pre14-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,724 kB
  • ctags: 2,277
  • sloc: cpp: 15,018; makefile: 771; php: 456; sh: 21
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
make all_kde CFLAGS="-O2 -Wall -pipe" USE_FRIBIDI_LIB="" \
QTDIR=/usr/lib/qt3 QTLINK=-lqt-mt \
KDE3=1 KDE_INC="-I/opt/kde3/include/" \
KDE_LIB="-L/opt/kde3/lib/"