projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67212ad
)
Use program files environment var in Windows makefile per Johann Zuschlag
REL-08_01_0005
author
Dave Page
<dpage@pgadmin.org>
Wed, 12 Oct 2005 08:15:18 +0000
(08:15 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Wed, 12 Oct 2005 08:15:18 +0000
(08:15 +0000)
win32.mak
patch
|
blob
|
blame
|
history
diff --git
a/win32.mak
b/win32.mak
index f13a8bcb8263b31d22160f006b164d625a01026d..1074e51c42dc9453dec5668ac4ec335e71f0182b 100644
(file)
--- a/
win32.mak
+++ b/
win32.mak
@@
-22,12
+22,12
@@
CFG=Release
!ENDIF
!IF "$(PG_INC)" == ""
-PG_INC=
C:\Program Files
\PostgreSQL\8.1\include
+PG_INC=
$(PROGRAMFILES)
\PostgreSQL\8.1\include
!MESSAGE Using default PostgreSQL Include directory: $(PG_INC)
!ENDIF
!IF "$(PG_LIB)" == ""
-PG_LIB=
C:\Program Files
\PostgreSQL\8.1\lib\ms
+PG_LIB=
$(PROGRAMFILES)
\PostgreSQL\8.1\lib\ms
!MESSAGE Using default PostgreSQL Library directory: $(PG_LIB)
!ENDIF