summaryrefslogtreecommitdiff
path: root/gui/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Makefile.fpc')
-rw-r--r--gui/Makefile.fpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/gui/Makefile.fpc b/gui/Makefile.fpc
new file mode 100644
index 00000000..c3c7f032
--- /dev/null
+++ b/gui/Makefile.fpc
@@ -0,0 +1,41 @@
+#
+# Makefile.fpc for fpGUI
+#
+
+[package]
+name=fpgui
+version=0.3
+
+[require]
+packages=fcl fpgfx
+
+[target]
+units=fpgui stylemanager
+#dirs=db
+
+#[dirs]
+#incdir=defimpl
+#incdir_win32=win32
+
+[compiler]
+unittargetdir=units
+#targetdir=.
+options=-S2h
+includedir_linux=defimpl
+includedir_freebsd=defimpl
+includedir_netbsd=defimpl
+includedir_win32=win32
+
+[install]
+#buildunit=fpgui
+fpcpackage=y
+
+[default]
+fpcdir=/opt/fpc/src
+
+[rules]
+fpgui$(PPUEXT): $(wildcard *.pas *.inc)
+
+[libs]
+libname=libfpgui.so
+libversion=0.3