#######################################################################
#
# pgAdmin III - PostgreSQL Tools
# Copyright (C) 2002 - 2008, The pgAdmin Development Team
# This software is released under the Artistic Licence
#
# embed-xrc - convert xrc files to c++ files
#
#######################################################################

wxrc -c -o xrcDialogs.cpp *.xrc

