Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/library/build64.bat')
-rw-r--r--core/org.eclipse.cdt.core.win32/library/build64.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/library/build64.bat b/core/org.eclipse.cdt.core.win32/library/build64.bat
new file mode 100644
index 00000000000..8ec30651315
--- /dev/null
+++ b/core/org.eclipse.cdt.core.win32/library/build64.bat
@@ -0,0 +1,12 @@
+@rem ***************************************************************************
+@rem Copyright (c) 2011 Marc-Andre Laperle 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 Marc-Andre Laperle - initial API and implementation
+@rem ***************************************************************************
+
+nmake /f Makefile_x86_64.mk /NOLOGO install clean \ No newline at end of file

Back to the top