Added translation to Russian. Fixed non-standard lamda in crossword generating. Added release builder script

This commit is contained in:
2015-07-23 22:53:56 +03:00
parent fb3a3fb19a
commit da28a8687f
11 changed files with 457 additions and 5 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: clean All
All:
@echo "----------Building project:[ wxCrossGen - Release ]----------"
@cd "wxCrossGen" && $(MAKE) -f "wxCrossGen.mk"
clean:
@echo "----------Cleaning project:[ wxCrossGen - Release ]----------"
@cd "wxCrossGen" && $(MAKE) -f "wxCrossGen.mk" clean