Changeset 239 for branches/samba-3.3.x/examples
- Timestamp:
- May 29, 2009, 9:57:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/examples/libsmbclient/Makefile.internal
r206 r239 19 19 FLAGS = -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -O -D_SAMBA_BUILD_=3 $(GTK_CFLAGS) $(SAMBA_INCLUDES) 20 20 21 PICFLAG= -fPIE22 LDFLAGS= $(SAMBA_LIBPATH) -pie -Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem-D__ST_MT_ERRNO__ -s21 PICFLAG= 22 LDFLAGS= $(SAMBA_LIBPATH) -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files -D__ST_MT_ERRNO__ -s 23 23 24 24 EXTERNAL_LIBS =
Note:
See TracChangeset
for help on using the changeset viewer.