source: branches/client-3.0/src/Config.km_

Last change on this file was 929, checked in by Paul Smedley, 9 years ago

make it build using Samba 4.4.x

  • Property svn:eol-style set to native
File size: 716 bytes
RevLine 
[146]1#
[151]2# Netdrive Samba client plugin
3# kBuild configuration variables
[884]4# Copyright (C) netlabs.org 2003-2012
5# Copyright (C) bww bitwise works GmbH 2013-2015
[151]6# See COPYING for license informations
7#
8#
[146]9# edit this file to change version numbering
10# in bldlevel informations
[521]11# adjust also the date please
[146]12#
[929]13VERSION = 3.0.x
[521]14BUILD = beta-date
[729]15VENDOR = netlabs
[929]16SAMBA = ../../samba-44
[293]17TOOLKIT = u:/os2tk45
[649]18
[627]19# libz is needed by samba client, if it's found in the path leave the below definition blank. otherwise set it
20Z_LIBDIR =
[649]21
[645]22# set this to where the gcc_libs are. right now used to find binmode.obj
23GCC_LIB=e:/usr/lib
[649]24
[929]25# libsmb is threadunsafe, change =0 to =1 if it works again
[631]26LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0
Note: See TracBrowser for help on using the repository browser.