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

Remove commented sed commands

This commit is contained in:
brodsom 2003-07-16 19:06:37 +00:00
parent 02685f4729
commit 306f154dd5

View File

@ -125,11 +125,6 @@ if "%VS_VER%"=="msvc6" (
:: The script intldml.sql contains a reference to intlemp.fdb that must be changed
@del isql.tmp
@echo s;intlemp.fdb;localhost:%ROOT_PATH%\gen\examples\intlemp.fdb;g > isql.tmp
:: sed "s/\\/\\\\/g" < isql.tmp > isql.tmp2
:: sed "s/;/\//g" < isql.tmp2 > isql.sed
:: sed -f isql.sed < intldml.sql > intldml.tmp
:: copy intldml.sql intldml.ori
:: copy intldml.tmp intldml.sql
@%ROOT_PATH%\gen\examples\intlbld.exe %DB_PATH%/gen/examples/intlemp.fdb
@cd %ROOT_PATH%\builds\win32