mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
Made netsim compile under MS Windows / cygwin
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user