Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2009, 10:32:59 AM (15 years ago)
Author:
rgrieder
Message:

Added all paths of included external libraries to the include directories and used ≠ for the includes.
Also added src/orxonox binary directory for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/core/LuaBind.cc

    r2510 r2567  
    3333
    3434extern "C" {
    35 #include "lua.h"
    36 #include "lualib.h"
     35#include <lua.h>
     36#include <lualib.h>
    3737}
    38 #include "tolua++.h"
     38#include <tolua++.h>
     39
    3940#include "core/ToluaBindCore.h"
    4041#include "util/String.h"
Note: See TracChangeset for help on using the changeset viewer.