From 2b0ceb458f2564453bb5dd27f046cd5695db3c12 Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Wed, 14 Sep 2011 00:36:51 -0400 Subject: [PATCH] libede: added project file --- libede/EDE.epj | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 libede/EDE.epj diff --git a/libede/EDE.epj b/libede/EDE.epj new file mode 100644 index 0000000..6dbc1e0 --- /dev/null +++ b/libede/EDE.epj @@ -0,0 +1,48 @@ +{ + "Version" : 0.2, + "ModuleName" : "EDE", + "Description" : "Ecere Desktop Environment", + "License" : "", + "Options" : { + "Warnings" : "All", + "DefaultNameSpace" : "ede", + "TargetType" : "SharedLibrary", + "TargetFileName" : "EDE", + "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)", + "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)", + "Libraries" : [ + "ecere" + ] + }, + "Configurations" : [ + { + "Name" : "Debug", + "Options" : { + "Debug" : true, + "Optimization" : "None", + "PreprocessorDefinitions" : [ + "_DEBUG" + ] + } + }, + { + "Name" : "Release", + "Options" : { + "Debug" : false, + "Optimization" : "Speed" + } + } + ], + "Files" : [ + { + "Folder" : "src", + "Files" : [ + "FileSystemBox.ec" + ] + } + ], + "ResourcesPath" : "", + "Resources" : [ + + ] +} \ No newline at end of file -- 1.8.3.1