Browse Source

Moved ImGui to a non-versioned-name folder so update are easier (since they happen a lot at this state)

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 10 years ago
parent
commit
5abbf24a3e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      build/lol-build
  2. +1
    -1
      build/msbuild/lol.vars.props
  3. +1
    -1
      configure.ac

+ 1
- 1
build/lol-build View File

@@ -263,7 +263,7 @@ configure()
CPPFLAGS="$CPPFLAGS -I$PWD/external/gtk-2.22.1/include/gdk-pixbuf-2.0"
CPPFLAGS="$CPPFLAGS -I$PWD/external/gtk-2.22.1/include/atk-1.0"
CPPFLAGS="$CPPFLAGS -I$PWD/external/gtkglarea-2.0.1/include"
CPPFLAGS="$CPPFLAGS -I$PWD/external/imgui-1.37/include"
CPPFLAGS="$CPPFLAGS -I$PWD/external/imgui/include"
CPPFLAGS="$CPPFLAGS -mms-bitfields"
LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
GTK_LIBS="$GTK_LIBS -lgtkgl-2.0 -lopengl32 -lglew32 -lgdi32"


+ 1
- 1
build/msbuild/lol.vars.props View File

@@ -9,7 +9,7 @@
<PegtlIncludes>$(PegtlDir)\include</PegtlIncludes>

<!-- imgui -->
<ImguiDir>$(ExternalDir)\imgui-1.37</ImguiDir>
<ImguiDir>$(ExternalDir)\imgui</ImguiDir>
<ImguiIncludes>$(ImguiDir)</ImguiIncludes>

<!-- libgcc (from mingw-w64) -->


+ 1
- 1
configure.ac View File

@@ -295,7 +295,7 @@ fi

dnl Use Imgui? Yes, always
if true; then
LOL_CFLAGS="$LOL_CFLAGS -I\$(top_srcdir)/external/imgui-1.37"
LOL_CFLAGS="$LOL_CFLAGS -I\$(top_srcdir)/external/imgui"
fi




Loading…
Cancel
Save