# /********************************************************************************************
#  * File:		$URL: https://svn.bolitho.us/Library/Trunk/Makefile $
#  * Author:		$LastChangedBy: matthew $
#  * Revision:		$Revision: 1733 $
#  * Last Updated:	$LastChangedDate: 2008-12-18 06:22:48 -0800 (Thu, 18 Dec 2008) $
#  ********************************************************************************************/

APPLICATIONSRC=TestProject/Src/

APPLICATIONSOURCE=Main.cpp
APPLICATIONTARGET=CodeLibraryTest

CC=icc
CXX=icpc

include CodeLibrary.mk

