language-sensitive build scripts for freecell

git-svn-id: svn://kolibrios.org@1423 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2010-02-27 20:07:57 +00:00
parent 8a2785bcb6
commit d6c7f0faca
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +0,0 @@
@fasm freecell.asm freecell
@pause

View File

@ -0,0 +1,4 @@
@echo lang fix en >lang.inc
@fasm freecell.asm freecell
@erase lang.inc
@pause

View File

@ -0,0 +1,4 @@
@echo lang fix ru >lang.inc
@fasm freecell.asm freecell
@erase lang.inc
@pause