Refs #127. Generate DLL without a version suffix on Windows.

This commit is contained in:
Zaheer Chothia
2012-07-30 19:46:30 +02:00
parent 3108a1853d
commit e8306f623a
3 changed files with 6 additions and 3 deletions
-2
View File
@@ -99,11 +99,9 @@ ifeq ($(OSNAME), Darwin)
endif
ifeq ($(OSNAME), WINNT)
$(MAKE) -C exports dll
-ln -fs $(LIBDLLNAME) $(LIBPREFIX).dll
endif
ifeq ($(OSNAME), CYGWIN_NT)
$(MAKE) -C exports dll
-ln -fs $(LIBDLLNAME) $(LIBPREFIX).dll
endif
tests :