]> granicus.if.org Git - curl/commitdiff
Fix misplaced runtime library specification for 'release-dll' target
authorYang Tse <yangsita@gmail.com>
Sat, 21 Oct 2006 16:25:31 +0000 (16:25 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 21 Oct 2006 16:25:31 +0000 (16:25 +0000)
lib/Makefile.vc6

index eb7355035d46f6ee67e0a064841b1705e5eab549..b70fb22269ef51c2320ac847549861215e3ef9b8 100644 (file)
@@ -132,8 +132,8 @@ CFGSET   = TRUE
 !IF "$(CFG)" == "release-dll"\r
 TARGET = $(LIB_NAME).dll\r
 DIROBJ = $(CFG)\r
-LNK    = $(LNKDLL) $(RTLIB) $(WINLIBS) /out:$(DIROBJ)\$(TARGET) /IMPLIB:$(DIROBJ)\$(IMPLIB_NAME).lib\r
-CC     = $(CCNODBG)\r
+LNK    = $(LNKDLL) $(WINLIBS) /out:$(DIROBJ)\$(TARGET) /IMPLIB:$(DIROBJ)\$(IMPLIB_NAME).lib\r
+CC     = $(CCNODBG) $(RTLIB)\r
 CFGSET = TRUE\r
 RESOURCE = $(DIROBJ)\libcurl.res\r
 !ENDIF\r