Change the header install directory.

Clean up a couple warnings.
This commit is contained in:
curt 2002-09-15 04:32:28 +00:00
parent a67fd7ea99
commit e17338622a
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
includedir = @includedir@/sky
includedir = @includedir@/sky/clouds3d
lib_LIBRARIES = libsgclouds3d.a

View File

@ -23,7 +23,7 @@
#ifndef __SKYARCHIVE_HPP__
#define __SKYARCHIVE_HPP__
#pragma warning( disable : 4786 )
// #pragma warning( disable : 4786 )
#include "vec2f.hpp"
#include "vec3f.hpp"

View File

@ -19,7 +19,7 @@
*
* Implementation of a class that maintains the state and operation of a light.
*/
#pragma warning( disable : 4786)
// #pragma warning( disable : 4786)
#include "SkyLight.hpp"
#include "SkyMaterial.hpp"

View File

@ -23,7 +23,7 @@
#ifndef __SKYMATERIAL_HPP__
#define __SKYMATERIAL_HPP__
#pragma warning( disable : 4786)
// #pragma warning( disable : 4786)
#include "vec4f.hpp"
#include "SkyUtil.hpp"

View File

@ -23,7 +23,7 @@
#ifndef __SKYTEXTURE_HPP__
#define __SKYTEXTURE_HPP__
#pragma warning( disable : 4786 )
// #pragma warning( disable : 4786 )
#include <GL/glut.h>

View File

@ -22,7 +22,7 @@
#ifndef SKYTEXTUREMANAGER_HPP
#define SKYTEXTUREMANAGER_HPP
#pragma warning( disable : 4786)
// #pragma warning( disable : 4786)
#include "SkySingleton.hpp"
#include "SkyTexture.hpp"