mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Corrections
This commit is contained in:
parent
84637b4c7c
commit
b4d964154d
@ -1,5 +1,6 @@
|
||||
clean_empbuild.bat
|
||||
clean_api.bat
|
||||
clean_dyn.bat
|
||||
clean_stat.bat
|
||||
clean_udf.bat
|
||||
|
||||
call clean_empbuild.bat
|
||||
call clean_api.bat
|
||||
call clean_dyn.bat
|
||||
call clean_stat.bat
|
||||
call clean_udf.bat
|
||||
|
@ -2,7 +2,7 @@
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
@echo cleaning api
|
||||
:: CLEANING
|
||||
del %ROOT_PATH%\examples\api\*.obj 2>nul
|
||||
del %ROOT_PATH%\examples\api\*.exp 2>nul
|
||||
|
@ -2,7 +2,7 @@
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
@echo cleaning dyn
|
||||
:: CLEANING
|
||||
del %ROOT_PATH%\examples\dyn\*.obj 2>nul
|
||||
del %ROOT_PATH%\examples\dyn\*.exe 2>nul
|
||||
|
@ -2,7 +2,7 @@
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning empbuild.fdb
|
||||
@echo cleaning empbuild
|
||||
:: CLEANING
|
||||
del %ROOT_PATH%\examples\empbuild\*.fdb 2>nul
|
||||
del %ROOT_PATH%\examples\empbuild\*.obj 2>nul
|
||||
|
@ -2,7 +2,7 @@
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
@echo cleaning stat
|
||||
:: CLEANING
|
||||
del %ROOT_PATH%\examples\stat\*.obj 2>nul
|
||||
del %ROOT_PATH%\examples\stat\*.exe 2>nul
|
||||
|
@ -2,6 +2,6 @@
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
@echo cleaning udf
|
||||
:: TODO
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
make_empbuild.bat
|
||||
make_api.bat
|
||||
make_dyn.bat
|
||||
make_stat.bat
|
||||
make_udf.bat
|
||||
call make_empbuild.bat
|
||||
call make_api.bat
|
||||
call make_dyn.bat
|
||||
call make_stat.bat
|
||||
call make_udf.bat
|
||||
|
@ -1,13 +1,11 @@
|
||||
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
:: CLEANING
|
||||
call clean_api.bat
|
||||
|
||||
@echo.
|
||||
@echo preprocessing empbuild.e
|
||||
@echo preprocessing api14.e
|
||||
%ROOT_PATH%\bin\gpre -r -m -n -z %ROOT_PATH%\examples\api\api14.e %ROOT_PATH%\examples\api\api14.c -b localhost:%ROOT_PATH%\examples\empbuild\
|
||||
|
||||
cd %ROOT_PATH%\examples\api\
|
||||
|
@ -1,13 +1,11 @@
|
||||
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
:: CLEANING
|
||||
@call clean_dyn.bat
|
||||
|
||||
@echo.
|
||||
@echo preprocessing dyn.e
|
||||
@echo preprocessing dyn*.e
|
||||
%ROOT_PATH%\bin\gpre -r -m -n -z %ROOT_PATH%\examples\dyn\dyn1.e %ROOT_PATH%\examples\dyn\dyn1.c -b localhost:%ROOT_PATH%\examples\empbuild\
|
||||
%ROOT_PATH%\bin\gpre -r -m -n -z %ROOT_PATH%\examples\dyn\dyn2.e %ROOT_PATH%\examples\dyn\dyn2.c -b localhost:%ROOT_PATH%\examples\empbuild\
|
||||
%ROOT_PATH%\bin\gpre -r -m -n -z %ROOT_PATH%\examples\dyn\dyn3.e %ROOT_PATH%\examples\dyn\dyn3.c -b localhost:%ROOT_PATH%\examples\empbuild\
|
||||
|
@ -1,8 +1,6 @@
|
||||
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning empbuild.fdb
|
||||
:: CLEANING
|
||||
call clean_empbuild.bat
|
||||
|
||||
|
@ -1,13 +1,11 @@
|
||||
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
:: CLEANING
|
||||
@call clean_stat.bat
|
||||
|
||||
@echo.
|
||||
@echo preprocessing dyn.e
|
||||
@echo preprocessing stat*.e
|
||||
%ROOT_PATH%\bin\gpre -c -m -n -z %ROOT_PATH%\examples\stat\stat1.e %ROOT_PATH%\examples\stat\stat1.c -d localhost:%ROOT_PATH%\examples\empbuild\employee.fdb
|
||||
%ROOT_PATH%\bin\gpre -c -m -n -z %ROOT_PATH%\examples\stat\stat2.e %ROOT_PATH%\examples\stat\stat2.c -d localhost:%ROOT_PATH%\examples\empbuild\employee.fdb
|
||||
%ROOT_PATH%\bin\gpre -c -m -n -z %ROOT_PATH%\examples\stat\stat3.e %ROOT_PATH%\examples\stat\stat3.c -d localhost:%ROOT_PATH%\examples\empbuild\employee.fdb
|
||||
|
@ -1,8 +1,6 @@
|
||||
|
||||
call setenvvar.bat
|
||||
|
||||
@echo.
|
||||
@echo cleaning
|
||||
:: CLEANING
|
||||
@call clean_udf.bat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user