X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/e73acc46b145ef9faa785ac5246a62bd4f4bbb79..2be5451ef59289f66dbd3e1d9ff5a69fcc271364:/demo/src/Makefile?ds=sidebyside diff --git a/demo/src/Makefile b/demo/src/Makefile index 4627fc0..5bc7225 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))) @@ -21,3 +21,8 @@ all: clean: rm -rf bin/$(TARGET) +install: + cp osocial.exe.config bin/ + cp -r Recursos/ bin/ + rm -rf bin/Recursos/.svn +