aboutsummaryrefslogtreecommitdiff
path: root/vendor/voclient/libsamp/libxrpc/xmlrpc-c-1.16.29/Windows/updcfg.bat
blob: de699cc3c92d31de139ff84c4484af0e28398ba0 (plain) (blame)
1
2
3
4
5
6
7
8
9
@echo This will COPY the current config.h, xmlrpc_config.h, transprt_config.h,
@echo version.h, overwriting files in this 'Windows' folder!
@echo ARE YOU SURE YOU WANT TO DO THIS??? Ctrl+C to abort ...
@pause
copy ..\include\xmlrpc-c\config.h win32_config.h
copy ..\xmlrpc_config.h xmlrpc_win32_config.h
copy ..\transport_config.h transport_config_win32.h
@echo all done ...