pgAdmin III commit: Ensure the embedded version of OGL builds properly

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Ensure the embedded version of OGL builds properly
Date: 2011-02-16 19:45:42
Message-ID: 201102161945.p1GJjg1c036294@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the embedded version of OGL builds properly on Windows. While
we're here, update the installer, and the wxWidgets build script.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bc38a18228e9717e7157eccb484adf506b5933bd

Modified Files
--------------
pgadmin/include/ogl/basic.h | 14 ++--
pgadmin/include/ogl/basicp.h | 20 +++---
pgadmin/include/ogl/bmpshape.h | 2 +-
pgadmin/include/ogl/canvas.h | 6 +-
pgadmin/include/ogl/composit.h | 8 +-
pgadmin/include/ogl/constrnt.h | 4 +-
pgadmin/include/ogl/divided.h | 2 +-
pgadmin/include/ogl/drawn.h | 6 +-
pgadmin/include/ogl/drawnp.h | 10 ++--
pgadmin/include/ogl/lines.h | 12 ++--
pgadmin/include/ogl/linesp.h | 8 +-
pgadmin/include/ogl/mfutils.h | 4 +-
pgadmin/include/ogl/misc.h | 26 ++++----
pgadmin/include/ogl/module.mk | 1 -
pgadmin/include/ogl/ogl.h | 13 +---
pgadmin/include/ogl/ogldiag.h | 6 +-
pgadmin/include/ogl/oglprec.h | 19 ------
pgadmin/include/precomp.h | 16 +++++
pgadmin/ogl/basic.cpp | 2 +-
pgadmin/ogl/basic2.cpp | 2 +-
pgadmin/ogl/bmpshape.cpp | 2 +-
pgadmin/ogl/canvas.cpp | 2 +-
pgadmin/ogl/composit.cpp | 2 +-
pgadmin/ogl/constrnt.cpp | 2 +-
pgadmin/ogl/divided.cpp | 2 +-
pgadmin/ogl/drawn.cpp | 2 +-
pgadmin/ogl/lines.cpp | 2 +-
pgadmin/ogl/mfutils.cpp | 2 +-
pgadmin/ogl/ogldiag.cpp | 2 +-
pgadmin/ogl/oglmisc.cpp | 2 +-
pgadmin/pgAdmin3.vcproj | 136 +++++++++++++++++++++++++++++++++++++++-
pkg/win32/src/pgadmin3.wxs | 1 -
xtra/wx-build/build-wxmsw.bat | 2 +-
33 files changed, 229 insertions(+), 111 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-16 19:59:13 Re: phase 2 of wxWidgets 2.9 build
Previous Message Dave Page 2011-02-16 19:23:00 pgAdmin III commit: Another set of wx2.9 updates. This patch includes t