2012-07-12 08:46 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  * source/pp/ppcore.c
    + message directive to show info on compile time. For example:

      /* begin file */
      #message ""
      #message "This program require FOOBAR.LIB"
      #message ""

      PROCEDURE MAIN()

      #if defined( __FOOBAR__)
         #message "__FOOBAR__ is defined"
      #else
         #message "__FOOBAR__ is not defined"
      #endif

      RETURN
      /* end */

  + tests/testmsg.prg
    ! sample program to test message directive

Andi


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to