by Bio Hazard » Sat Jul 15, 2006 11:31 pm
Looks like someone broke Linux compatibility in wadsrc/wadsrc.
On the last line, it says to run the command "..\tools\makewad\makewad.EXE" which we all know isin't valid in Linux,
Simply changing the '\\'s to '/' and removing the .EXE fixes it. I'm sure you could do some kind if ifdef thing for it since it worked before.
(actually, upon further reasearch, it was the Linux way anyway before. Makes sense since the VC version doesn't use makefiles)
Looks like someone broke Linux compatibility in wadsrc/wadsrc.
On the last line, it says to run the command "..\tools\makewad\makewad.EXE" which we all know isin't valid in Linux,
Simply changing the '\\'s to '/' and removing the .EXE fixes it. I'm sure you could do some kind if ifdef thing for it since it worked before.
(actually, upon further reasearch, it was the Linux way anyway before. Makes sense since the VC version doesn't use makefiles)