.SUFFIXES:
.SUFFIXES: .cpp .obj

.cpp.obj:
	icc.exe /Q /Ge- /Gm+ /Gd+ /Gx+ /G5 /C $<

GETDESC.DLL: descstring.obj descstring.def
       ilink.exe /NOL /DLL /E:2 /NOBASE /M /O:$@ $**
       dllrname.exe /N /Q $@ CPPOM30=OS2OM30

