File: updcfg.bat

package info (click to toggle)
xmlrpc-c 1.60.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,132 kB
  • sloc: ansic: 55,332; cpp: 13,541; sh: 3,321; makefile: 2,556; perl: 593; xml: 134
file content (9 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (8)
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 ...