Files
archived-xed/examples
Mark Charney 2b8b2016d9 examples/xed.c: removed unused var warning for encoder-only bld
Change-Id: Ieb2cc54b90150dc97bb09ed7bde091ce03f75de4
(cherry picked from commit 2f924eaf4c4695192a6cd30a12954c5f3c2d33a6)
(cherry picked from commit e222684fb9e0ea52e38a289f792379e4b793339b)
2017-05-01 12:16:04 -04:00
..
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2017-04-07 10:07:53 -04:00
2017-04-07 10:07:53 -04:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-24 07:47:12 -05:00
2017-04-07 10:07:53 -04:00
2017-04-07 10:07:53 -04:00


To build the examples, a relatively recent version of python 2.7 is required.

================================
STATIC LIBRARY XED BUILD:
================================

  Linux or Mac:

    % ./mfile.py

  Windows:

   % C:/python27/python mfile.py

================================
DYNAMIC  LIBRARY XED BUILD:
================================

If you have a a shared-object (or DLL build on windows) you must also include
"--shared" on the command line:

  Linux or Mac:

    % ./mfile.py --shared

  Windows:

   % C:/python27/python mfile.py --shared
 
Add "--help" (no quotes) for more build options.