~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to pvm3/conf/win32ming.def

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#*****************************************************************************#
 
2
 
3
# Definitions
 
4
# for cygwin.mak files
 
5
#
 
6
#*****************************************************************************#
 
7
 
 
8
PVM_ARCH = win32
 
9
 
 
10
LINK_FLAGS = 
 
11
LINK_MULTITHREAD =  
 
12
 
 
13
ARCHCFLAGS = -mno-cygwin -DHASSTDLIB -DSYSVBFUNC -DNOTMPNAM -DHASREADLINE \
 
14
 -DSYSVSTR -DNOGETDTBLSIZ -DNOUNIXDOM -DNOREXEC -DFDSETNOTSTRUCT \
 
15
 -DNEEDSFFS -DSTDC_HEADERS -DARCHCLASS=\"WIN32\" -DRSHCOMMAND=\"rsh\" \
 
16
 -DNO_NETINET_TCP_H -DUSESTRERROR
 
17
 
 
18
LIB = $(PVM_ROOT_U)/lib/$(PVM_ARCH)/libpvm3.a
 
19
GLIB = $(PVM_ROOT_U)/lib/$(PVM_ARCH)/libgpvm3.a
 
20
 
 
21
CFLAGS = -c $(ARCHCFLAGS) -I$(PVM_ROOT_U)/include -I$(PVM_ROOT_U)/src \
 
22
          -I$(PVM_ROOT_U)/tracer 
 
23
 
 
24
CDEBUG = -g -O