make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interrupt/Exception


From: Eli Zaretskii
Subject: Re: Interrupt/Exception
Date: Tue, 31 Mar 2009 23:08:45 +0300

> From: Jean Pierre Daviau <address@hidden>
> 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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]