fileDirectoryExplanation
From Musik
Note: This should be considered a stub. Mostly I'm starting this as a way to start learning the code. Hopefully it will be helpful to those that come after and perhaps others will help expand it.
Note: Started this from the SVN code of 4-13-06
| Table of contents |
[edit]
[BuildDir]\.svn
Used for svn
[edit]
[BuildDir]\musikCore
Used for building the [BuildDir]\musikCube\bin\musikCore_u.dll
- [BuildDir]\musikCore\changelog.txt
- Log of all changes made to the current version and past versions to date
- [BuildDir]\musikCore\CMakeLists.txt
- CMake build list
- [BuildDir]\musikCore\doxygen.css
- Cascading Style Sheet for the DoxyGen documentation generator
- [BuildDir]\musikCore\install-fmod.sh
- Linux shell script that downloads FMOD, a sound library, probably used in the Linux build
- [BuildDir]\musikCore\license.txt
- License agreement (EULA) in using/modifying musikCore
- [BuildDir]\musikCore\musikCore.prj
- Anjuta C++ IDE project file for Linux
- [BuildDir]\musikCore\musikCore.pws
- Anjuta C++ IDE preference file
- [BuildDir]\musikCore\musikCore.sln
- Visual Studio .NET 2003 solution file
- [BuildDir]\musikCore\musikCore.vcproj
- Visual Studio .NET 2003 project file
- [BuildDir]\musikCore\todo.txt
- List of goals or problems currently in the project
[edit]
[BuildDir]\musikCore\.svn
Used for svn
[edit]
[BuildDir]\musikCore\3rdparty
Used to hold the 3rd party files
[edit]
[BuildDir]\musikCore\include
Header files used in the core
[edit]
[BuildDir]\musikCore\lib
Output directory for the compiled pieces of the program
[edit]
[BuildDir]\musikCore\src
CPP files used in the core
[edit]
[BuildDir]\musikCore\win32
A few core plugins
[edit]
[BuildDir]\musikCube
Used for the musikCube gui.
- [BuildDir]\musikCore\changelog.txt
- Log of all changes made to the current version and past versions to date
- [BuildDir]\musikCore\license.txt
- License agreement (EULA) in using/modifying musikCore
- [BuildDir]\musikCore\musikCore.sln
- Visual Studio .NET 2003 solution file
- [BuildDir]\musikCore\musikCore.vcproj
- Visual Studio .NET 2003 project file
- [BuildDir]\musikCore\(assorted .h and .cpp files)
- Files used in the compilation of the musikCube GUI
[edit]
[BuildDir]\musikCube\.svn
Used for svn
[edit]
[BuildDir]\musikCube\3rdparty
Used to hold the 3rd party files
[edit]
[BuildDir]\musikCube\bin
Output directory for musikCube
[edit]
[BuildDir]\musikCube\contrib
A few contributed plugins that made it into the main source
[edit]
[BuildDir]\musikCube\installer
?
[edit]
[BuildDir]\musikCube\MMShellHook
?
[edit]
[BuildDir]\musikCube\res
Resource files for the musikCube GUI

