Lines Matching full:for
4 # distributed with this work for additional information
15 # KIND, either express or implied. See the License for the
23 # For Debug build types, default to "d"-suffix in library names.
53 # Allow for shared library builds
58 #For visual studio the library naming is as following:
60 # - thrift.dll for release library
61 # - thriftd.dll for debug library
64 # - thriftmd.lib for /MD release build
65 # - thriftmt.lib for /MT release build
67 # - thriftmdd.lib for /MD debug build
68 # - thriftmtd.lib for /MT debug build
70 # the same holds for other libraries like libthriftz etc.