We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46f3de commit f9e2382Copy full SHA for f9e2382
src/bin/psql/win32.mak
@@ -7,14 +7,16 @@ NULL=nul
7
!ENDIF
8
9
CPP=cl.exe
10
+PERL=perl.exe
11
12
OUTDIR=.\Release
13
INTDIR=.\Release
14
+REFDOCDIR= ../../../doc/src/sgml/ref
15
# Begin Custom Macros
16
OutDir=.\Release
17
# End Custom Macros
18
-ALL : "$(OUTDIR)\psql.exe"
19
+ALL : sql_help.h "$(OUTDIR)\psql.exe"
20
21
CLEAN :
22
-@erase "$(INTDIR)\command.obj"
@@ -91,3 +93,7 @@ LINK32_OBJS= \
91
93
$(CPP) @<<
92
94
$(CPP_PROJ) $<
95
<<
96
+
97
+sql_help.h: create_help.pl
98
+ $(PERL) create_help.pl $(REFDOCDIR) $@
99
0 commit comments