diff test/suite_x86win32fast/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 1d6e51b1d4c7
line wrap: on
line diff
--- a/test/suite_x86win32fast/Nmakefile	Wed Apr 07 17:33:23 2021 +0200
+++ b/test/suite_x86win32fast/Nmakefile	Sat Jan 23 15:33:30 2021 +0100
@@ -40,7 +40,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"