Skip to content

Commit

Permalink
remove dev from version
Browse files Browse the repository at this point in the history
small update to manual
  • Loading branch information
dmcoles committed Mar 4, 2024
1 parent ddc75c9 commit d33c2eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Rebuild_manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,14 @@ When the macros are disabled you will instead see code that looks like this:
...
TAG_END),

This option has been added partly to allow for user preference in generated
code but also because GCC does not handle these macro's correctly unless
additional compile options are specified. So this gives the user the option
to generate code that does not use these macros. The alternative for GCC is
to use the -DNO_INLINE_STDARG parameter when compiling.



7. Tips on working with the rebuild generated source code.

Here is an example of some C code generated by rebuild. I have annotated it
Expand Down
2 changes: 1 addition & 1 deletion rebuild.e
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ OPT OSVERSION=37,LARGE
'*getColorObject','*gradSliderObject','*tapeDeckObject','*textEditorObject','*ledObject','*listViewObject',
'*virtualObject','*sketchboardObject','*tabsObject'

#define vernum '1.1.0-dev'
#define vernum '1.1.0'
#date verstring '$VER:Rebuild 1.1.0-%Y%m%d%h%n%s'

#ifndef EVO_3_7_0
Expand Down

0 comments on commit d33c2eb

Please sign in to comment.