Post build events

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

I have a post build event script... I need it to do a task only when the cpu
arch is 64bit for the compiled output... is there any way to check this and
then do a block of code if that is the case? if so how? thanks!
 
nevermind, realized the events work like DOS and you can use the IF XXX EQU
XXX ( ) else () commands :)
 
Back
Top