Brian Paul wrote:
>
> Josh wrote:
>
> > I checked in the new x86 asm code last night. It now uses assyntax.h,
> > which can now target NASM in addition to AT&T syntax assemblers. I've
> > tested it with both NASM and GAS on Linux. It should be fairly easy
> > to get it working on Win32 and Dos too.
>
> Are you sure you checked in all your changes? I don't see a src/X86/
> directory after doing an update.
>
You need to tell cvs update specifically if you want it to build new
directories like checkout does.
cvs update -d
will do the trick. More specifically, from within the src/ directory:
cvs update -d X86
will checkout that directory without burdening you with any others you
don't want (I dont imagine there are any, but that's the rationale)
Keith