GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.15k stars 268 forks source link

DumpGRP use win32 lib instead of win64 #20

Closed OshidaBCF closed 7 months ago

OshidaBCF commented 9 months ago

image

For some reason the ioSys/jamfile has Platform equal at win32 and then add oddle's win32 lib instead of the win64, and i cannot find where it's being set

for the time being i just cheated and added -s Platform=win64 to the jam command line in the build_dagor3_cdk_mini.cmd image

For some reason the dumpGrp is the only that's missing

Also i think that the -s aren't supposed to be without a gap after the text image

NicSavichev commented 9 months ago

For some reason the dumpGrp is the only that's missing

dumpGrp is built in 32 bit, I will recheck if this is intentional (required) or just legacy. If util works (built for win64) then I will change build script

OshidaBCF commented 9 months ago

it seems to have built normally forcing 64 bits

It seems to be extracting grp properly so i guess it's okay ?

NicSavichev commented 9 months ago

Maybe yes but I remember some issues

OshidaBCF commented 9 months ago

i can guess that there will be a very specific case that doesn't work on win 64

NicSavichev commented 7 months ago

Changed build scripts to build only 64-bit versions of utils