Changeset 2382 in ntrip


Ignore:
Timestamp:
Mar 24, 2010, 2:18:25 PM (14 years ago)
Author:
stoecker
Message:

updated makefile

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/makefile

    r2381 r2382  
    1 # $Id: makefile,v 1.7 2008/04/15 13:27:49 stoecker Exp $
     1# $Id: makefile,v 1.8 2010/03/24 13:17:06 stoecker Exp $
    22# probably works not with all compilers. Thought this should be easy
    33# fixable. There is nothing special at this source.
     
    1919
    2020archive:
    21         zip -9 ntripclient.zip ntripclient.c makefile README serial.c
     21        zip -9 ntripclient.zip ntripclient.c makefile README serial.c
    2222
    2323tgzarchive:
  • trunk/ntripserver/makefile

    r1570 r2382  
    11#!/usr/bin/make
    2 # $Id: makefile,v 1.8 2008/01/04 15:22:44 stuerze Exp $
     2# $Id: makefile,v 1.9 2009/02/10 12:20:09 stoecker Exp $
    33
    44ifdef windir
     
    2020
    2121archive:
     22        zip -9 ntripserver.zip makefile ntripserver.c README startntripserver.sh
     23
     24tgzarchive:
    2225        tar -cvzf ntripserver.tgz makefile ntripserver.c README startntripserver.sh
Note: See TracChangeset for help on using the changeset viewer.