freeswitch/libs/xmlrpc-c/Windows/ConfigureWin32.bat

8 lines
246 B
Batchfile

@echo off
echo creating Win32 header files...
copy .\xmlrpc_win32_config.h ..\config.h
copy .\xmlrpc_win32_config.h ..\xmlrpc_config.h
copy .\transport_config_win32.h ..\transport_config.h
echo completed creating win32 header files.
pause