| From: | svn(at)pgadmin(dot)org |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | SVN Commit by dpage: r5763 - in trunk/pgadmin3: . src src/agent src/dlg src/frm src/include src/include/agent src/schema src/utils xtra/pgagent |
| Date: | 2006-12-07 14:10:39 |
| Message-ID: | 200612071410.kB7EAdYQ024428@developer.pgadmin.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Author: dpage
Date: 2006-12-07 14:10:38 +0000 (Thu, 07 Dec 2006)
New Revision: 5763
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5763&view=rev
Log:
Move agent/include to under /include.
Fix precompiled headers properly again.
Remove VC++ Solution Folders as VC++ Express doesn't support them <sob>
Added:
trunk/pgadmin3/src/include/agent/
trunk/pgadmin3/src/include/precomp.h
trunk/pgadmin3/src/precomp.cpp
Removed:
trunk/pgadmin3/src/agent/include/
trunk/pgadmin3/src/utils/precomp.cpp
Modified:
trunk/pgadmin3/pgAdmin3.sln
trunk/pgadmin3/src/Makefile.am
trunk/pgadmin3/src/agent/dlgJob.cpp
trunk/pgadmin3/src/agent/dlgSchedule.cpp
trunk/pgadmin3/src/agent/dlgStep.cpp
trunk/pgadmin3/src/agent/pgaJob.cpp
trunk/pgadmin3/src/agent/pgaSchedule.cpp
trunk/pgadmin3/src/agent/pgaStep.cpp
trunk/pgadmin3/src/dlg/dlgProperty.cpp
trunk/pgadmin3/src/frm/frmReport.cpp
trunk/pgadmin3/src/include/agent/module.mk
trunk/pgadmin3/src/include/agent/pgaSchedule.h
trunk/pgadmin3/src/include/agent/pgaStep.h
trunk/pgadmin3/src/include/explainCanvas.h
trunk/pgadmin3/src/include/frmReport.h
trunk/pgadmin3/src/include/module.mk
trunk/pgadmin3/src/include/pgAdmin3.h
trunk/pgadmin3/src/include/pgView.h
trunk/pgadmin3/src/include/version.h
trunk/pgadmin3/src/pgAdmin3.vcproj
trunk/pgadmin3/src/schema/pgCollection.cpp
trunk/pgadmin3/src/schema/pgObject.cpp
trunk/pgadmin3/src/schema/pgServer.cpp
trunk/pgadmin3/src/utils/module.mk
trunk/pgadmin3/xtra/pgagent/pgAgent.vcproj
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2006-12-07 14:15:05 | Re: Recent refactoring broke VC++ 2005 EE |
| Previous Message | Milen A. Radev | 2006-12-07 14:03:29 | Re: Recent refactoring broke VC++ 2005 EE |