X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/c36c16908f73901f367fe523aeef8dfb688ac2ff..5cc03be52a58c03385c529334cf742cf506e88a6:/demo/src/Makefile diff --git a/demo/src/Makefile b/demo/src/Makefile index b5eabde..8de31de 100644 --- a/demo/src/Makefile +++ b/demo/src/Makefile @@ -4,15 +4,13 @@ SOURCE_EXTRA=$(shell ls --color=none *.cs) SOURCE_DOMINIO=$(shell ls --color=none Dominio/*.cs) SOURCE_CONTROLADOR=$(shell ls --color=none Controlador/*.cs) SOURCE_VISTAS=$(shell ls --color=none Vistas/*.cs) +SOURCE_TEST=$(shell ls --color=none Tests/*.cs) -SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS) +SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS) $(SOURCE_TEST) LIBS=-pkg:glade-sharp-2.0 -pkg:gtk-sharp-2.0 -r:./bin/db4o.dll -GLADE= \ - -res:../glade/main.glade \ - -res:../glade/consultar_afiliado.glade \ - -res:../glade/ingresar_solicitud.glade \ - -res:../glade/emitir_hoja_de_ruta.glade +GLADE_FILES=$(shell ls --color=none ../glade/*.glade) +GLADE=$(foreach file,$(GLADE_FILES), $(addprefix -resource:,$(file)),$(notdir $(file))) all: