Changeset 649
- Timestamp:
- Nov 2, 2011, 7:44:22 PM (13 years ago)
- Location:
- trunk/client/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/client/src/Config.km_ ¶
r645 r649 14 14 SAMBA = ../../samba-35 15 15 TOOLKIT = u:/os2tk45 16 16 17 # libz is needed by samba client, if it's found in the path leave the below definition blank. otherwise set it 17 18 Z_LIBDIR = 19 18 20 # set this to where the gcc_libs are. right now used to find binmode.obj 19 21 GCC_LIB=e:/usr/lib 22 20 23 # libsmb 3.3 is threadunsafe, change =0 to =1 if it works again 21 24 LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0 -
TabularUnified trunk/client/src/Makefile.kmk ¶
r645 r649 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
Note:
See TracChangeset
for help on using the changeset viewer.