diff options
| author | Peter Eisentraut | 2002-07-27 20:10:05 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2002-07-27 20:10:05 +0000 |
| commit | b0c3c48eb3779d9637a03c455f3934d9d7c08030 (patch) | |
| tree | 4fbf5c8d94ae2534735e1b7935edb40d6205cc44 /src/makefiles | |
| parent | c3fdf8925ed7fbb3017be052e0700c51ceb12e0b (diff) | |
Assemble portability modules into libpgport library.
Some makefile simplifications.
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/Makefile.win | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.win b/src/makefiles/Makefile.win index b9b0a7381d6..bcf1165f014 100644 --- a/src/makefiles/Makefile.win +++ b/src/makefiles/Makefile.win @@ -1,9 +1,10 @@ -# $Header: /cvsroot/pgsql/src/makefiles/Attic/Makefile.win,v 1.16 2002/07/16 05:46:35 momjian Exp $ +# $Header: /cvsroot/pgsql/src/makefiles/Attic/Makefile.win,v 1.17 2002/07/27 20:10:05 petere Exp $ LDFLAGS+= -g DLLTOOL= dlltool DLLWRAP= dllwrap DLLLIBS= -lcygipc -lcrypt BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres +DLLINIT = $(top_builddir)/src/utils/dllinit.o MK_NO_LORDER=true MAKE_DLL=true #MAKE_DLL=false |
