mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
target = arg[1]
|
||||
compiler = arg[2]
|
||||
bitness = arg[3]
|
||||
linker = arg[4]
|
||||
|
||||
file_name = target.."_"..compiler.."_"..linker.."_"..bitness
|
||||
|
||||
map_to_csv(compiler.."_"..linker.."_"..bitness, file_name..".map", file_name..".csv")
|
||||
Reference in New Issue
Block a user