source: trunk/src/kmk/testcase/nmakeinline.mak@ 46

Last change on this file since 46 was 41, checked in by bird, 22 years ago

inline testcase - Early commit.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 305 bytes
Line 
1all: inlinefile.keep inlinefile.nokeep
2
3
4inlinefile.keep:
5 echo Creating <<$@
6line 1
7line 2
8line 3
9# comment like line, but it will be included.
10<<KEEP
11 echo done
12
13
14inlinefile.nokeep:
15 echo Creating <<$@
16# comment like line, but it will be included.
17line 1
18line 2
19line 3
20<<NOKEEP
21 echo done
22
23
24
25
Note: See TracBrowser for help on using the repository browser.