> 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? _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
