flex_nav/plugins/build_all.bat

21 lines
185 B
Batchfile

@echo off
cls
cd cdplayer
call build
cd ..\date
call build
cd ..\test
call build
cd ..\calc
call build
cd ..\fneditor
call build
cd ..\fnviewer
call build
cd ..\help
call build
cd..