for the Gimp Toolkit, which means this is a set of packages to allow you to easily create some graphical interfaces under X11 and Win32, using Ada2005 as a programming language. Every widget from gtk 2.2 has been bound, and the test program found in the gtk release has been reimplemented in Ada (have a look at the testgtk/ directory). WWW: http://libre.adacore.com/ PR: ports/107415 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Repocopy by: marcus
11 lines
292 B
Text
11 lines
292 B
Text
--- testgtk/Makefile.in.orig Sun Jan 14 22:13:38 2007
|
|
+++ testgtk/Makefile.in Sun Jan 14 22:14:34 2007
|
|
@@ -26,7 +26,7 @@
|
|
GNATMAKELDFLAGS = -largs -L$(src_dir) -L$(opengl_dir) -lgtkada @GTK_LIBS@ \
|
|
$(TARGET_LFLAGS)
|
|
|
|
-CP = cp -pf
|
|
+CP = cp -p
|
|
MKDIR = mkdir -p
|
|
RMDIR = rmdir
|
|
RM = rm -f
|