Changeset 650


Ignore:
Timestamp:
Nov 2, 2011, 7:48:40 PM (14 years ago)
Author:
Silvan Scherrer
Message:

Samba client 2.1: add bin mode to the dll fixes #180

Location:
branches/client-2.1/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.1/src/Config.km_

    r589 r650  
    1515TOOLKIT = u:/os2tk45
    1616
     17# set this to where the gcc_libs are. right now used to find binmode.obj
     18GCC_LIB=e:/usr/lib
     19
    1720# libsmb 3.3 is threadunsafe, change =0 to =1 in 3.5
    1821LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0
  • branches/client-2.1/src/Makefile.kmk

    r584 r650  
    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
     
    5656
    5757ndpsmb_LIBS = libsmbclient.a socket.a
     58ndpsmb_LIBS += $(GCC_LIB)/binmode.obj
    5859ndpsmb_LIBPATH = $(SAMBA)/source/bin
    5960
Note: See TracChangeset for help on using the changeset viewer.