X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/e73acc46b145ef9faa785ac5246a62bd4f4bbb79..820f54373e665a92061edc3decf33e095ecb2678:/demo/src/Makefile 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)))