Made netsim compile under MS Windows / cygwin

This commit is contained in:
adamdunkels 2007-03-23 12:23:38 +00:00
parent b56cc3d077
commit 5b35ae82c7

View file

@ -38,7 +38,8 @@ CFLAGSNO = -I. -I$(CONTIKI)/core -I$(CONTIKI_CPU) \
-Wall -g -I. -I/usr/local/include \
`gtk-config --cflags` -DNETSIM=1
CFLAGS += $(CFLAGSNO)
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic `gtk-config --libs`
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
TARGET_LIBFILES = `gtk-config --libs`
### Setup directory search path for source files