early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/freexl/fix-makefiles.patch
vendored
Executable file
16
externals/vcpkg/ports/freexl/fix-makefiles.patch
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user