This is the place to test out the emitter framework gen emitter.
A batch program called newemit.bat is included and is documented
in the Emitter Framework Guide and Reference.  Note that there 
are no source files here. This is correct; the emitter will 
produce what is needed. The following sequence of commands will 
emit and build a generic emitter. You can test the gen emitter 
for C, C++ or both.


C:
        newemit Slippery Ice
        nmake -fmakfile

Please note that this sample/test requires the C bindings with 
explicit stars to be built. If you have not done so already, 
go to your SOMBASE\bin and run SOMSTARS.BAT from there before 
doing anything further here.


C++:
        newemit -C++ short_story Russian
        nmake -fmakfile

Please note that this sample/test requires the C++  bindings 
with explicit stars be built. If you have not done so already, 
go to your SOMBASE\bin and run SOMXH.BAT before doing anything 
further here.

If you are using nmake, the emitted makefile should be helpful 
but it may need to be modified.  newemit doesn't name the file 
makefile--it calls it makfile without the e.  This is to keep 
from squashing an existing makefile.  You can make changes to 
newemit if you like.
	
	
