X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/300372510bea4d4650390f26cd4472730132b435..HEAD:/demo/src/Makefile diff --git a/demo/src/Makefile b/demo/src/Makefile index d06534c..5bc7225 100644 --- a/demo/src/Makefile +++ b/demo/src/Makefile @@ -6,8 +6,9 @@ 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_REPORTES) +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) @@ -20,3 +21,8 @@ all: clean: rm -rf bin/$(TARGET) +install: + cp osocial.exe.config bin/ + cp -r Recursos/ bin/ + rm -rf bin/Recursos/.svn +