Re: Interrupt/Exception

Eli Zaretskii <[email protected]>
Newsgroups gmane.comp.gnu.make.windows
Message-ID <[email protected]>
> From: Jean Pierre Daviau <[email protected]>
> Date: Tue, 31 Mar 2009 14:53:03 -0400
> 
> # Makefile HELLO
> #"C:/MinGW/bin/gcc.exe" -W -Wall -c -Iinc -ohello.exe src/main.c src/hello.c
> # Paths
> DSRC = src
> DINC = inc
> DOBJ = obj
> DEXE = exe
> DLIB = "C:/MinGW/bin/lib"
> 
> # Compiler flags
> CFLAGS =  -I$(DINC)
> 
> # Commands
> CC = "C:/MinGW/bin/gcc.exe" -W -Wall $(CFLAGS)
> LK = ld
> RM = unlink
> 
> # Project list
> OBJS =      \
>  $(DOBJ)/hello.obj  \
>  $(DOBJ)/main.obj   \
> 
> #Rebuild all target
> all: $(DEXE)/hello.exe

Thanks.

Can you show me your value of Path?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.