Mail Archives: cygwin/1998/08/19/04:03:05
touch empty.h
gcc -E -dM empty.h
-dM Tell the preprocessor to output only a list of the
macro definitions that are in effect at the end of
preprocessing. Used with the `-E' option.
using this you can tell which preprocessor defines are in effect
with what command line switches.
On Mon, 17 Aug 1998 22:03:58 +0000, you wrote:
>On Sat, Aug 15, 1998 at 03:21:32PM -0700, lsantil AT calstatela DOT edu wrote:
>> Hi
>> Is there document somewhere that lists all the GNU-Win32 gcc
>> preprocessor symbols like _GNUC_, _CYGWIN32_, etc.? Also, is there
>> any GNU-Win32 in info format, like what DJGPP uses? One last
>> question, is there info on building a dll/vxd so that direct hardware
>> is allowed and DirectX can be freely implement w/GNU-Win32's gcc?
>
>The gcc specs file lists the preprocessor symbols. Eventually these
>will be in the actual documentation if they aren't already...
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -