summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_tk.mpb
blob: 39c9327073cd0516a69fa477b0b17726faffd312 (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_LDFLAGS) $(PLATFORM_TK_LDFLAGS)
  }
}