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
>
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