diff options
author | George Hazan <ghazan@miranda.im> | 2022-05-10 16:53:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-05-10 16:53:18 +0300 |
commit | 62df0036431a1d507cf7749f639c86d0cbf9b2fb (patch) | |
tree | 6c4040b69e41b9260905b946a0a6c1c6445b2e7b /src/mir_core/mir_core.project | |
parent | 194c1f7f232cf5692f091ce51c0fb9098cd75f0e (diff) |
base UI code that compiles
Diffstat (limited to 'src/mir_core/mir_core.project')
-rw-r--r-- | src/mir_core/mir_core.project | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mir_core/mir_core.project b/src/mir_core/mir_core.project index 70005786ae..5b379a7eb1 100644 --- a/src/mir_core/mir_core.project +++ b/src/mir_core/mir_core.project @@ -43,10 +43,9 @@ <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;$(shell wx-config --cxxflags --unicode=yes) -fPIC" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes) -fPIC" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <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"> <IncludePath Value="."/> <IncludePath Value="../../include"/> - <IncludePath Value="`pkg-config --cflags --libs elementary`"/> </Compiler> <Linker Options="$(shell wx-config --libs --unicode=yes)" Required="yes"/> <ResourceCompiler Options="" Required="no"/> @@ -84,7 +83,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;$(shell wx-config --cxxflags --debug=no --unicode=yes) -fPIC" C_Options="-O2;$(shell wx-config --cxxflags --debug=no --unicode=yes) -fPIC" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"> + <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"> <IncludePath Value="."/> <IncludePath Value="../../include"/> <IncludePath Value="`pkg-config --cflags --libs elementary`"/> |