From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- nx-X11/programs/Xserver/GL/windows/Imakefile | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 nx-X11/programs/Xserver/GL/windows/Imakefile (limited to 'nx-X11/programs/Xserver/GL/windows/Imakefile') diff --git a/nx-X11/programs/Xserver/GL/windows/Imakefile b/nx-X11/programs/Xserver/GL/windows/Imakefile new file mode 100755 index 000000000..2b3ddeb12 --- /dev/null +++ b/nx-X11/programs/Xserver/GL/windows/Imakefile @@ -0,0 +1,36 @@ +#include + +LinkSourceFile(compsize.c,$(MESASRCDIR)/src/glx/x11) + + SRCS = compsize.c indirect.c glwrap.c + OBJS = compsize.o indirect.o glwrap.o + + INCLUDES = -I. \ + -I$(INCLUDESRC) \ + -I$(XINCLUDESRC) \ + -I$(EXTINCSRC) \ + -I$(SERVERSRC)/include \ + -I$(SERVERSRC)/render \ + -I$(SERVERSRC)/hw/xwin \ + -I$(SERVERSRC)/GL/include \ + -I$(SERVERSRC)/GL/glx \ + -I$(LIBSRC)/GL/glx \ + -I$(LIBSRC)/GL/include \ + -I$(MESASRCDIR)/include \ + -I$(MESASRCDIR)/src \ + -I$(MESASRCDIR)/src/mesa/glapi \ + $(GL_INCLUDES) + +#if defined(GlxUseWindows) && GlxUseWindows + CYGWIN_GL_DEFINES = -DUSE_OPENGL32 +#endif +#if defined(Win32Architecture) +# undef __stdcall + APIENTRY_DEFS = -DAPIENTRY=__stdcall +#endif + DEFINES = $(GLX_DEFINES) $(CYGWIN_GL_DEFINES) $(APIENTRY_DEFS) + +NormalLibraryTarget(GLcore,$(OBJS)) +NormalLibraryObjectRule() + +DependTarget() -- cgit v1.2.3