sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: Makefiles provided by Nate Lawson (nate@rootlabs.com) sl@0: sl@0: Import libraries for the cygwin compiler are in the lib directory (*.a) sl@0: sl@0: To build, cd to the examples directory and type "make". This will build sl@0: all the examples except netmeter. Alternatively, you can type "make" in sl@0: each example you want to build. To remove all objects and executables, sl@0: type "make clean". sl@0: sl@0: TODO: sl@0: I didn't want to deal with the resource files for netmeter although cygwin sl@0: supports these. Perhaps someone can build a makefile for the netmeter sl@0: example.