Sometime it’s useful to know what defines are available on specific platform and compiler. Here is command which shows these defines:
touch test.export g++ -dM -E test.export
Notes and comments from ORM Designer development
Sometime it’s useful to know what defines are available on specific platform and compiler. Here is command which shows these defines:
touch test.export g++ -dM -E test.export
Leave a Reply