summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_gl.mpb
blob: 645fd0104aa28f30caa9d8562d064e3b28ee6e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project : ace_x11 {
  requires += gl

  // Depends on configration from include/makeinclude/platform_*.GNU
  verbatim(gnuace,local) {
    CPPFLAGS += $(PLATFORM_GL_CPPFLAGS) $(PLATFORM_X11_CPPFLAGS)
    LIBS += $(PLATFORM_GL_LIBS) $(PLATFORM_X11_LIBS)
    LDFLAGS += $(PLATFORM_GL_LDFLAGS) $(PLATFORM_GL_LDFLAGS)
  }
  specific(vc6,vc7,vc71,vc8,vc9) {
    lit_libs += OpenGL32
  }
}