mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
ac030b40d5
* Reformat portfile * Minimize makefiles patch * Update to 1.0.6 * Fix uwp builds, remove skip from baseline * Install pc file for windows * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
477 B
Diff
17 lines
477 B
Diff
diff --git a/makefile.vc b/makefile.vc
|
|
index cb8bd36..85c0352 100644
|
|
--- a/makefile.vc
|
|
+++ b/makefile.vc
|
|
@@ -23,9 +23,9 @@ freexl.lib: $(LIBOBJ)
|
|
$(FREEXL_DLL): freexl_i.lib
|
|
|
|
freexl_i.lib: $(LIBOBJ)
|
|
- link /debug /dll /out:$(FREEXL_DLL) \
|
|
+ link $(LINK_FLAGS) /dll /out:$(FREEXL_DLL) \
|
|
/implib:freexl_i.lib $(LIBOBJ) \
|
|
- C:\OSGeo4w\lib\iconv.lib
|
|
+ $(LIBS_ALL)
|
|
if exist $(FREEXL_DLL).manifest mt -manifest \
|
|
$(FREEXL_DLL).manifest -outputresource:$(FREEXL_DLL);2
|
|
|