fix img jetco
|
After Width: | Height: | Size: 245 KiB |
|
After Width: | Height: | Size: 213 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 211 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 206 KiB |
|
After Width: | Height: | Size: 145 KiB |
@@ -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!
|
||||