Made netsim compile under MS Windows / cygwin
This commit is contained in:
parent
b56cc3d077
commit
5b35ae82c7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue