Decrypt9
Decrypt9 copied to clipboard
Building issues when building bootstrap, then gateway (or vice versa)
trafficstars
If you build with 'make bootstrap' first, then with 'make gateway), the Decrypt9.bin is not recompiled. This leads to a non functional launcher.dat. It's the same problem if you build 'gateway', then 'bootstrap' (with a non functional Decrypt9.bin then).
Workaround for now is to run 'make clean' in between, but for a proper solution I'm out of ideas.
@d0k3 In Top Makefile, L46. For gateway and bootstrap, It detects the method and use different link script. I'm not good with Makefile, sorry. And note the response below may be wrong..
- manually
make cleanfor switching it back and forth.. Not so good. - automatically
cleansome targets. Take usage ofEXEC_METHOD. Seems not that easy.. - generates different
.binfiles.. However would need some more modifications / customization.. Might be just edits the L46 and add differentOUTPUT. And then take usage of that in the two targets.
Hope there is better solution or a better guy would show up.