X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/a7797a74b1aee356980e475ce81276b7e8180fdb..75a406555442f5c80dbdd40162767d0096a3a6cb:/demo/src/Makefile?ds=inline diff --git a/demo/src/Makefile b/demo/src/Makefile index 8de31de..0af2dba 100644 --- a/demo/src/Makefile +++ b/demo/src/Makefile @@ -5,8 +5,10 @@ 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_REPORTES=$(shell ls --color=none Reportes/*.cs) +SOURCE_EXCEPCIONES=$(shell ls --color=none Excepciones/*.cs) -SOURCE=$(SOURCE_DOMINIO) $(SOURCE_CONTROLADOR) $(SOURCE_EXTRA) $(SOURCE_VISTAS) $(SOURCE_TEST) +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)