source: CMT/v1r14p20031120/src/demo/demoC/requirements @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 314 bytes
Line 
1package demoC
2
3build_strategy rebuild_makefiles
4
5include_path ../demoC
6
7branches demoC
8
9library C C*.cxx
10
11macro demoC_linkopts "-L$(DEMOCROOT)/$(demoC_tag) -lC" \
12      WIN32          ""
13
14application demoC -check demoC.cxx
15
16path_append LD_LIBRARY_PATH "" \
17            Linux "../$(demoC_tag)"
18
19
Note: See TracBrowser for help on using the repository browser.