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

« back to all changes in this revision

Viewing changes to Win95-util/DllDemo/Makefile.DLLs

  • 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:
13
13
        @echo EXPORTS > $@
14
14
        @nm $< | grep '^........ [T] _' | sed 's/[^_]*_//' >> $@
15
15
 
16
 
# cygwin32 
17
 
#CYGWIN32_LIBS = -lgcc -lcygwin -lkernel32 -lgcc 
18
 
#mingwin32
19
 
CYGWIN32_LIBS = -lg2c -lwsock32 -lshell32 -lcomctl32 -lwinspool -lm -lmingw32 -lgcc -lmoldname -lcrtdll -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lshell32 -lmingw32 -lgcc -lmoldname -lcrtdll
20
16
 
21
17
# The following rule generates proper path for libraries 
22
18
# contained in LIBNAME 
29
25
# for mingw32 
30
26
LIBNAME=libgcc.a libkernel32.a
31
27
 
 
28
 
32
29
# use libs_path_cygwin for cygwin 
33
30
# and next for mingwin 
34
31
 
42
39
        done ; \
43
40
        rm -f lib_path 
44
41
 
 
42
 
45
43
libs_path       : 
46
44
        @echo "using gcc to find libs'path"
47
45
        @rm -f libs_path ; \