We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f139b8 commit 9d5d87aCopy full SHA for 9d5d87a
src/win32.mak
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/src/win32.mak,v 1.13 2006/07/06 02:12:32 momjian Exp $
+# $PostgreSQL: pgsql/src/win32.mak,v 1.14 2006/08/08 22:44:05 momjian Exp $
2
3
# Makefile for Microsoft Visual C++ 5.0 (or compat)
4
# Top-file makefile for Win32 parts of postgresql.
@@ -40,5 +40,5 @@ CLEAN:
40
41
DISTCLEAN: CLEAN
42
cd include
43
- del config.h
+ del pg_config.h pg_config_os.h
44
cd ..
0 commit comments