Changeset 649


Ignore:
Timestamp:
Nov 2, 2011, 7:44:22 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba client 2.2: small cleanup References #180

Location:
trunk/client/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/client/src/Config.km_

    r645 r649  
    1414SAMBA   = ../../samba-35
    1515TOOLKIT = u:/os2tk45
     16
    1617# libz is needed by samba client, if it's found in the path leave the below definition blank. otherwise set it
    1718Z_LIBDIR =
     19
    1820# set this to where the gcc_libs are. right now used to find binmode.obj
    1921GCC_LIB=e:/usr/lib
     22
    2023# libsmb 3.3 is threadunsafe, change =0 to =1 if it works again
    2124LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0
  • TabularUnified trunk/client/src/Makefile.kmk

    r645 r649  
    4040
    4141ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF
    42 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
     42ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll
    4343ndpsmb_LDFLAGS.release = -s
    4444ndpsmb_LDFLAGS.debug = -g
Note: See TracChangeset for help on using the changeset viewer.