View Single Post
  #5  
Old 12-16-2003, 02:05 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Change the #ifdef i386 to something obscene like i986.

You're system probably already has i386 defined , so commenting that out isnt going to help..

Damn i386 binary compiled distributions....

You dont have to be good at C++, just common sense.. You DONT want to compile the assembly... IF DEFINED i386, compile this stuff, ELSE, compile this other thing..

You want the other thing...

I leave the rest as an exercise to the reader.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote