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)))
clean:
rm -rf bin/$(TARGET)
+install:
+ cp osocial.exe.config bin/
+ cp -r Recursos/ bin/
+ rm -rf bin/Recursos/.svn
+