1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

MSVC/BCC Win32 compiler fixes.

Hiroshi Saito
This commit is contained in:
Bruce Momjian
2006-10-10 21:31:44 +00:00
parent 04209052ba
commit ed95aea27d
4 changed files with 28 additions and 3 deletions

View File

@ -74,8 +74,8 @@ CLEAN :
-@erase "$(OUTDIR)\$(OUTFILENAME)dll.lib"
-@erase "$(OUTDIR)\libpq.res"
-@erase "$(OUTDIR)\$(OUTFILENAME).dll"
-@erase "*.pch"
-@erase "$(OUTDIR)\libpq.pch"
# -@erase "*.pch"
# -@erase "$(OUTDIR)\libpq.pch"
-@erase "$(OUTDIR)\$(OUTFILENAME)dll.exp"
-@erase "$(INTDIR)\pg_config_paths.h"