@@ -41,20 +41,20 @@ common:
4141 # in the src folders in libs and the root of the addon. if your addon needs
4242 # to include files in different places or a different set of files per platform
4343 # they can be specified here
44- ADDON_SOURCES = libs/jsoncpp/jsoncpp.cpp
45- ADDON_SOURCES += libs/ofxLibwebsockets/src/ofxLibwebsockets.h
46- ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Server.h
47- ADDON_SOURCES += libs/ofxLibwebsockets/src/Server.cpp
48- ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Reactor.h
49- ADDON_SOURCES += libs/ofxLibwebsockets/src/Reactor.cpp
50- ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Protocol.h
51- ADDON_SOURCES += libs/ofxLibwebsockets/src/Protocol.cpp
52- ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Events.h
53- ADDON_SOURCES += libs/ofxLibwebsockets/src/Events.cpp
54- ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Connection.h
55- ADDON_SOURCES += libs/ofxLibwebsockets/src/Connection.cpp
56- ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Client.h
57- ADDON_SOURCES += libs/ofxLibwebsockets/src/Client.cpp
44+ # ADDON_SOURCES = libs/jsoncpp/jsoncpp.cpp
45+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/ofxLibwebsockets.h
46+ # ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Server.h
47+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/Server.cpp
48+ # ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Reactor.h
49+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/Reactor.cpp
50+ # ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Protocol.h
51+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/Protocol.cpp
52+ # ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Events.h
53+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/Events.cpp
54+ # ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Connection.h
55+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/Connection.cpp
56+ # ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Client.h
57+ # ADDON_SOURCES += libs/ofxLibwebsockets/src/Client.cpp
5858
5959 # some addons need resources to be copied to the bin/data folder of the project
6060 # specify here any files that need to be copied, you can use wildcards like * and ?
9797
9898linuxarmv6l :
9999 ADDON_LDFLAGS = -lssl
100-
100+ ADDON_SOURCES_EXCLUDE = libs/libwebsockets/include/win32port/%
101101 ADDON_LIBS = libs/libwebsockets/lib/linuxarmv6l/libwebsockets.a
102102linuxarmv7l :
103103 # nothing yet
0 commit comments