File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ sub mkvcbuild
390
390
391
391
my $pgevent = $solution -> AddProject(' pgevent' , ' dll' , ' bin' );
392
392
$pgevent -> AddFiles(' src\bin\pgevent' , ' pgevent.c' , ' pgmsgevent.rc' );
393
- $pgevent -> AddResourceFile(' src\bin\pgevent' ,
394
- ' Eventlog message formatter ' );
393
+ $pgevent -> AddResourceFile(' src\bin\pgevent' , ' Eventlog message formatter ' ,
394
+ ' win32 ' );
395
395
$pgevent -> RemoveFile(' src\bin\pgevent\win32ver.rc' );
396
396
$pgevent -> UseDef(' src\bin\pgevent\pgevent.def' );
397
397
$pgevent -> DisableLinkerWarnings(' 4104' );
@@ -573,7 +573,8 @@ sub mkvcbuild
573
573
$proj -> AddIncludeDir(' src\bin\pg_dump' );
574
574
$proj -> AddIncludeDir(' src\bin\psql' );
575
575
$proj -> AddReference($libpq , $libpgcommon , $libpgport );
576
- $proj -> AddResourceFile(' src\bin\scripts' , ' PostgreSQL Utility' );
576
+ $proj -> AddResourceFile(' src\bin\scripts' , ' PostgreSQL Utility' ,
577
+ ' win32' );
577
578
$proj -> AddLibrary(' ws2_32.lib' );
578
579
}
579
580
You can’t perform that action at this time.
0 commit comments