@@ -17,11 +17,11 @@ uses |
| 17 |
SysUtils, |
17 |
SysUtils, |
| 18 |
Forms, |
18 |
Forms, |
| 19 |
Interfaces, |
19 |
Interfaces, |
|
|
20 |
|
|
|
21 |
hUGESettings, |
|
|
22 |
|
| 20 |
Tracker in 'Tracker.pas', |
23 |
Tracker in 'Tracker.pas', |
| 21 |
EffectEditor in 'effecteditor.pas', |
24 |
EffectEditor in 'effecteditor.pas', |
| 22 |
Z80CPU in 'CPU\z80cpu.pas', |
|
|
| 23 |
sound in 'Sound\sound.pas', |
|
|
| 24 |
vars in 'Global\vars.pas', |
|
|
| 25 |
options in 'options.pas', |
25 |
options in 'options.pas', |
| 26 |
about_hugetracker in 'about_hugetracker.pas', |
26 |
about_hugetracker in 'about_hugetracker.pas', |
| 27 |
rendertowave in 'rendertowave.pas'; |
27 |
rendertowave in 'rendertowave.pas'; |
@@ -45,6 +45,8 @@ begin |
| 45 |
// Change working directory to the tracker directory |
45 |
// Change working directory to the tracker directory |
| 46 |
ChDir(ExtractFileDir(ParamStr(0))); |
46 |
ChDir(ExtractFileDir(ParamStr(0))); |
| 47 |
|
47 |
|
|
|
48 |
InitializeTrackerSettings; |
|
|
49 |
|
| 48 |
{$if declared(useHeapTrace)} |
50 |
{$if declared(useHeapTrace)} |
| 49 |
// Set up -gh output for the Leakview package: |
51 |
// Set up -gh output for the Leakview package: |
| 50 |
if FileExists('heap.trc') then |
52 |
if FileExists('heap.trc') then |