delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1994/06/16/07:20:50

Date: Thu, 16 Jun 1994 12:46:26 +0200
From: terra AT diku DOT dk
To: NEPRAS0 AT hermes DOT zcu DOT cz
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: Re: FAQ, manuals for greenhorns?

   From: "Jan Nepras, UWB Pilsen, CZ" <NEPRAS0 AT hermes DOT zcu DOT cz>

   This was my makefile:
   ------------------------------------------
   CFLAGS=-O -Wall

   all : app.exe

   app.exe : app

                ^^---------------------------- .o ?

       gcc $(CFLAGS) app.o -o app -lgrx -lgpp
       coff2exe app
       -del app

   app.o : app.cc
       gcc $(CFLAGS) -c app.cc -o app.o

                               ^^^^^^^^------- sure you want this?

   -------------------------------------------

Morten

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019