Changeset 595 in ntrip for trunk/ntripclient/makefile
- Timestamp:
- Dec 12, 2007, 10:45:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/makefile
r499 r595 1 # $Id: makefile,v 1. 3 2007/08/30 07:38:24 stoeckerExp $1 # $Id: makefile,v 1.4 2007/10/05 15:32:13 stuerze Exp $ 2 2 # probably works not with all compilers. Thought this should be easy 3 3 # fixable. There is nothing special at this source. 4 4 5 ifdef windir 6 OPTS = -Wall -W -O3 -DWINDOWSVERSION -lwsock32 7 else 8 OPTS = -Wall -W -O3 9 endif 10 5 11 ntripclient: ntripclient.c 6 $(CC) -Wall -W -O3 $? -o $@ 7 12 $(CC) $(OPTS) $? -o $@ 8 13 9 14 clean: 10 $(RM) -fntripclient core*15 $(RM) ntripclient core* 11 16 12 17
Note:
See TracChangeset
for help on using the changeset viewer.