Changeset 18905
- Timestamp:
- 05/26/06 09:06:12 (3 years ago)
- Files:
-
- juggler/trunk/modules/sonix/snx/SoundFactory.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/sonix/snx/SoundFactory.cpp
r18880 r18905 122 122 const std::string sonix_version("SNX_VERSION"); 123 123 124 // If $ GADGET_VERSION is set, use the value of that environment variable124 // If $SNX_VERSION is set, use the value of that environment variable 125 125 // as the version component of the plug-in subdirectory name. Otherwise, 126 // use the compile-time value provided by GADGET_VERSION_DOT.126 // use the compile-time value provided by SNX_VERSION_DOT. 127 127 if ( ! vpr::System::getenv(sonix_version, sonix_ver_str).success() ) 128 128 { … … 134 134 135 135 // If versioning is not enabled, then the directory containing the 136 // Gadgeteerplug-ins will not incorporate version information.136 // Sonix plug-ins will not incorporate version information. 137 137 #else 138 138 std::string sonix_subdir(sonix_subdir_base + "/plugins/");
