mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
13 lines
476 B
Batchfile
13 lines
476 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 #######################################################################
|
|
|
|
"C:\Users\lsv\Source\Repos\wxrc\x64\Release\wxrc.exe" -c -o xrcDialogs.cpp *.xrc
|
|
|