Update of /src/master/dx/src/uipp/mb
In directory opendx.watson.ibm.com:/tmp/cvs-serv5168

Modified Files:
        MBGenerate.C 
Log Message:
Changes to module builder for writing C or C++ modules.  
If you rename the <mod_name>.c file to .C,
it will be compiled as C++ and allow your #included code to be C++. 
Also, if you add -DPRE_DX_H and -DPOST_DX_H to CFLAGS your
<mod_name>_predx.h and _postdx.h files will be included 
before and after the emitted code includes dx/dx.h .
This can be used for #defs and #undefs to force various packages' includes
to coexist.

Reply via email to