Commit 4da1d25

Nick Faro committed on
Only use huge.inc rather than an include dir in exported asm
commit 4da1d2573d42be09e54d49bc9c286e44ca44b726 parent bad74d4
1 changed files +1−1
Modifiedsrc/codegen.pas +1−1
@@ -461,7 +461,7 @@ var
461 begin 461 begin
462 OutSL := TStringList.Create; 462 OutSL := TStringList.Create;
463 463
464 OutSL.Add('include "include/hUGE.inc"'); 464 OutSL.Add('include "hUGE.inc"');
465 OutSL.Add(''); 465 OutSL.Add('');
466 OutSL.Add('SECTION "'+DescriptorName+' Song Data", ROMX'); 466 OutSL.Add('SECTION "'+DescriptorName+' Song Data", ROMX');
467 OutSL.Add(''); 467 OutSL.Add('');