source: trunk-3.0/source/configure.os2@ 101

Last change on this file since 101 was 23, checked in by Yuri Dario, 18 years ago

High memory is still not safe, something failing with highmem buffers, disable.

  • Property svn:eol-style set to native
File size: 434 bytes
Line 
1#!/bin/sh
2CFLAGS="-g -Zomf -O3 -march=pentium -mcpu=pentium4" \
3CXXFLAGS="-g -Zomf -O3 -march=pentium -mcpu=pentium4" \
4LDFLAGS="-s -Zsym -Zmap -Zbin-files -Zomf -Zexe -Zargs-wild -Zargs-resp" \
5AR="emxomfar" \
6LIBS="-lsocket -lsyslog" \
7./configure --prefix=/samba \
8 --enable-static --disable-shared \
9 --disable-ldap --disable-cups 2>&1 | tee configure.log
10
11#disabled options:
12# --enable-developer --enable-socket-wrapper \
13#
Note: See TracBrowser for help on using the repository browser.