summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit@eclectronics.org <git@eclectronics.org@eclectronics.org>2012-08-27 16:22:03 +0100
committergit@eclectronics.org <git@eclectronics.org@eclectronics.org>2012-08-27 16:22:03 +0100
commit5e95c9719795a4fb4feeed7e57ab3c893f2541a4 (patch)
tree0a9bfca031d0e7c0f3bfffc136dd8cc66e4a1487
parentd4398c0f9f417ef527d05e3e394d9f5e329b537e (diff)
fix windows project
-rw-r--r--liveengine/liveengine_win.cbp10
-rw-r--r--liveengine/liveengine_win.depend267
-rw-r--r--liveengine/liveengine_win.layout11
-rwxr-xr-xliveengine/src/testApp.h3
4 files changed, 285 insertions, 6 deletions
diff --git a/liveengine/liveengine_win.cbp b/liveengine/liveengine_win.cbp
index cec306c..6a475a3 100644
--- a/liveengine/liveengine_win.cbp
+++ b/liveengine/liveengine_win.cbp
@@ -103,6 +103,8 @@
<Add directory="..\..\openFrameworks-020912\addons\ofxBlobsManager\src" />
<Add directory="..\..\openFrameworks-020912\addons\ofxMidi\src" />
<Add directory="..\..\openFrameworks-020912\addons\ofxMidi\libs" />
+ <Add directory="..\..\openFrameworks-020912\addons\ofxSVGTiny\src" />
+ <Add directory="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs" />
</Compiler>
<Linker>
<Add option="../../openFrameworks-020912/addons/ofxOpenCv/libs/opencv/lib/win_cb/libopencv_legacy220.a" />
@@ -169,6 +171,14 @@
<Unit filename="..\..\openFrameworks-020912\addons\ofxMidi\src\ofxMidiIn.h" />
<Unit filename="..\..\openFrameworks-020912\addons\ofxMidi\src\ofxMidiOut.cpp" />
<Unit filename="..\..\openFrameworks-020912\addons\ofxMidi\src\ofxMidiOut.h" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs\src_colors.cpp" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs\svgtiny.cpp" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs\svgtiny.h" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs\svgtiny_gradient.cpp" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs\svgtiny_internal.h" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\libs\svgtiny_list.cpp" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\src\ofxSVGTiny.cpp" />
+ <Unit filename="..\..\openFrameworks-020912\addons\ofxSVGTiny\src\ofxSVGTiny.h" />
<Unit filename="..\..\openFrameworks-020912\addons\ofxXmlSettings\libs\tinyxml.cpp" />
<Unit filename="..\..\openFrameworks-020912\addons\ofxXmlSettings\libs\tinyxml.h" />
<Unit filename="..\..\openFrameworks-020912\addons\ofxXmlSettings\libs\tinyxmlerror.cpp" />
diff --git a/liveengine/liveengine_win.depend b/liveengine/liveengine_win.depend
index ca3fcb8..3a3f757 100644
--- a/liveengine/liveengine_win.depend
+++ b/liveengine/liveengine_win.depend
@@ -1,5 +1,5 @@
# depslib dependency file v1.0
-1345140866 source:e:\workspace\sunkenfoal\liveengine\src\main.cpp
+1346080534 source:e:\workspace\sunkenfoal\liveengine\src\main.cpp
"ofMain.h"
"testApp.h"
"ofAppGlutWindow.h"
@@ -1097,10 +1097,11 @@
"ofCamera.h"
"ofEvents.h"
-1345140866 e:\workspace\sunkenfoal\liveengine\src\testapp.h
+1346080565 e:\workspace\sunkenfoal\liveengine\src\testapp.h
"ofMain.h"
"ofxXmlSettings.h"
"ofxMidi.h"
+ "ofxSVGTiny.h"
1333210870 e:\workspace\openframeworks-020912\addons\ofxxmlsettings\src\ofxxmlsettings.h
"ofMain.h"
@@ -1168,7 +1169,7 @@
"ofPoint.h"
"ofTypes.h"
-1345140866 source:e:\workspace\sunkenfoal\liveengine\src\testapp.cpp
+1346080534 source:e:\workspace\sunkenfoal\liveengine\src\testapp.cpp
"testApp.h"
1345104033 source:e:\workspace\openframeworks-020912\addons\ofxmidi\src\ofxmidiin.cpp
@@ -1213,3 +1214,263 @@
"tinyxml.h"
<windows.h>
+1345903225 e:\workspace\openframeworks-020912\addons\ofxsvgtiny\src\ofxsvgtiny.h
+ "ofMain.h"
+ "svgtiny.h"
+
+1345903225 e:\workspace\openframeworks-020912\addons\ofxsvgtiny\libs\svgtiny.h
+ "Poco/URIStreamOpener.h"
+ "Poco/StreamCopier.h"
+ "Poco/Path.h"
+ "Poco/URI.h"
+ "Poco/Exception.h"
+ "Poco/Net/HTTPStreamFactory.h"
+ "Poco/XML/XMLString.h"
+ "Poco/DOM/DOMParser.h"
+ "Poco/DOM/Document.h"
+ "Poco/DOM/Attr.h"
+ "Poco/DOM/NodeIterator.h"
+ "Poco/DOM/NodeFilter.h"
+ "Poco/DOM/NamedNodeMap.h"
+ "Poco/DOM/ChildNodesList.h"
+ <iostream>
+ <string>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\uristreamopener.h
+ "Poco/Foundation.h"
+ "Poco/Mutex.h"
+ <istream>
+ <map>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\streamcopier.h
+ "Poco/Foundation.h"
+ <istream>
+ <ostream>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\path.h
+ "Poco/Foundation.h"
+ <vector>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\uri.h
+ "Poco/Foundation.h"
+ <vector>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\httpstreamfactory.h
+ "Poco/Net/Net.h"
+ "Poco/Net/HTTPSession.h"
+ "Poco/URIStreamFactory.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\net.h
+ "Poco/Foundation.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\httpsession.h
+ "Poco/Net/Net.h"
+ "Poco/Net/StreamSocket.h"
+ "Poco/Timespan.h"
+ "Poco/Exception.h"
+ "Poco/Any.h"
+ <ios>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\streamsocket.h
+ "Poco/Net/Net.h"
+ "Poco/Net/Socket.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\socket.h
+ "Poco/Net/Net.h"
+ "Poco/Net/SocketImpl.h"
+ <vector>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\socketimpl.h
+ "Poco/Net/Net.h"
+ "Poco/Net/SocketDefs.h"
+ "Poco/Net/SocketAddress.h"
+ "Poco/RefCountedObject.h"
+ "Poco/Timespan.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\socketdefs.h
+ "Poco/UnWindows.h"
+ <winsock2.h>
+ <ws2tcpip.h>
+ <unistd.h>
+ <errno.h>
+ <sys/types.h>
+ <sys/socket.h>
+ <sys/select.h>
+ <sys/ioctl.h>
+ <inet.h>
+ <arpa/inet.h>
+ <netinet/in.h>
+ <netinet/tcp.h>
+ <netdb.h>
+ <net/if.h>
+ <sys/sockio.h>
+ <sys/filio.h>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\socketaddress.h
+ "Poco/Net/Net.h"
+ "Poco/Net/SocketDefs.h"
+ "Poco/Net/IPAddress.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\net\ipaddress.h
+ "Poco/Net/Net.h"
+ "Poco/Net/SocketDefs.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\timespan.h
+ "Poco/Foundation.h"
+ "Poco/Timestamp.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\any.h
+ "Poco/Exception.h"
+ <algorithm>
+ <typeinfo>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\uristreamfactory.h
+ "Poco/Foundation.h"
+ <istream>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\xmlstring.h
+ "Poco/XML/XML.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\xml.h
+ "Poco/Foundation.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\domparser.h
+ "Poco/XML/XML.h"
+ "Poco/SAX/SAXParser.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\sax\saxparser.h
+ "Poco/XML/XML.h"
+ "Poco/SAX/XMLReader.h"
+ "Poco/XML/ParserEngine.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\sax\xmlreader.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\parserengine.h
+ "Poco/XML/XML.h"
+ <expat.h>
+ "Poco/XML/expat.h"
+ "Poco/XML/XMLString.h"
+ "Poco/XML/XMLStream.h"
+ "Poco/SAX/Locator.h"
+ "Poco/TextEncoding.h"
+ <map>
+ <vector>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\expat.h
+ <stdlib.h>
+ "expat_external.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\expat_external.h
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\xmlstream.h
+ "Poco/XML/XML.h"
+ <istream>
+ <ostream>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\sax\locator.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\textencoding.h
+ "Poco/Foundation.h"
+ "Poco/SharedPtr.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\document.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/AbstractContainerNode.h"
+ "Poco/DOM/DocumentEvent.h"
+ "Poco/DOM/Element.h"
+ "Poco/XML/XMLString.h"
+ "Poco/XML/NamePool.h"
+ "Poco/AutoReleasePool.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\abstractcontainernode.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/AbstractNode.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\abstractnode.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/Node.h"
+ "Poco/DOM/MutationEvent.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\node.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/EventTarget.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\eventtarget.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/DOMObject.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\domobject.h
+ "Poco/XML/XML.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\mutationevent.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/Event.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\event.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+ "Poco/DOM/DOMObject.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\documentevent.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\element.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/AbstractContainerNode.h"
+ "Poco/XML/Name.h"
+ "Poco/SAX/NamespaceSupport.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\name.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\sax\namespacesupport.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+ <set>
+ <map>
+ <vector>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\xml\namepool.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+ "Poco/XML/Name.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\autoreleasepool.h
+ "Poco/Foundation.h"
+ <list>
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\attr.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/AbstractNode.h"
+ "Poco/DOM/Element.h"
+ "Poco/XML/Name.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\nodeiterator.h
+ "Poco/XML/XML.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\nodefilter.h
+ "Poco/XML/XML.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\namednodemap.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/DOMObject.h"
+ "Poco/XML/XMLString.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\childnodeslist.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/NodeList.h"
+
+1333210877 e:\workspace\openframeworks-020912\libs\poco\include\poco\dom\nodelist.h
+ "Poco/XML/XML.h"
+ "Poco/DOM/DOMObject.h"
+
diff --git a/liveengine/liveengine_win.layout b/liveengine/liveengine_win.layout
index 7b91608..e92bca7 100644
--- a/liveengine/liveengine_win.layout
+++ b/liveengine/liveengine_win.layout
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
- <ActiveTarget name="release" />
+ <ActiveTarget name="debug" />
+ <File name="src\main.cpp" open="1" top="0" tabpos="1">
+ <Cursor position="0" topLine="0" />
+ </File>
+ <File name="src\testApp.cpp" open="1" top="1" tabpos="2">
+ <Cursor position="3156" topLine="29" />
+ </File>
+ <File name="src\testApp.h" open="1" top="0" tabpos="3">
+ <Cursor position="1608" topLine="42" />
+ </File>
</CodeBlocks_layout_file>
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h
index fbe8537..57458fd 100755
--- a/liveengine/src/testApp.h
+++ b/liveengine/src/testApp.h
@@ -39,7 +39,7 @@ initially - divide screen into grid - play notes with fade
class that loads an svg and maps controllers to layers
layers are there but maybe its best to draw all of the colours mapped in some way rather than cutting out layers - colour transformation based on a hue angle
-can draw
+can draw
*/
@@ -54,7 +54,6 @@ can draw
#include "ofxMidi.h"
-#include "ofxSVG.h"
#include "ofxSVGTiny.h"
class testApp : public ofBaseApp, public ofxMidiListener{