Ben Langmuir | 71e1a64 | 2014-05-05 21:44:13 +0000 | [diff] [blame] | 1 | module AnotherModule { |
2 | header "AnotherModule.h" | ||||
3 | exclude header "AnotherModuleExcluded.h" | ||||
4 | } | ||||
5 | module Umbrella { | ||||
6 | umbrella "umbrella" | ||||
7 | } | ||||
8 | module NotFramework { | ||||
9 | header "NotFramework.h" | ||||
10 | } | ||||
11 | |||||
12 | framework module * { } |