summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Morgan <chris.morganiser@gmail.com>2010-06-22 10:05:58 +0000
committerChris Morgan <chris.morganiser@gmail.com>2010-06-22 10:05:58 +0000
commit049a04fb2682853060e6dad9146ef0afc0d55e01 (patch)
tree43851d924bdde4284b615f704f1943c908f3ea2d
parentWin32 installer: fixes for issues discovered in 0.48pre1. (diff)
downloadinkscape-049a04fb2682853060e6dad9146ef0afc0d55e01.tar.gz
inkscape-049a04fb2682853060e6dad9146ef0afc0d55e01.zip
Remove unreferenced and obsolete file inkscape.bat.
(bzr r9524)
-rw-r--r--packaging/win32/inkscape.bat14
1 files changed, 0 insertions, 14 deletions
diff --git a/packaging/win32/inkscape.bat b/packaging/win32/inkscape.bat
deleted file mode 100644
index 462484134..000000000
--- a/packaging/win32/inkscape.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-@echo off
-
-rem This batch file launches Inkscape with a limited PATH.
-rem This is to prevent those occurrences when a user might
-rem have another Gtk library installation that might conflict
-rem with the libs supplied by Inkscape.
-
-rem set the following to the directory where Inkscape is installed.
-set INKSCAPE=c:\inkscape
-
-set PATH=%INKSCAPE%;%INKSCAPE%\python;%INKSCAPE%\perl;c:\windows;c:\windows\system32
-
-start inkscape
-