File: make.sh

package info (click to toggle)
ghostscript 10.06.0~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,296 kB
  • sloc: ansic: 944,438; python: 7,917; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 538; awk: 66; yacc: 18
file content (18 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# Build for gsmono gtk sample viewer
# Note first do "make so" in ghostpdl
# root directory to create libgpdl.so

cp ../../../../sobin/libgpdl.so bin/libgpdl.so
mcs  -define:MONO -pkg:gtk-sharp-2.0 \
	src/DocPage.cs \
	src/gsOutput.cs \
	src/MainRender.cs \
	src/MainThumbRendering.cs \
	src/MainWindow.cs \
	src/MainZoom.cs \
	src/Program.cs \
	src/TempFile.cs \
	../../api/ghostapi.cs \
	../../api/ghostmono.cs \
	-out:bin/gsMonoGtkViewer.exe