Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2006-12-06 21:26:42 +0000
committerAndrew Niefer2006-12-06 21:26:42 +0000
commit1389cd0392b2af1ac3f57f435832a0e49c20847e (patch)
tree3cd4f3ff888999a87fcff68d08096e9f33dbc7b7 /bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
parent5e80fa9414346318d52fa1b723a6dfd0833649b1 (diff)
downloadrt.equinox.framework-1389cd0392b2af1ac3f57f435832a0e49c20847e.tar.gz
rt.equinox.framework-1389cd0392b2af1ac3f57f435832a0e49c20847e.tar.xz
rt.equinox.framework-1389cd0392b2af1ac3f57f435832a0e49c20847e.zip
update make files to version the library
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak b/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
index 9f5d0542f..a68f52193 100644
--- a/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
+++ b/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
@@ -11,7 +11,7 @@
# Silenio Quarti (IBM)
# Sam Robb (TimeSys Corporation)
#*******************************************************************************
-
+include ../make_version.mak
# Makefile for creating the eclipse launcher program.
# This makefile expects the following environment variables set:
@@ -25,8 +25,8 @@
#if PROGRAM_OUTPUT is not set, assume eclipse.exe
ifeq ($(PROGRAM_OUTPUT),)
PROGRAM_OUTPUT=eclipse.exe
- PROGRAM_LIBRARY=eclipse_1.dll
endif
+PROGRAM_LIBRARY=eclipse_$(LIB_VERSION).dll
# Allow for cross-compiling under linux
OSTYPE ?= $(shell if uname -s | grep -iq cygwin ; then echo cygwin; else echo linux; fi)

Back to the top