1
0
forked from 0ad/0ad

fix: "config.h" should be "lib/config.h" (not sure why VC finds the files even though they are in different directories)

This was SVN commit r5522.
This commit is contained in:
janwas 2007-12-21 08:17:20 +00:00
parent f5890de017
commit d10b4851e2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#ifndef INCLUDED_COMPILER #ifndef INCLUDED_COMPILER
#define INCLUDED_COMPILER #define INCLUDED_COMPILER
#include "config.h" // CONFIG_OMIT_FP #include "lib/config.h" // CONFIG_OMIT_FP
// detect compiler and its version (0 if not present, otherwise // detect compiler and its version (0 if not present, otherwise

View File

@ -11,7 +11,7 @@
#ifndef INCLUDED_STL #ifndef INCLUDED_STL
#define INCLUDED_STL #define INCLUDED_STL
#include "config.h" #include "lib/config.h"
#include "compiler.h" #include "compiler.h"
// detect STL version // detect STL version