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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Ensure the embedded version of OGL builds properly
Дата
Msg-id 201102161945.p1GJjg1c036294@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Ensure the embedded version of OGL builds properly  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Another set of wx2.9 updates. This patch includes t
Следующее
От: Dave Page
Дата:
Сообщение: Re: phase 2 of wxWidgets 2.9 build