Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/build.bat')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/build.bat30
1 files changed, 0 insertions, 30 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/build.bat b/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/build.bat
deleted file mode 100644
index 5f10193f67..0000000000
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/wpf/library/build.bat
+++ /dev/null
@@ -1,30 +0,0 @@
-@echo off
-rem *******************************************************************************
-rem Copyright (c) 2000, 2009 IBM Corporation and others.
-rem All rights reserved. This program and the accompanying materials
-rem are made available under the terms of the Eclipse Public License v1.0
-rem which accompanies this distribution, and is available at
-rem http://www.eclipse.org/legal/epl-v10.html
-rem
-rem Contributors:
-rem IBM Corporation - initial API and implementation
-rem *******************************************************************************
-
-rem @echo off
-
-rem *****
-rem Java
-rem *****
-set JAVA_HOME=S:\swt-builddir\ibm-jdk1.4.1
-
-rem ******
-rem MS-SDK
-rem ******
-call "S:\PRODUCTS\PLATSDK\March2007VistaRTM\Bin\setenv.cmd" /x86 /vista
-
-rem ******
-rem OUTPUT DIR
-rem ******
-set OUTPUT_DIR=..\..\..\org.eclipse.swt.wpf.win32.x86
-
-nmake -f make_wpf.mak %1 %2 %3 %4

Back to the top