mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
8 lines
174 B
Batchfile
8 lines
174 B
Batchfile
call clean_all
|
|
call prepare c:\opt\firebird_15
|
|
call make_boot
|
|
call make_all
|
|
call make_examples
|
|
cd ..\install\arch-specific\win32
|
|
call BuildExecutableInstall
|
|
cd ..\..\..\win32 |