Build fixes

This commit is contained in:
Daniel Collin 2013-01-07 19:23:45 +01:00
parent 9e355122a5
commit ee04870f0c
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#define EMGUI_H_
#include "Types.h"
#include "FontLayout.h"
#include <emgui/FontLayout.h>
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View File

@ -1,9 +1,8 @@
#ifndef EMGUI_INTERNAL_H_
#define EMGUI_INTERNAL_H_
#include "Types.h"
#include <emgui/emgui.h>
#include "emgui_internal.h"
#include "FontLayout.h"
#include "External/stb_truetype.h"
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View File

@ -31,7 +31,7 @@ StaticLibrary {
Name = "emgui",
Env = {
CPPPATH = { ".", "../../emgui/src", "../../../../emgui/src" },
CPPPATH = { ".", "emgui/src", "emgui/include" },
PROGOPTS = {
{ "/SUBSYSTEM:WINDOWS", "/DEBUG"; Config = { "win32-*-*", "win64-*-*" } },
},