In Atmel Studio 6 (I build) my ASM project
In the "OutPut Window" along with file path's ect..
I get this :
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '') was evaluated as ('' != '').
All compiled 100%: (I assume)
Build succeeded.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
I am not using any (Apostrophes) in my code.. other than in a few in Remarks..
Such as:
; OutPut the EOR'ed result to the IO Port
; Stop the Interrupt don't need it any more
; All other MUXx Bits are set 00's
....ECT....
Would this be the reason for that odd "Target "PostBuildEvent" skipped" Error ??
Or is it critical ??.. and should find out the reason why..