Xref: utzoo comp.os.os2.programmer:820 comp.lang.c:40015 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!mcsun!unido!gmdzi!pfeifer From: pfeifer@gmdzi.gmd.de (Gregor Pfeifer) Newsgroups: comp.os.os2.programmer,comp.lang.c Subject: How can I compile an .SQC file in the PWB? Keywords: PWB Message-ID: <4911@gmdzi.gmd.de> Date: 13 Jun 91 11:22:33 GMT Followup-To: poster Organization: GMD, St. Augustin, F.R. Germany Lines: 23 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