From: dpage Date: Wed, 11 Nov 2009 10:18:59 +0000 (+0000) Subject: Generate debug symbols with release builds on Windows. X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=22657903f3cf6b541efd4d0343afdba7663ce147;p=users%2Fquan74%2Fpgadmin-import.git Generate debug symbols with release builds on Windows. git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@8075 a7884b65-44f6-0310-8a51-81a127f17b15 --- diff --git a/pgadmin/pgAdmin3.vcproj b/pgadmin/pgAdmin3.vcproj index b95e1e6a4..47960a7c4 100644 --- a/pgadmin/pgAdmin3.vcproj +++ b/pgadmin/pgAdmin3.vcproj @@ -85,6 +85,7 @@ SuppressStartupBanner="true" AdditionalLibraryDirectories=""$(WXWIN)/lib/vc_lib";"$(PGDIR)/lib";"$(PGBUILD)/libxml2/lib";"$(PGBUILD)/libxslt/lib";"$(PGBUILD)/iconv/lib"" IgnoreDefaultLibraryNames="libcd.lib,libcid.lib,msvcrtd.lib" + GenerateDebugInformation="true" ProgramDatabaseFile=".\Release/pgAdmin3.pdb" GenerateMapFile="true" MapFileName=".\Release/pgAdmin3.map"