Skip to content
Snippets Groups Projects
Commit b064206c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

getopt.c now in /port, for MS Win.

parent 87a3e39e
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,9 @@ LINK32_OBJS= \
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\utils\getopt.c
"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\port\getopt.c
$(CPP) @<<
$(CPP_PROJ) ..\..\utils\getopt.c
$(CPP_PROJ) ..\..\port\getopt.c
<<
.c{$(CPP_OBJS)}.obj::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment