]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add sprompt.obj to Win32 makefiles.
authorBruce Momjian <bruce@momjian.us>
Wed, 11 Sep 2002 17:36:13 +0000 (17:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 Sep 2002 17:36:13 +0000 (17:36 +0000)
src/bin/psql/win32.mak

index 598d2f87a044612d65884c93106f00703d7465b6..30e450c8f707afd5705514dd35b1107b5caa6744 100644 (file)
@@ -26,6 +26,7 @@ CLEAN :
        -@erase "$(INTDIR)\copy.obj"
        -@erase "$(INTDIR)\startup.obj"
        -@erase "$(INTDIR)\prompt.obj"
+       -@erase "$(INTDIR)\sprompt.obj"
        -@erase "$(INTDIR)\variables.obj"
        -@erase "$(INTDIR)\large_obj.obj"
        -@erase "$(INTDIR)\print.obj"
@@ -61,6 +62,7 @@ LINK32_OBJS= \
        "$(INTDIR)\copy.obj" \
        "$(INTDIR)\startup.obj" \
        "$(INTDIR)\prompt.obj" \
+       "$(INTDIR)\sprompt.obj" \
        "$(INTDIR)\variables.obj" \
        "$(INTDIR)\large_obj.obj" \
        "$(INTDIR)\print.obj" \