Changeset 23
- Timestamp:
- Mar 26, 2007, 4:45:27 PM (18 years ago)
- Location:
- trunk/samba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/configure.os2
r16 r23 2 2 CFLAGS="-g -Zomf -O3 -march=pentium -mcpu=pentium4" \ 3 3 CXXFLAGS="-g -Zomf -O3 -march=pentium -mcpu=pentium4" \ 4 LDFLAGS="-s -Zsym -Zmap -Zbin-files -Z high-mem -Zomf -Zexe -Zargs-wild -Zargs-resp" \4 LDFLAGS="-s -Zsym -Zmap -Zbin-files -Zomf -Zexe -Zargs-wild -Zargs-resp" \ 5 5 AR="emxomfar" \ 6 6 LIBS="-lsocket -lsyslog" \ -
trunk/samba/source/ndpsmb/makefile
r9 r23 16 16 -I$(SAMBA)/tdb/include 17 17 18 19 18 CFLAGS = -g -Zomf -O3 -march=pentium -mcpu=pentium4 20 LDFLAGS = -s -Zomf -Zno-fork -Zsym -Zmap -Zbin-files -Zhigh-mem19 LDFLAGS = -s -Zomf -Zno-fork -Zsym -Zmap -Zbin-files 21 20 22 21 CC = gcc
Note:
See TracChangeset
for help on using the changeset viewer.