An error occurred while loading the file. Please try again.
-
Marek Blok authored44c8c031
make_examples_dev-cpp.bat 507 B
IF exist makelib_mingw.bat GOTO AllOk
echo Working directory is not correct
rem pause
echo Trying "workspace/Dsp_lib"
cd workspace/Dsp_lib
IF exist makelib_mingw.bat GOTO AllOk
echo Working directory is definitely is not correct !!!
pause
GOTO End
:AllOK
IF not exist E:\mingw\bin\ranlib.exe GOTO DriveC
path=E:\mingw\bin;E:\msys\1.0\bin\;%path%
GOTO MakeExamples
:DriveC
path=C:\dev-cpp\bin;C:\msys\1.0\bin\;%path%
:MakeExamples
cd ../_DSP_lib_dev-cpp/examples
make clean
make
cd ../../Dsp_lib
:End