~ubuntu-branches/ubuntu/vivid/libsynthesis/vivid-201501071725

« back to all changes in this revision

Viewing changes to src/Targets/ReleasedProducts/SDK/target_options.h

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2010-11-20 19:50:44 UTC
  • mfrom: (3.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20101120195044-8s6wxqb2d0nmqdv3
Tags: 3.4.0.6+ds5-2
* Upload to unstable.
* Add missing commit from upstream 3.4.0.6+ds5

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
 
21
21
/* - find out target platform */
22
 
#ifdef __MACH__
 
22
#if defined (__MACH__) && defined(__APPLE__)
23
23
  #define MACOSX
24
24
#else
25
25
  #if defined __MWERKS__ || defined _MSC_VER
50
50
/* activate debug output */
51
51
#define SYDEBUG 2
52
52
 
 
53
#define NOWSM 1
53
54
 
54
55
#endif /* TARGET_OPTIONS_H */
55
56
/* eof */