]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Makefile
mas fixes y puesta linda
[z.facultad/75.10/miklolife.git] / demo / src / Makefile
index 4627fc0c2877a119af68f1519473fa31da12b944..5bc7225023dd461f61539785b87dda20f52d9d6d 100644 (file)
@@ -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
 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)))
 
 
 GLADE=$(foreach file,$(GLADE_FILES), $(addprefix -resource:,$(file)),$(notdir $(file)))
 
 
@@ -21,3 +21,8 @@ all:
 clean:
        rm -rf bin/$(TARGET)
 
 clean:
        rm -rf bin/$(TARGET)
 
+install:
+       cp osocial.exe.config bin/
+       cp -r Recursos/ bin/
+       rm -rf bin/Recursos/.svn
+