Difference between revisions of "Modules - Folder Structure"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
<U>Notes:</U>
 
<U>Notes:</U>
* ''share/'' is intended for inclusion of multiplatform data for execution of the program, such as .mp3 sounds, etc... .
+
* ''share'' is intended for inclusion of multiplatform data for execution of the program, such as .mp3 sounds, etc...

Revision as of 19:26, 1 June 2010

Applicable to Modules - Standard v0.3. Full implementation is not necessary, as this folder stucture is designed for compiled (c++-style) projects. For advise on naming modules, check Modules - Naming Modules and Variables page. For UNIX-like operating systems, a Project-generating script has been developed.


  • doc/
  • out/
    • share/
    • win32/
    • linux-x86/
    • ...
  • src/
  • AUTHORS
  • CMakeLists.txt
  • INSTALL

Notes:

  • share is intended for inclusion of multiplatform data for execution of the program, such as .mp3 sounds, etc...