Install.pm.patch

text/plain

Filename: Install.pm.patch
Type: text/plain
Part: 0
Message: [PATCH] Patch to fix missing libecpg_compat.lib and libpgtypes.lib.

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/tools/msvc/Install.pm 1 1
diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm
index 6036714..91e6a53 100644
--- a/src/tools/msvc/Install.pm
+++ b/src/tools/msvc/Install.pm
@@ -86,7 +86,7 @@ sub Install
 		'Import libraries', $target . '/lib/',
 		"$conf\\",          "postgres\\postgres.lib",
 		"libpq\\libpq.lib", "libecpg\\libecpg.lib",
-		"libpgport\\libpgport.lib");
+		"libpgport\\libpgport.lib","libpgtypes\\libpgtypes.lib","libecpg_compat\\libecpg_compat.lib");
 	CopySetOfFiles(
 		'timezone names',
 		[ glob('src\timezone\tznames\*.txt') ],