[comp.lang.c] How can I compile an .SQC file in the PWB?

pfeifer@gmdzi.gmd.de (Gregor Pfeifer) (06/13/91)

Hi!
I have the following problem:
I will use the Microsoft Programmers Workbench to develop 
a C Programm. In some Moduls there will be embedded 
SQL statements. The extention of these files are 'SQC'.
But the PWB don't know this extension. I've tried 
to modifiy the tools.ini File, but it failed.

I don't know exactly, but the modification 
looked like this:


build: macro PRE "sqlprep"
build: .SQC.C  pre_sqc_c
build: command pre_sqc_c "$(PRE) <$"

What's wrong? What is  missing?
Can anyone help?

Thanx in advance.
   Gregor