Bulletin number: 44 Products affected: D705B Description: imakef omits compiler flags for .txy files Component: imakef Date: Wed Mar 28 16:13:30 BST 1990 ----- The imakef utility in the PC toolset creates an incorrect makefile for xxx.txy files. When you type: imakef foo.txy the compile line in the makefile ought to be something like: $(OCCAM) foo /tx /y $(OCCOPT) /o foo.txy in fact this is what you get: $(OCCAM) foo $(OCCOPT) /o foo.txy The flags are ommitted and so the compiler defaults to .t4h mode. If foo.occ #INCLUDEs or #USES files specific to tx where x is other than 4, then the compiler complains about code being incompatible with the target. The problem can be overcome by editing the makefile to add the necessary flags.