Re: CHANGES IN BUILDING SOURCE ?
- Posted by DerekParnell (admin) Feb 27, 2009
- 749 views
I've found the problem, but I'm still working on the solution.
The problem is that the program lp23p does not understand about long directory names. It can't find e:\eu_master\source\ex.exe because "eu_master" is 9 characters long.
The changes to makefile.wat included not assuming that the current directory is set to the source directory. Now it puts the full path of the 'target' file on the various command lines.
My build batch file.
This has worked in the past.
Just a suggestion, but might it be better to move the XP binaries after you build the win98 binaries. That way, you are using the same binaries to build the new XP set and the new 98 set. Currently, you build a new XP set, move them then use that new set to build the 98 binaries.