From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4084759C.9050904@chunder.com> From: Bruce Ellis User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] Microsoft Visual C++ Toolkit 2003 References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 20 Apr 2004 10:58:04 +1000 Topicbox-Message-UUID: 606cc6f0-eacd-11e9-9e20-41e7f4b1d025 a novel solution but it's messier than that ... % grep -c '#if' windows.h 43 % Geoff Collyer wrote: > Might as well just include everything: > > cd \usr\include > find . -name '*.h' -type f -print | sort | sed 's/.*/#include <&>/' >windows.h > make