# Stats & Tracking SDK Makefile
# Copyright 2004 GameSpy Industries

PROJECT=statstest

PROG_OBJS = \
	../../../nonport.o\
	../../../darray.o\
	../../../hashtable.o\
	../../../md5c.o\
	../../../common/gsAvailable.o\
	../../../common/gsStringUtil.o\
	../../gstats.o\
	../../gbucket.o\
	../statstest.o


#Include the stuff common to the GameSpy.net SDKs
include ../../../common/macosx/Makefile.common
