Skip to content

Commit 6309033

Browse files
committed
Add sprompt.obj to Win32 makefiles.
1 parent 68ba17d commit 6309033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/psql/win32.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CLEAN :
2626
-@erase "$(INTDIR)\copy.obj"
2727
-@erase "$(INTDIR)\startup.obj"
2828
-@erase "$(INTDIR)\prompt.obj"
29+
-@erase "$(INTDIR)\sprompt.obj"
2930
-@erase "$(INTDIR)\variables.obj"
3031
-@erase "$(INTDIR)\large_obj.obj"
3132
-@erase "$(INTDIR)\print.obj"
@@ -61,6 +62,7 @@ LINK32_OBJS= \
6162
"$(INTDIR)\copy.obj" \
6263
"$(INTDIR)\startup.obj" \
6364
"$(INTDIR)\prompt.obj" \
65+
"$(INTDIR)\sprompt.obj" \
6466
"$(INTDIR)\variables.obj" \
6567
"$(INTDIR)\large_obj.obj" \
6668
"$(INTDIR)\print.obj" \

0 commit comments

Comments
 (0)