The libcobct.lib and mfrts32.lib libraries do not need to be included in the Embedded SQL/C sample makefile.
You must change the CC_INCLUDE variable in the makefile to:
CC_INCLUDES= -I$(SYBASE)\include
On Windows NT, the command to compile all the example programs is nmake, not make.