Dev: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
Some coding styles I need to stick with to stay consistent are... g_ for global variables, p_ for pointers. | Some coding styles I need to stick with to stay consistent are... g_ for global variables, p_ for pointers. | ||
<syntaxhighlight lang="text"> | |||
Target | |||
$(ProjectName)-$(Configuration) | |||
Build Folder $(SolutionDir)\bin\ | |||
/bin | |||
Source Folder | |||
/src | |||
Working Directory for build .\tmp\$(ProjectName)-$(Configuration)\ | |||
/tmp | |||
</syntaxhighlight> |
Revision as of 20:41, 8 October 2016
Output consistency examples
----npatool----
version: 1.0.6-ed6155c
Reading protected index...
Decoding index...
Processing index entries... 50 files found!
Extracting data...
1> music/0001.ogg [205125]
10/10 file(s) extracted!
OGG/1> SONG_04 [123123]
PNG/1> BG_125 [125125]
Source file stuff
///////////////////////////////////////////////////////////////////////////////////////////////////
// Function:
// Purpose:
///////////////////////////////////////////////////////////////////////////////////////////////////
Some coding styles I need to stick with to stay consistent are... g_ for global variables, p_ for pointers.
Target
$(ProjectName)-$(Configuration)
Build Folder $(SolutionDir)\bin\
/bin
Source Folder
/src
Working Directory for build .\tmp\$(ProjectName)-$(Configuration)\
/tmp