| 1234567891011121314151617181920 |
- #
- # Makefile.conf
- #
- LIBRARIES += Http
- LIBRARIES += Logging
- LIBRARIES += Utilities
- LIBRARIES += Image
- CFLAGS += -I$(ROOTPATH)/Libraries/asio/asio/include
- CFLAGS += -I$(ROOTPATH)/Libraries/filesystem
- LFLAGS += -lpthread
- CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/Libraries
- DEBUGDIR := .debug
- TARGETS += AlarmServer
|