Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit b8fdaf9

Browse files
committed
vlmcsd-1103-2016-11-05-Hotbird64
1 parent fcbbc40 commit b8fdaf9

40 files changed

Lines changed: 169 additions & 28 deletions

GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ help:
190190
@echo " -DNO_EXTENDED_PRODUCT_LIST Don't compile the detailed product list."
191191
@echo " -DNO_BASIC_PRODUCT_LIST Don't compile the basic product list."
192192
@echo " -DNO_STRICT_MODES Don't support enhanced emulator detection prevention."
193+
@echo " -DNO_CLIENT_LIST Don't support maintaining a client list (CMIDs)."
193194
@echo " -DNO_VERBOSE_LOG Don't support verbose logging. Removes -v option."
194195
@echo " -DNO_LOG Don't add support for logging. Implies -DNO_VERBOSE_LOG -DNO_EXTENDED_PRODUCT_LIST and -DNO_BASIC_PRODUCT_LIST."
195196
@echo " -DNO_RANDOM_EPID Don't support random ePIDs."

VisualStudio/msvcrt.lib

100755100644
File mode changed.

VisualStudio/msvcrt64.lib

100755100644
File mode changed.

VisualStudio/vlmcs/vlmcs.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<TerminalServerAware>true</TerminalServerAware>
153153
<SwapRunFromCD>true</SwapRunFromCD>
154154
<SwapRunFromNET>true</SwapRunFromNET>
155+
<EntryPointSymbol>WinStartUp</EntryPointSymbol>
155156
</Link>
156157
</ItemDefinitionGroup>
157158
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -191,6 +192,7 @@
191192
<SwapRunFromCD>true</SwapRunFromCD>
192193
<SwapRunFromNET>true</SwapRunFromNET>
193194
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
195+
<EntryPointSymbol>WinStartUp</EntryPointSymbol>
194196
</Link>
195197
</ItemDefinitionGroup>
196198
<ItemGroup>

VisualStudio/vlmcsd.sln

100755100644
File mode changed.

VisualStudio/vlmcsd/vlmcsd.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<SwapRunFromNET>true</SwapRunFromNET>
156156
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
157157
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
158+
<EntryPointSymbol>WinStartUp</EntryPointSymbol>
158159
</Link>
159160
</ItemDefinitionGroup>
160161
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -195,6 +196,7 @@
195196
<TerminalServerAware>true</TerminalServerAware>
196197
<SwapRunFromCD>true</SwapRunFromCD>
197198
<SwapRunFromNET>true</SwapRunFromNET>
199+
<EntryPointSymbol>WinStartUp</EntryPointSymbol>
198200
</Link>
199201
</ItemDefinitionGroup>
200202
<ItemGroup>

VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<TerminalServerAware>true</TerminalServerAware>
153153
<SwapRunFromCD>true</SwapRunFromCD>
154154
<SwapRunFromNET>true</SwapRunFromNET>
155+
<EntryPointSymbol>WinStartUp</EntryPointSymbol>
155156
</Link>
156157
</ItemDefinitionGroup>
157158
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -190,6 +191,7 @@
190191
<SwapRunFromCD>true</SwapRunFromCD>
191192
<SwapRunFromNET>true</SwapRunFromNET>
192193
<MinimumRequiredVersion>5.02</MinimumRequiredVersion>
194+
<EntryPointSymbol>WinStartUp</EntryPointSymbol>
193195
</Link>
194196
</ItemDefinitionGroup>
195197
<ItemGroup>

bin/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

build/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore everything in this directory
2+
*
3+
# Except this file
4+
!.gitignore

floppy/floppy144.vfd

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)