Mail Archives: djgpp/1995/11/09/05:20:29
Xref: | news-dnh.mv.net comp.os.msdos.djgpp:3127
|
Path: | news-dnh.mv.net!mv!news.sprintlink.net!tank.news.pipex.net!pipex!soap.news.pipex.net!pipex!dish.news.pipex.net!pipex!lade.news.pipex.net!pipex!bt!btnet!newsfeed.internetmci.com!howland.reston.ans.net!torn!newshost.uwo.ca!mustang.uwo.ca!maali
|
From: | maali AT mustang DOT uwo DOT ca (M. Adnan Ali)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: make-problem
|
Date: | 8 Nov 1995 07:37:52 GMT
|
Organization: | University of Western Ontario, London, Ont. Canada
|
Lines: | 24
|
References: | <DHou8M DOT A77 AT jade DOT mv DOT net>
|
Nntp-Posting-Host: | mustang-b.uwo.ca
|
To: | djgpp AT sun DOT soe DOT clarkson DOT edu
|
Dj-Gateway: | from newsgroup comp.os.msdos.djgpp
|
In article <DHou8M DOT A77 AT jade DOT mv DOT net>, bernd <bernd AT snoopy DOT m DOT isar DOT de> wrote:
>I Have the following question!
>I am using "make" to compile and link my program consisting out of 3 files.
>If I use an unix-editor the make works fine. But if I use a DOS-Editor
>(Q-Edit) there is a Problem.
>Error-message: missing separator
>I use the TAB before the commands but I think something with the TAB
>goes wrong. Can someone give help?
>
sure. if you haven't messed with the key bindings, press alt-v when
editing makefiles. then in your makefile you use
target : dependancies
<tab>cmds to generate target from deps.
where tab will _not_ tab in, but simply display as a circle-type thing.
but i haven't used qedit for a while, and there've probably been 10
revisions since i last used it, so alt-v may not work.
good luck,
adnan ali.
- Raw text -