diff test/suite_floats/Nmakefile @ 400:d18f1a65e34f

windows lib name consistency changes for nmake builds
author Tassilo Philipp
date Sat, 23 Jan 2021 15:33:30 +0100
parents 3e629dc19168
children
line wrap: on
line diff
--- a/test/suite_floats/Nmakefile	Wed Apr 07 17:33:23 2021 +0200
+++ b/test/suite_floats/Nmakefile	Sat Jan 23 15:33:30 2021 +0100
@@ -38,7 +38,7 @@
 
 $(TARGETS): $(OBJS)
 	echo Linking $@ ...
-	$(LD) /OUT:"$@" $(LDFLAGS) $(OBJS) $(TOP)\dyncall\libdyncall_s.lib > nul
+	$(LD) /OUT:"$@" $(LDFLAGS) $(OBJS) $(TOP)\dyncall\dyncall_s.lib > nul
 
 
 !ELSE IF "$(BUILD_OS)" == "nds"