Author: dpage
Date: 2007-05-01 08:04:06 + (Tue, 01 May 2007)
New Revision: 6251
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6251&view=rev
Log:
Don't install XRC files with non-debug builds. After hacking at this for some
time, I'm still not entirely sure how it works
Author: dpage
Date: 2007-05-01 08:05:13 + (Tue, 01 May 2007)
New Revision: 6252
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6252&view=rev
Log:
Roadmap item complete - Yay!! Last one!!
Modified:
trunk/www/development/roadmap.php
---(end of
Giuseppe Sacco wrote:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/postgresql -DSSL
-I/usr/local/wxWidgets-2.8.2/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/local/wxWidgets-2.8.2/include/wx-2.8 -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -O2
-I/usr/include/l
Author: dpage
Date: 2007-05-01 15:55:01 + (Tue, 01 May 2007)
New Revision: 6253
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6253&view=rev
Log:
Remove an obsolete macro, per Florian.
Modified:
trunk/pgadmin3/pgadmin/utils/misc.cpp
---(end o
Florian G. Pflug wrote:
@dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed anymore -
or at least "find ./ -name "*.h" | xargs grep DECIMAL" and
"find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that...
Yeah, seems to be surplus. Removed, thanks.
/D
Dave Page a écrit :
Florian G. Pflug wrote:
@dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed
anymore -
or at least "find ./ -name "*.h" | xargs grep DECIMAL" and
"find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that...
Yeah, seems to be surplus. Removed, thanks.