Re: eu 4773 dos
- Posted by BRyan Nov 22, 2013
- 2001 views
THIS IS MY BATCH FILE:
REM move down two directories from source. cd /d %0\..\..
REM set enviorment variable EU to the current directory. set EU=%CD%
REM move back to the source directory. cd %EU%\source\
REM need to create be_callback.c if using source with make_be_callback.ex if not exist make_be_callback.ex goto skip if not exist be_callback.c %EU%\bin\eui.exe make_be_callback.ex
skip
wmake -f makefile.wat clean
wmake -f makefile.wat distclean
call configure eubin %EU%\bin build %EU%\source\build
wmake -f makefile.wat all