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

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)
  }
}