fix img jetco

This commit is contained in:
Samuele E. Locatelli
2018-06-01 10:03:50 +02:00
parent 321401fc88
commit 60c325e41b
10 changed files with 8 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

+8
View File
@@ -6,6 +6,7 @@ REM INIZIO eliminando i files che COMUNQUE devo copiare x target...
if %1 == "Release" goto Release
if %1 == "Debug" goto Debug
if %1 == "Donati" goto DONATI
::if %1 == "Jetco" goto Jetco
:Release
echo Release: nulla da copiare
@@ -22,5 +23,12 @@ REM del /F /Q %2"DATA\CONF\*.*"
copy %2"Resources\Donati\macchine\*.*" %2"images\macchine\"
goto END
:::JETCO
::echo JETCO: copio files JETCO
::del /F /Q %2"images\macchine\*.*"
::REM del /F /Q %2"DATA\CONF\*.*"
::copy %2"Resources\Jetco\macchine\*.*" %2"images\macchine\"
::goto END
:END
echo Fatto!