#!/bin/sh

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

wxrc -c -o xrcDialogs.cpp *.xrc

