Making 4.0 first
- Posted by SPringle May 08, 2010
- 3865 views
[quote dcole]
dcole said...
SPringle said...
Phix here is using 3.1. You can fool Phix into using 4.0 by copying exw.exe to euiw.exe and exwc.exe to eui.exe
and making sure that the path for 4.0 comes before that of 3.1.
Shawn Pringle
How do you do that?
Check the PATH environment variable. The path for the 4.0 binaries should come first in that string. Changing its value can be done the same way as any other environment variable.
Shawn Pringle