Skip to content

Commit c19cbbf

Browse files
author
Michael Chourdakis
committed
Dism Ready
1 parent 82e0cc6 commit c19cbbf

18 files changed

+410
-299
lines changed

asm.vcxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,15 @@
218218
<FileType>Document</FileType>
219219
</None>
220220
</ItemGroup>
221+
<ItemGroup>
222+
<Text Include="dis\main.c">
223+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='VirtualBox|x64'">false</ExcludedFromBuild>
224+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DOS|x64'">false</ExcludedFromBuild>
225+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='VMWare|x64'">false</ExcludedFromBuild>
226+
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='BochsNoDebug|x64'">false</ExcludedFromBuild>
227+
<FileType>CppCode</FileType>
228+
</Text>
229+
</ItemGroup>
221230
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
222231
<ImportGroup Label="ExtensionTargets">
223232
</ImportGroup>

asm.vcxproj.filters

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,9 @@
211211
<Filter>Configuration</Filter>
212212
</None>
213213
</ItemGroup>
214+
<ItemGroup>
215+
<ClCompile Include="dis\main.c">
216+
<Filter>VDebug</Filter>
217+
</ClCompile>
218+
</ItemGroup>
214219
</Project>

build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ xcopy /y /s /e /i qlink\* .\CD\qlink
2323
xcopy /y /s /e /i dpmi\* .\CD\dpmi
2424
copy /y dis\dism.exe .\CD\
2525

26+

bx_enh_dbg.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ isLittleEndian = TRUE
1919
DefaultAsmLines = 512
2020
DumpWSIndex = 0
2121
DockOrder = 0x132
22-
ListWidthPix[0] = 417
23-
ListWidthPix[1] = 509
24-
ListWidthPix[2] = 442
22+
ListWidthPix[0] = 437
23+
ListWidthPix[1] = 528
24+
ListWidthPix[2] = 459
2525
FontName = System
2626
FontSize = -16
27-
MainWindow = -8, -8, 1376, 1002
27+
MainWindow = 475, 191, 1915, 958

config.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ RESIDENT_OWN_PM_STACK = 1
1414
RESIDENT_OWN_LM_STACK = 1
1515

1616

17-
VDEBUG = 0
17+
VDEBUG = 0
1818
MDEBUG = 1
1919

dis/dism.exe

-1.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)