Changeset 650
- Timestamp:
- Nov 2, 2011, 7:48:40 PM (14 years ago)
- Location:
- branches/client-2.1/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.1/src/Config.km_
r589 r650 15 15 TOOLKIT = u:/os2tk45 16 16 17 # set this to where the gcc_libs are. right now used to find binmode.obj 18 GCC_LIB=e:/usr/lib 19 17 20 # libsmb 3.3 is threadunsafe, change =0 to =1 in 3.5 18 21 LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0 -
branches/client-2.1/src/Makefile.kmk
r584 r650 40 40 41 41 ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF 42 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Z bin-files42 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll 43 43 ndpsmb_LDFLAGS.release = -s 44 44 ndpsmb_LDFLAGS.debug = -g … … 56 56 57 57 ndpsmb_LIBS = libsmbclient.a socket.a 58 ndpsmb_LIBS += $(GCC_LIB)/binmode.obj 58 59 ndpsmb_LIBPATH = $(SAMBA)/source/bin 59 60
Note:
See TracChangeset
for help on using the changeset viewer.