/[svn]/liblscp/trunk/win32/Makefile.mingw
ViewVC logotype

Diff of /liblscp/trunk/win32/Makefile.mingw

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1812 by capela, Wed Feb 6 09:18:21 2008 UTC revision 1813 by capela, Sat Dec 20 23:16:45 2008 UTC
# Line 42  LDLIBS  = -llscp -lws2_32 Line 42  LDLIBS  = -llscp -lws2_32
42  examples:       $(LIBNAME).a  examples:       $(LIBNAME).a
43          $(CC) $(CCFLAGS) -c $(EXDIR)/server.c          $(CC) $(CCFLAGS) -c $(EXDIR)/server.c
44          $(CC) $(CCFLAGS) -c $(EXDIR)/parser.c          $(CC) $(CCFLAGS) -c $(EXDIR)/parser.c
45          $(CC) -o example_server $(CCFLAGS) -I$(EXDIR) $(EXDIR)/example_client.c $(LDFLAGS) $(LDLIBS)          $(CC) -o example_client $(CCFLAGS) -I$(EXDIR) $(EXDIR)/example_client.c $(LDFLAGS) $(LDLIBS)
46          $(CC) -o example_server $(CCFLAGS) -I$(EXDIR) $(EXDIR)/example_server.c server.o parser.o $(LDFLAGS) $(LDLIBS)          $(CC) -o example_server $(CCFLAGS) -I$(EXDIR) $(EXDIR)/example_server.c server.o parser.o $(LDFLAGS) $(LDLIBS)
47    
48  #  #

Legend:
Removed from v.1812  
changed lines
  Added in v.1813

  ViewVC Help
Powered by ViewVC