From: Ricardo Markiewicz Date: Thu, 7 Jul 2005 03:03:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: svn_import~24 X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/commitdiff_plain/afbf89745cac12021bfe71bc6739dbd9459cacc0?ds=inline --- diff --git a/demo/src/Makefile b/demo/src/Makefile index 4627fc0..0af2dba 100644 --- a/demo/src/Makefile +++ b/demo/src/Makefile @@ -11,7 +11,7 @@ SOURCE_EXCEPCIONES=$(shell ls --color=none Excepciones/*.cs) SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS) $(SOURCE_TEST) $(SOURCE_REPORTES) $(SOURCE_EXCEPCIONES) LIBS=-pkg:glade-sharp-2.0 -pkg:gtk-sharp-2.0 -r:./bin/db4o.dll -GLADE_FILES=$(shell ls --color=none ../glade/*.glade ../glade/*.png) +GLADE_FILES=$(shell ls --color=none ../glade/*.glade) GLADE=$(foreach file,$(GLADE_FILES), $(addprefix -resource:,$(file)),$(notdir $(file)))