Commit b064206c authored by Bruce Momjian's avatar Bruce Momjian

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

parent 87a3e39e
...@@ -77,9 +77,9 @@ LINK32_OBJS= \ ...@@ -77,9 +77,9 @@ LINK32_OBJS= \
$(LINK32_FLAGS) $(LINK32_OBJS) $(LINK32_FLAGS) $(LINK32_OBJS)
<< <<
"$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\utils\getopt.c "$(OUTDIR)\getopt.obj" : "$(OUTDIR)" ..\..\port\getopt.c
$(CPP) @<< $(CPP) @<<
$(CPP_PROJ) ..\..\utils\getopt.c $(CPP_PROJ) ..\..\port\getopt.c
<< <<
.c{$(CPP_OBJS)}.obj:: .c{$(CPP_OBJS)}.obj::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment