Development > Newbie Coding
(log) Actually got new build system to (partially) work on Windows 7
Mattn:
i will check it - why is the cmd /c needed? - it should be $(shell ...), no? (if needed at all)
Mattn:
i had to add -r to all other pk3 defines to make it work. it feels a lot faster here, too
thanks a lot
Mattn:
--- Code: ---ifeq (7z,$(findstring 7z,$(call ZIP)))
--- End code ---
is there any special reason that you only check 7z here? and not also 7za?
Mattn:
i've applied it to master without that Windows_NT hack - i would first like to know why it's needed and whether we can maybe work around this hack somehow.
it's tested on mac and linux and works fine there (and finally on more than one core - thanks a lot again)
Muton:
> why is the cmd /c needed
7z recursive search will stuck
maybe a / path or winpath c:\... problem
> i had to add -r to all other pk3 defines to make it work.
Hmmm a bug?
On win it worked well
I'll test it tomorrow inside a real Linux VM
>> ifeq (7z,$(findstring 7z,$(call ZIP)))
> is there any special reason that you only check 7z here? and not also 7za
7z accrue in 7z and 7za
first i checked for zip, but 7z a -tzip ;) url
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version