(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...

This commit is contained in:
rubidium
2011-02-07 22:49:38 +00:00
parent a06b34bd4f
commit 1d0d7635e0
18 changed files with 5 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
#include "../blitter/factory.hpp"
#include "../network/network.h"
#include "../core/random_func.hpp"
#include "../functions.h"
#include "../core/math_func.hpp"
#include "allegro_v.h"
#include <allegro.h>

View File

@@ -31,7 +31,6 @@
#include "../../blitter/factory.hpp"
#include "../../fileio_func.h"
#include "../../gfx_func.h"
#include "../../functions.h"
#import <sys/param.h> /* for MAXPATHLEN */

View File

@@ -33,7 +33,6 @@
#include "cocoa_v.h"
#include "../../core/math_func.hpp"
#include "../../gfx_func.h"
#include "../../functions.h"
/**
* Important notice regarding all modifications!!!!!!!

View File

@@ -32,7 +32,6 @@
#include "cocoa_v.h"
#include "../../core/math_func.hpp"
#include "../../gfx_func.h"
#include "../../functions.h"
/**
* Important notice regarding all modifications!!!!!!!

View File

@@ -18,10 +18,10 @@
#include "../rev.h"
#include "../blitter/factory.hpp"
#include "../network/network.h"
#include "../functions.h"
#include "../thread/thread.h"
#include "../genworld.h"
#include "../core/random_func.hpp"
#include "../core/math_func.hpp"
#include "sdl_v.h"
#include <SDL.h>

View File

@@ -18,7 +18,6 @@
#include "../network/network.h"
#include "../core/math_func.hpp"
#include "../core/random_func.hpp"
#include "../functions.h"
#include "../texteff.hpp"
#include "win32_v.h"
#include <windows.h>