mirror of https://github.com/PCSX2/pcsx2.git
codeblock: add gtk include file and remove some define
=> wx directly include one gtk include file directly and it seem to use also deprecated stuff ... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4738 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
468463354c
commit
106bfc73e5
|
@ -199,6 +199,7 @@
|
|||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=i486" />
|
||||
<Add option="`pkg-config gtk+-2.0 --cflags`" />
|
||||
<Add option="`wx-config --version=2.8 --static=no --unicode=yes --cflags`" />
|
||||
<Add option="-Wno-format" />
|
||||
<Add option="-Wno-unused-parameter" />
|
||||
|
@ -213,8 +214,6 @@
|
|||
<Add option="-fvisibility=hidden" />
|
||||
<Add option="-DWX_PRECOMP" />
|
||||
<Add option="-DGDK_DISABLE_DEPRECATED" />
|
||||
<Add option="-DGTK_DISABLE_DEPRECATED" />
|
||||
<Add option="-DGTK_DISABLE_SINGLE_INCLUDES" />
|
||||
<Add option="-DGSEAL_ENABLE" />
|
||||
<Add directory="$(SvnRootDir)/common/include/" />
|
||||
<Add directory="$(SvnRootDir)/3rdparty/" />
|
||||
|
|
Loading…
Reference in New Issue