mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: USE_JPEG is only used when building NLMISC now
This commit is contained in:
parent
082676ea80
commit
220a3458c2
8 changed files with 0 additions and 24 deletions
|
@ -23,8 +23,6 @@
|
|||
|
||||
// global includes
|
||||
|
||||
//#define USE_JPEG
|
||||
|
||||
#include <nel/misc/types_nl.h>
|
||||
|
||||
#include <math.h>
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
#define USE_JPEG
|
||||
#endif
|
||||
|
||||
#include "globals.h"
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -16,11 +16,6 @@
|
|||
|
||||
#include "std3d.h"
|
||||
|
||||
// FIXME: shouldn't this be configured outside?
|
||||
#ifndef USE_JPEG
|
||||
#define USE_JPEG
|
||||
#endif
|
||||
|
||||
#include "nel/3d/zone_lighter.h"
|
||||
#include "nel/3d/landscape.h"
|
||||
#include "nel/3d/patchuv_locator.h"
|
||||
|
@ -32,10 +27,6 @@
|
|||
#include "nel/3d/water_shape.h"
|
||||
#include "nel/3d/texture_file.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/thread.h"
|
||||
#include "nel/misc/path.h"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
This file contains code that is specific to NeL (http://www.nevrax.org)
|
||||
*************************************************************************/
|
||||
#define USE_JPEG
|
||||
|
||||
// NeL Renderer includes
|
||||
#include <nel/cegui/neltexture.h>
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define USE_JPEG
|
||||
|
||||
#include "std_afx.h"
|
||||
|
||||
#include "object_viewer.h"
|
||||
|
|
|
@ -53,8 +53,6 @@
|
|||
#include <map>
|
||||
#include <algorithm>
|
||||
|
||||
#define USE_JPEG
|
||||
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/stream.h"
|
||||
#include "nel/misc/vector.h"
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#undef min
|
||||
#undef max
|
||||
|
||||
#define USE_JPEG
|
||||
|
||||
#include "nel/misc/system_info.h"
|
||||
#include "nel/misc/debug.h"
|
||||
#include "nel/misc/config_file.h"
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
#include <deque>
|
||||
#include <fstream>
|
||||
|
||||
#define USE_JPEG
|
||||
|
||||
#include <nel/misc/common.h>
|
||||
#include <nel/misc/debug.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue