summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-02 12:40:38 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-02 12:40:38 +0000
commit5639e0668338556d2b3e14016a1bfb419672b4ef (patch)
tree68348733d4d65b407938a51dc8710949a157fe9a /windows
parent01803e0554d1bdda10e2b3d072ee84fc708ddc88 (diff)
PNG-Dateien werden lokal nicht mehr gelöscht (damit die AHK-Dateien wieder laufen).
git-svn-id: https://svn.neo-layout.org@1604 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/neo-vars/src/make-build.bat3
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat
index 1ebe47f..19ed3e9 100644
--- a/windows/neo-vars/src/make-build.bat
+++ b/windows/neo-vars/src/make-build.bat
@@ -54,8 +54,5 @@ if exist "%customahkbuild%" (
ren "%customahkbuild%" "%customahk%"
)
-echo cleanup images
-for /L %%e in (1,1,6) do del ebene%%e.png
-
echo Driver Update complete! You can now close this log-window.
pause