The EXE now has its functions in the exact same order as the original

This is crazy. So, MSVC2003 always links the source files in
alphabetical order, but for some reason the original EXE ends with
the NPC and boss files.

Cucky figured out why: Pixel used folders in his Visual Studio
project - one for NPC code, and one for boss code.

With this, the built EXE now has its functions in the exact same
order as the original. Hell yeah. I guess now we just have to figure
out how to get the variables in the correct order.
This commit is contained in:
Clownacy 2019-09-05 16:42:16 +01:00
parent a394f7a611
commit af7d8222a8

View file

@ -229,39 +229,6 @@
<File
RelativePath="src\Back.cpp">
</File>
<File
RelativePath="src\Boss.cpp">
</File>
<File
RelativePath="src\BossAlmo1.cpp">
</File>
<File
RelativePath="src\BossAlmo2.cpp">
</File>
<File
RelativePath="src\BossBallos.cpp">
</File>
<File
RelativePath="src\BossFrog.cpp">
</File>
<File
RelativePath="src\BossIronH.cpp">
</File>
<File
RelativePath="src\BossLife.cpp">
</File>
<File
RelativePath="src\BossOhm.cpp">
</File>
<File
RelativePath="src\BossPress.cpp">
</File>
<File
RelativePath="src\BossTwinD.cpp">
</File>
<File
RelativePath="src\BossX.cpp">
</File>
<File
RelativePath="src\BulHit.cpp">
</File>
@ -334,6 +301,42 @@
<File
RelativePath="src\MycParam.cpp">
</File>
<File
RelativePath="src\Organya.cpp">
</File>
<File
RelativePath="src\PixTone.cpp">
</File>
<File
RelativePath="src\Profile.cpp">
</File>
<File
RelativePath="src\SelStage.cpp">
</File>
<File
RelativePath="src\Shoot.cpp">
</File>
<File
RelativePath="src\Sound.cpp">
</File>
<File
RelativePath="src\Stage.cpp">
</File>
<File
RelativePath="src\Star.cpp">
</File>
<File
RelativePath="src\TextScr.cpp">
</File>
<File
RelativePath="src\Triangle.cpp">
</File>
<File
RelativePath="src\ValueView.cpp">
</File>
<Filter
Name="NPC"
Filter="">
<File
RelativePath="src\NpcAct000.cpp">
</File>
@ -397,40 +400,45 @@
<File
RelativePath="src\NpcTbl.cpp">
</File>
</Filter>
<Filter
Name="Boss"
Filter="">
<File
RelativePath="src\Organya.cpp">
RelativePath="src\Boss.cpp">
</File>
<File
RelativePath="src\PixTone.cpp">
RelativePath="src\BossAlmo1.cpp">
</File>
<File
RelativePath="src\Profile.cpp">
RelativePath="src\BossAlmo2.cpp">
</File>
<File
RelativePath="src\SelStage.cpp">
RelativePath="src\BossBallos.cpp">
</File>
<File
RelativePath="src\Shoot.cpp">
RelativePath="src\BossFrog.cpp">
</File>
<File
RelativePath="src\Sound.cpp">
RelativePath="src\BossIronH.cpp">
</File>
<File
RelativePath="src\Stage.cpp">
RelativePath="src\BossLife.cpp">
</File>
<File
RelativePath="src\Star.cpp">
RelativePath="src\BossOhm.cpp">
</File>
<File
RelativePath="src\TextScr.cpp">
RelativePath="src\BossPress.cpp">
</File>
<File
RelativePath="src\Triangle.cpp">
RelativePath="src\BossTwinD.cpp">
</File>
<File
RelativePath="src\ValueView.cpp">
RelativePath="src\BossX.cpp">
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"