ATTN: Translator Change in SVN 2015
- Posted by jeremy (admin) May 01, 2009
- 900 views
The translator has changed from generating an emake/emake.bat file by default to compiling by default. If you want to use the old emake/emake.bat file you need to specify -emake on the command line. Note, there is also new options added a hundred revisions ago or so:
- -makefile: Generates a partial prgname.mak file that can be included into a larger Makefile project
- -makefile-full: Generates an entire Makefile named prgname.mak that can be used directly
- -cmakefile: Generates a prgname.cmake file that can be included into a larger CMake project
We now have two new ways of building things as well:
- -emake: Generate the old emake/emake.bat file
- no option causes euc to build the translated code directly at the same time of translation
If you have automated systems setup already for 4.0, you will possibly need to modify your code because the emake files are no longer generated by default, nor required to compile by default.
Just a heads up.
Jeremy