diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-03 21:45:44 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-03 21:45:44 +0000 |
| commit | 77f7763b55a89254f3b4be1f92402188bf2575b8 (patch) | |
| tree | 95af88df05d1251ee25dd28cf826c664748daa14 /src/win32.mak | |
| parent | 86f27321e25b5a1a7b6c78400e54f063525b07d5 (diff) | |
| download | postgresql-77f7763b55a89254f3b4be1f92402188bf2575b8.tar.gz | |
Remove all traces of multibyte and locale options. Clean up comments
referring to "multibyte" where it really means character encoding.
Diffstat (limited to 'src/win32.mak')
| -rw-r--r-- | src/win32.mak | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/win32.mak b/src/win32.mak index a20e9fda1c..6256c457d4 100644 --- a/src/win32.mak +++ b/src/win32.mak @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/src/win32.mak,v 1.7 2002/08/22 00:15:08 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/win32.mak,v 1.8 2002/09/03 21:45:41 petere Exp $ # Makefile for Microsoft Visual C++ 5.0 (or compat) # Top-file makefile for Win32 parts of postgresql. @@ -10,10 +10,6 @@ NULL= NULL=nul !ENDIF -!IFDEF MULTIBYTE -MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)" -!ENDIF - ALL: cd include if not exist pg_config.h copy pg_config.h.win32 pg_config.h |
