Show
Ignore:
Timestamp:
12/29/05 12:06:46 (6 years ago)
Author:
clayasaurus
Message:

updated to new version of arc and fixed makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/raknet/Makefile.linux

    r25 r29  
    1 INCLUDE=-I"../Include
     1INCLUDE=-I"/usr/include/raknet
    22 
    33all: rakserverglue.o rakclientglue.o rakbitstreamglue.o  
    4     ar crv librakglue.a rakserver.o rakclient.o rakbitstream.o     
     4    ar crv librakglue.a rakserverglue.o rakclientglue.o rakbitstreamglue.o     
    55    ranlib librakglue.a 
    66