From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Microsoft Visual C++ Toolkit 2003 From: Geoff Collyer In-Reply-To: <40846DFD.9010903@chunder.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 19 Apr 2004 17:32:43 -0700 Topicbox-Message-UUID: 6067f17a-eacd-11e9-9e20-41e7f4b1d025 Might as well just include everything: cd \usr\include find . -name '*.h' -type f -print | sort | sed 's/.*/#include <&>/' >windows.h make