summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_tk.mpb
blob: f390a3484a35e86c058b59c64b39c87d83ec939d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

project {
  requires += tk
  // Depends on configration from include/makeinclude/platform_*.GNU

  verbatim(gnuace,local) {
    CPPFLAGS += $(PLATFORM_TCL_CPPFLAGS) $(PLATFORM_TK_CPPFLAGS)
    LIBS += $(PLATFORM_TCL_LIBS) $(PLATFORM_TK_LIBS)
    LDFLAGS += $(PLATFORM_TCL_LIBS) $(PLATFORM_TK_LDFLAGS)
  }
}