mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +00:00
Made netsim compile under MS Windows / cygwin
This commit is contained in:
parent
b56cc3d077
commit
5b35ae82c7
@ -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…
x
Reference in New Issue
Block a user