jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Building wjed with cygwin name support


Frank Wallingford wrote:
Hi.

I've been trying to build wjed.exe with support for native cygwin paths.

[...]

Any pointers? Has anyone tried this before? Is it supposed to work? Do I
have to dig into the code? Where should I begin?

You will have to modify the code because on WIN32/IBMPC_SYSTEM
JED supports the "X:\" form.
see:
   expand_filename in sysdep.c
   fixup_name in win32.c
   get_win32_root in main.c
   probably a lot more ...

You will have to add some ifdef blocks:
#if defined(CYGWIN32)
#endif

Also the .sl files will have to be modified.

Marko

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]