File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ sub mkvcbuild
390390
391391 my $pgevent = $solution -> AddProject(' pgevent' , ' dll' , ' bin' );
392392 $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 ' );
395395 $pgevent -> RemoveFile(' src\bin\pgevent\win32ver.rc' );
396396 $pgevent -> UseDef(' src\bin\pgevent\pgevent.def' );
397397 $pgevent -> DisableLinkerWarnings(' 4104' );
@@ -573,7 +573,8 @@ sub mkvcbuild
573573 $proj -> AddIncludeDir(' src\bin\pg_dump' );
574574 $proj -> AddIncludeDir(' src\bin\psql' );
575575 $proj -> AddReference($libpq , $libpgcommon , $libpgport );
576- $proj -> AddResourceFile(' src\bin\scripts' , ' PostgreSQL Utility' );
576+ $proj -> AddResourceFile(' src\bin\scripts' , ' PostgreSQL Utility' ,
577+ ' win32' );
577578 $proj -> AddLibrary(' ws2_32.lib' );
578579 }
579580
You can’t perform that action at this time.
0 commit comments