File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ OUTFILENAME=blibpq
62
62
USERDEFINES =FRONTEND;NDEBUG;WIN32;_WINDOWS;HAVE_VSNPRINTF;HAVE_STRDUP;
63
63
64
64
CPP =bcc32.exe
65
- CPP_PROJ = -I$(BCB ) \include;..\..\include -n"$(INTDIR ) " -WD -c -D$(USERDEFINES ) -tWM \
65
+ CPP_PROJ = -I$(BCB ) \include;..\..\include;..\..\include\port\win32;..\..\include\port\win32_msvc;..\..\port -n"$(INTDIR ) " -WD -c -D$(USERDEFINES ) -tWM \
66
66
-a8 -X -w-use -w-par -w-pia -w-csu -w-aus -w-ccc
67
67
68
68
!IFDEF DEBUG
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ pg_config_paths.h: win32.mak
119
119
"$(OUTDIR ) " :
120
120
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
121
121
122
- CPP_PROJ =/nologo /W3 /GX $(OPT ) /I "..\..\include" /I "..\..\include\port\win32" /I "..\..\include\port\win32_msvc" /I. /D "FRONTEND" $(DEBUGDEF ) /D\
122
+ CPP_PROJ =/nologo /W3 /GX $(OPT ) /I "..\..\include" /I "..\..\include\port\win32" /I "..\..\include\port\win32_msvc" /I "..\..\port" /I . /D "FRONTEND" $(DEBUGDEF ) /D\
123
123
"WIN32" /D "_WINDOWS" /Fp"$(INTDIR ) \libpq.pch" /YX\
124
124
/Fo"$(INTDIR ) \\" /Fd"$(INTDIR ) \\" /FD /c /D "HAVE_VSNPRINTF" /D "HAVE_STRDUP"
125
125
File renamed without changes.
You can’t perform that action at this time.
0 commit comments