updcfg.bat 385 B

123456789
  1. @echo This will COPY the current config.h, xmlrpc_config.h, transprt_config.h,
  2. @echo version.h, overwriting files in this 'Windows' folder!
  3. @echo ARE YOU SURE YOU WANT TO DO THIS??? Ctrl+C to abort ...
  4. @pause
  5. copy ..\include\xmlrpc-c\config.h win32_config.h
  6. copy ..\xmlrpc_config.h xmlrpc_win32_config.h
  7. copy ..\transport_config.h transport_config_win32.h
  8. @echo all done ...