Mail Archives: djgpp/1997/11/02/08:17:01
On Sat, 1 Nov 1997 jb AT netcom DOT ca wrote:
> Double clicked on the make.exe in the C:\DJGPP\BIN\ directory, and it
> says Parameters:
> what am I meant to type next to parameters?
Usually, nothing (i.e., leave the command line empty). But for this to
work, you need to be in the Allegro's directory. Make reads a file called
Makefile in the current directory, to know what to do.
So you need to either chdir to Allegro's directory and type "make
[Enter]" from the DOS box prompt, or double-click on make.exe like you
did and type "-C c:/djgpp/allegro" and press Enter. (I assume that you
installed Allegro in c:\djgpp\allegro; if not, change that as
appropriate.)
- Raw text -