Removed the binary get_var file and changed code according to the changes

This commit is contained in:
Glen De Cauwsemaecker 2014-03-21 03:41:12 +01:00
parent 3f72db08aa
commit ed3e2fb0cb
4 changed files with 3 additions and 3 deletions
scripts/windows/coco-dev-setup/batch

View file

@ -1,4 +1,4 @@
@echo off
setlocal EnableDelayedExpansion
get_var config/config.coco %1
utilities\\get_var.exe config\\config.coco %1
endlocal

View file

@ -1,4 +1,4 @@
@echo off
setlocal EnableDelayedExpansion
get_var config/downloads.coco %1
utilities\\get_var.exe config\\downloads.coco %1
endlocal

View file

@ -1,4 +1,4 @@
@echo off
setlocal EnableDelayedExpansion
get_var localisation/%1.coco %2
utilities\\get_var.exe localisation\\%1.coco %2
endlocal