diff -r 000000000000 -r f58d6ec98e88 cdlcompilertoolkit/group/CdlCompilerToolkit.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cdlcompilertoolkit/group/CdlCompilerToolkit.mmp Thu Dec 17 09:14:18 2009 +0200 @@ -0,0 +1,45 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +#include + +target CdlCompilerToolkit.lib +targettype LIB + +USERINCLUDE ../inc +MW_LAYER_SYSTEMINCLUDE + +option MSVC /GX /W3 + +sourcepath ../src + +source CdlTkClientHeader.cpp +source CdlTkDll.cpp +source CdlTkInstance.cpp +source CdlTkInterface.cpp +source CdlTkInterfaceCheck.cpp +source CdlTkPackage.cpp +source CdlTkParser.cpp +source CdlTkProcess.cpp +source CdlTkSourceFileWriter.cpp +source CdlTkSyntaxCheck.cpp +source CdlTkUtil.cpp +source CdlTkWriteCdlFile.cpp +source CdlTkWriteCommonDefs.cpp +source CdlTkWriteDll.cpp +source CdlTkWriteInstance.cpp + +// End of File