X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fede.epj;fp=libede%2Fede.epj;h=fc51b9700ce86e124da9abbc155808137c907b15;hp=0000000000000000000000000000000000000000;hb=f368989c8971d0277ce2d2d0df6dbf5f70d2cf4c;hpb=7ae5305c2d3aa90666f3e180321e83f6a2db052f diff --git a/libede/ede.epj b/libede/ede.epj new file mode 100644 index 0000000..fc51b97 --- /dev/null +++ b/libede/ede.epj @@ -0,0 +1,47 @@ +{ + "Version" : 0.2, + "ModuleName" : "ede", + "Description" : "", + "License" : "", + "Options" : { + "Warnings" : "All", + "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