Re: 2 errors on make

2011-11-07 Thread Sebastian Pipping
On 11/07/2011 11:11 AM, andrec wrote: > On win32 systems : > > # Thanks Blackthorne, for corrections on the *.c rule > SRC = *.c > CFLAGS = -Wall -shared -g > GLUT_DIR = src/glut/glx > > $(GLUT_DIR)/$(SRC) : $(GLUT_DIR)/*.h > > glut32.dll : > gcc $(CFLAGS) $(GLUT_DIR)/$(SRC) -o glut32.dll >

2 errors on make

2011-11-07 Thread andrec
On win32 systems : # Thanks Blackthorne, for corrections on the *.c rule SRC = *.c CFLAGS = -Wall -shared -g GLUT_DIR = src/glut/glx $(GLUT_DIR)/$(SRC) : $(GLUT_DIR)/*.h glut32.dll : gcc $(CFLAGS) $(GLUT_DIR)/$(SRC) -o glut32.dll C:\source\Mesa-7.11 07-11-2011 9:56:19,54> make make: `src