8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
brodsom 2003-07-11 10:07:46 +00:00
parent f4080d78d0
commit e303e5df98
7 changed files with 44 additions and 4 deletions

View File

@ -0,0 +1,6 @@
clean_empbuild.bat
clean_api.bat
clean_dyn.bat
clean_stat.bat
clean_udf.bat
clean_winevent.bat

View File

@ -0,0 +1,7 @@
call setenvvar.bat
@echo.
@echo cleaning
:: TODO

View File

@ -0,0 +1,7 @@
call setenvvar.bat
@echo.
@echo cleaning
:: TODO

View File

@ -0,0 +1,6 @@
make_empbuild.bat
make_api.bat
make_dyn.bat
make_stat.bat
make_udf.bat
make_winevent.bat

View File

@ -24,7 +24,3 @@ cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\dyn\dyn4.c
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\dyn\dyn5.c
cl %CLFLAGS% %ROOT_PATH%\lib\gds32_ms.lib %ROOT_PATH%\examples\dyn\dynfull.c
cd %ROOT_PATH%\examples\build_win32
::cd %ROOT_PATH%\examples\dyn
::nmake -f msvc6.mak all
::cd %ROOT_PATH%\examples\build_win32

View File

@ -0,0 +1,9 @@
call setenvvar.bat
@echo.
@echo cleaning
:: CLEANING
@call clean_udf.bat
:: TODO

View File

@ -0,0 +1,9 @@
call setenvvar.bat
@echo.
@echo cleaning
:: CLEANING
@call clean_udf.bat
:: TODO