| 123456789101112131415161718 |
- #
- # Makefile.conf
- #
- LIBRARIES += Logging
- LIBRARIES += Utilities
- CFLAGS += -Wno-deprecated-declarations
- CFLAGS += -I$(ROOTPATH)/Libraries/asio/include
- LFLAGS += -pthread
- DEBUGDIR := .debug
- DEFAULTARCH := any
- TARGETS += Http.a
- TARGETS += test
|