8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Append .txt to readme when generating Win32 examples kit.

This commit is contained in:
paul_reeves 2005-03-01 14:53:46 +00:00
parent e67513adbe
commit 7d52fff154

View File

@ -105,6 +105,7 @@ if "%VS_VER%"=="msvc6" (
@mkdir %ROOT_PATH%\output\examples\udf
@echo Moving files to output directory
@copy %ROOT_PATH%\examples\* %ROOT_PATH%\output\examples > nul
@ren %ROOT_PATH%\output\examples\readme readme.txt > nul
@copy %ROOT_PATH%\examples\api\* %ROOT_PATH%\output\examples\api > nul
@copy %ROOT_PATH%\examples\build_unix\* %ROOT_PATH%\output\examples\build_unix > nul
@copy %ROOT_PATH%\examples\build_win32\* %ROOT_PATH%\output\examples\build_win32 > nul