mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
13 lines
467 B
Batchfile
13 lines
467 B
Batchfile
@echo off
|
|
REM #######################################################################
|
|
REM #
|
|
REM # pgAdmin III - PostgreSQL Tools
|
|
REM # Copyright (C) 2002 - 2016, The pgAdmin Development Team
|
|
REM # This software is released under the PostgreSQL Licence
|
|
REM #
|
|
REM # embed-xrc.bat - convert xrc files to c++ files
|
|
REM #
|
|
REM #######################################################################
|
|
|
|
"D:\wxWidgets-2.8.12\utils\wxrc\vc_msw\wxrc" -c -o xrcDialogs.cpp *.xrc
|
|
|