aboutsummaryrefslogtreecommitdiffstats
path: root/build_windows.bat
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-02-22 14:16:15 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-02-22 14:16:15 +0100
commit3d3ff2fe523adffa7480222ecf2c78e2ba0b9331 (patch)
treecdc0668c44278a0f71f9fc071f54f75e173a1abe /build_windows.bat
parentb04ce5a0cc9c4c762c6447552e781fcd6e4b41ac (diff)
downloadusbdumper-3d3ff2fe523adffa7480222ecf2c78e2ba0b9331.tar
usbdumper-3d3ff2fe523adffa7480222ecf2c78e2ba0b9331.tar.gz
usbdumper-3d3ff2fe523adffa7480222ecf2c78e2ba0b9331.tar.bz2
usbdumper-3d3ff2fe523adffa7480222ecf2c78e2ba0b9331.tar.xz
usbdumper-3d3ff2fe523adffa7480222ecf2c78e2ba0b9331.zip
New writing method replacing dd.exe under Windows.
Diffstat (limited to 'build_windows.bat')
-rwxr-xr-x[-rw-r--r--]build_windows.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_windows.bat b/build_windows.bat
index 1b2cc58..1fd9815 100644..100755
--- a/build_windows.bat
+++ b/build_windows.bat
@@ -1,2 +1,2 @@
-set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Qt\2010.02.1\qt\bin;C:\Qt\2010.02.1\mingw\bin;
-c:\Python26\python.exe -OO setup.py py2exe
+set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Qt\2009.03\qt\bin;C:\Qt\2009.03\mingw\bin;
+c:\Python27\python.exe -OO setup.py py2exe