From: <hdo...@us...> - 2010-05-03 19:33:46
|
Revision: 1571 http://wired.svn.sourceforge.net/wired/?rev=1571&view=rev Author: hdoomsday Date: 2010-05-03 19:33:38 +0000 (Mon, 03 May 2010) Log Message: ----------- [COMPIL] Added missing files into CodeBlocks project Modified Paths: -------------- trunk/wired/win32/CodeBlocks/libWiredWahwah.cbp trunk/wired/win32/CodeBlocks/wired.cbp trunk/wired/win32/README.txt Modified: trunk/wired/win32/CodeBlocks/libWiredWahwah.cbp =================================================================== --- trunk/wired/win32/CodeBlocks/libWiredWahwah.cbp 2010-05-03 19:27:21 UTC (rev 1570) +++ trunk/wired/win32/CodeBlocks/libWiredWahwah.cbp 2010-05-03 19:33:38 UTC (rev 1571) @@ -7,7 +7,7 @@ <Option compiler="gcc" /> <Build> <Target title="Debug"> - <Option output=".\bin\plugins\libWiredWahwah.dll" prefix_auto="1" extension_auto="1" /> + <Option output=".\bin\plugins\libWiredWahwah" prefix_auto="1" extension_auto="1" /> <Option object_output="obj\Debug\" /> <Option type="3" /> <Option compiler="gcc" /> @@ -16,7 +16,7 @@ </Compiler> </Target> <Target title="Release"> - <Option output=".\bin\plugins\libWiredWahwah.dll" prefix_auto="1" extension_auto="1" /> + <Option output=".\bin\plugins\libWiredWahwah" prefix_auto="1" extension_auto="1" /> <Option object_output="obj\Release\" /> <Option type="3" /> <Option compiler="gcc" /> @@ -35,6 +35,8 @@ <Add directory="..\..\src\redist" /> <Add directory="..\..\src\libs\WiredWidgets\src" /> <Add directory="..\..\src\midi" /> + <Add directory="..\..\src\save" /> + <Add directory="..\..\src\xml" /> </Compiler> <Linker> <Add library="wx_msw-2.8" /> @@ -47,6 +49,7 @@ <Unit filename="..\..\src\redist\Plugin.h" /> <Extensions> <code_completion /> + <debugger /> </Extensions> </Project> </CodeBlocks_project_file> Modified: trunk/wired/win32/CodeBlocks/wired.cbp =================================================================== --- trunk/wired/win32/CodeBlocks/wired.cbp 2010-05-03 19:27:21 UTC (rev 1570) +++ trunk/wired/win32/CodeBlocks/wired.cbp 2010-05-03 19:33:38 UTC (rev 1571) @@ -144,6 +144,7 @@ <Unit filename="..\..\src\engine\version.h" /> <Unit filename="..\..\src\error.hh" /> <Unit filename="..\..\src\fileloader\FileConversion.cpp" /> + <Unit filename="..\..\src\fileloader\FileConversion.h" /> <Unit filename="..\..\src\fileloader\FileStat.cpp" /> <Unit filename="..\..\src\fileloader\FileStat.h" /> <Unit filename="..\..\src\fileloader\TreeItemData.cpp" /> @@ -161,7 +162,6 @@ <Unit filename="..\..\src\gui\Colour.h" /> <Unit filename="..\..\src\gui\Cursor.cpp" /> <Unit filename="..\..\src\gui\Cursor.h" /> - <Unit filename="..\..\src\gui\FileConversion.h" /> <Unit filename="..\..\src\gui\FloatingFrame.cpp" /> <Unit filename="..\..\src\gui\FloatingFrame.h" /> <Unit filename="..\..\src\gui\HelpCtrl.cpp" /> @@ -194,6 +194,7 @@ <Unit filename="..\..\src\gui\Rack.cpp" /> <Unit filename="..\..\src\gui\Rack.h" /> <Unit filename="..\..\src\gui\RackTrack.cpp" /> + <Unit filename="..\..\src\gui\RackTrack.h" /> <Unit filename="..\..\src\gui\Ruler.cpp" /> <Unit filename="..\..\src\gui\Ruler.h" /> <Unit filename="..\..\src\gui\SelectionZone.cpp" /> Modified: trunk/wired/win32/README.txt =================================================================== --- trunk/wired/win32/README.txt 2010-05-03 19:27:21 UTC (rev 1570) +++ trunk/wired/win32/README.txt 2010-05-03 19:33:38 UTC (rev 1571) @@ -1,40 +1,40 @@ -How to build Wired on win32 - -You need to: -- install MINGW + GDB http://www.mingw.org/ -- install MSYS + Developer Toolkit http://www.mingw.org/ - or - install Code::Blocks IDE last build http://forums.codeblocks.org/index.php?board=20.0 -- install wired-libs-win32 package ox...@us... - or - compile it by yourself the packages: - wxWidgets http://www.wxwidgets.org/ - libsamplerate http://www.mega-nerd.com/SRC/ - SoundTouch http://www.surina.net/soundtouch/ - sndfile http://www.mega-nerd.com/libsndfile/ - portaudio src/portaudio or http://www.cs.cmu.edu/~music/portmusic/ - portmidi src/midi/portmidi or http://www.cs.cmu.edu/~music/portmusic/ - -Using MSYS: -Inside MSYS prompt, change the direcory to "win32" and type "make". - -Using Code::Blocks IDE: -Open the file "win32/CodeBlocks/Wired.workspace" and run "Build > Build workspace" to compile everything. -More details at http://www.codeblocks.org/ - --------------------------------------------------------------------------------- - -How to generate a installer - -You need to: -- install Inno Setup Compiler http://www.jrsoftware.org/isdl.php - -Open the file "win32/installer.iss" using Inno Setup and press Ctrl+F9. -Take a look at "win32/Output" and enjoy! - --------------------------------------------------------------------------------- - -How to run a fresh build - -Run "copydata.bat" to copy data (logo, icon, ...) content to bin directory. -The required DLLs need to be on PATH or at the same directory where wired.exe is. +How to build Wired on win32 + +You need to: +- install MINGW + GDB http://www.mingw.org/ +- install MSYS + Developer Toolkit http://www.mingw.org/ + or + install Code::Blocks IDE last build http://forums.codeblocks.org/index.php?board=20.0 +- install wired-libs-win32 package ox...@us... + or + compile it by yourself the packages: + wxWidgets http://www.wxwidgets.org/ + libsamplerate http://www.mega-nerd.com/SRC/ + SoundTouch http://www.surina.net/soundtouch/ + sndfile http://www.mega-nerd.com/libsndfile/ + portaudio src/portaudio or http://www.cs.cmu.edu/~music/portmusic/ + portmidi src/midi/portmidi or http://www.cs.cmu.edu/~music/portmusic/ + +Using MSYS: +Inside MSYS prompt, change the direcory to "win32" and type "make". + +Using Code::Blocks IDE: +Open the file "win32/CodeBlocks/Wired.workspace" and run "Build > Build workspace" to compile everything. +More details at http://www.codeblocks.org/ + +-------------------------------------------------------------------------------- + +How to generate a installer + +You need to: +- install Inno Setup Compiler http://www.jrsoftware.org/isdl.php + +Open the file "win32/installer.iss" using Inno Setup and press Ctrl+F9. +Take a look at "win32/Output" and enjoy! + +-------------------------------------------------------------------------------- + +How to run a fresh build + +Run "copydata.bat" to copy data (logo, icon, ...) content to bin directory. +The required DLLs need to be on PATH or at the same directory where wired.exe is. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |