Changeset 1021

Show
Ignore:
Timestamp:
10/02/08 22:58:10 (3 months ago)
Author:
takkaria
Message:

(#632) Fix Windows compile.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.win

    r981 r1021  
    4848CC = $(CROSS)gcc 
    4949WRES = $(CROSS)windres 
    50 CFLAGS += -Wall -W -std=iso9899:199409 -pedantic -O2 
     50CFLAGS += -Wall -W -std=iso9899:199409 -pedantic -O2 -I. 
    5151LIBS += -s 
    5252