Changeset 38

Show
Ignore:
Timestamp:
10/06/05 14:21:25 (3 years ago)
Author:
ross
Message:

suppressed echoing of comments in lib rule

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oscpack/trunk/Makefile

    r34 r38  
    6363 
    6464$(LIBFILENAME): $(LIBOBJECTS) 
    65   #GNU/Linux case 
     65  @#GNU/Linux case 
    6666  $(CXX) -shared -Wl,-soname,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) -lc 
    67   #Mac OS X case 
    68   #$(CXX) -dynamiclib -Wl,-install_name,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) -lc 
     67  @#Mac OS X case 
     68  @#$(CXX) -dynamiclib -Wl,-install_name,$(LIBSONAME) -o $(LIBFILENAME) $(LIBOBJECTS) -lc 
    6969   
    7070lib: $(LIBFILENAME) 
  • oscpack/trunk/ip/posix/UdpSocket.cpp

    r37 r38  
    2929*/ 
    3030#include "ip/UdpSocket.h" 
    31  
    3231 
    3332#include <vector>