summaryrefslogtreecommitdiff
path: root/src/mir_core/mir_core.project
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-05-10 17:33:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-05-10 17:33:31 +0300
commit940717baac9f354399003342e19985ef8dc7c3eb (patch)
tree7309b7faad1325f70c220e284be41d2749b3413e /src/mir_core/mir_core.project
parent62df0036431a1d507cf7749f639c86d0cbf9b2fb (diff)
mir_core: added header files for Enlightenment
Diffstat (limited to 'src/mir_core/mir_core.project')
-rw-r--r--src/mir_core/mir_core.project9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mir_core/mir_core.project b/src/mir_core/mir_core.project
index 5b379a7eb1..4a24b8ce91 100644
--- a/src/mir_core/mir_core.project
+++ b/src/mir_core/mir_core.project
@@ -28,6 +28,11 @@
<File Name="src/binbuffer.cpp"/>
</VirtualDirectory>
<VirtualDirectory Name="include">
+ <File Name="../../include/m_gui.h"/>
+ <File Name="../../include/m_utils.h"/>
+ <File Name="../../include/m_types.h"/>
+ <File Name="../../include/m_system.h"/>
+ <File Name="../../include/m_string.h"/>
<File Name="src/stdafx.h"/>
<File Name="src/tinyxml2.h"/>
<File Name="src/miranda.h"/>
@@ -43,7 +48,7 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
- <Compiler Options="-g;$(pkg-config --cflags --libs elementary) -fPIC" C_Options="-g;$(pkg-config --cflags --libs elementary) -fPIC" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <Compiler Options="-g $(shell pkg-config --cflags --libs elementary) -fPIC" C_Options="-g $(shell pkg-config --cflags --libs elementary) -fPIC" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../../include"/>
</Compiler>
@@ -83,7 +88,7 @@
</Completion>
</Configuration>
<Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
- <Compiler Options="-O2;$(pkg-config --cflags --libs elementary) -fPIC" C_Options="-O2;$(pkg-config --cflags --libs elementary) -fPIC" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <Compiler Options="-O2 $(shell pkg-config --cflags --libs elementary) -fPIC" C_Options="-O2 $(shell pkg-config --cflags --libs elementary) -fPIC" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
<IncludePath Value="."/>
<IncludePath Value="../../include"/>
<IncludePath Value="`pkg-config --cflags --libs elementary`"/>