Skip to content

Commit 19e5e46

Browse files
committed
added sockpp headers for Windows
1 parent 6bd7f37 commit 19e5e46

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

backbox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
[DMDServer]
33
# Address (interface) to bind for incoming connections
44
# Use 0.0.0.0 to accept connections from external devices on all interfaces
5-
Addr = 127.0.0.1
5+
Addr = 0.0.0.0
66
# The port to listen for TCP connections.
77
Port = 6789
88
# Set to 1 if Serum colorization should be used, 0 if not.
99
AltColor = 1
1010
# Overwrite the AltColorPath sent by the client and set it to a fixed value.
11-
AltColorPath =
11+
AltColorPath = /Users/markus.kalkbrenner/.pinmame/altcolor/
1212
# Set to 1 if PUP DMD frame matching should be used, 0 if not.
1313
PUPCapture = 0
1414
# Overwrite the PUPVideosPath sent by the client and set it to a fixed value.

platforms/win/x64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x64/pupdmd64.dll ../third-
210210
cp libdmdutil/libdmdutil/third-party/include/pupdmd.h ../third-party/include/
211211
cp libdmdutil/libdmdutil/third-party/build-libs/win/x64/sockpp64.lib ../third-party/build-libs/win-x64/
212212
cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x64/sockpp64.dll ../third-party/runtime-libs/win-x64/
213+
cp -r libdmdutil/libdmdutil/third-party/include/sockpp ../../third-party/include/
213214
cp libdmdutil/libdmdutil/third-party/build-libs/win/x64/cargs64.lib ../third-party/build-libs/win-x64/
214215
cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x64/cargs64.dll ../third-party/runtime-libs/win-x64/
215216
cp libdmdutil/libdmdutil/third-party/include/cargs.h ../third-party/include/

platforms/win/x86/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x86/pupdmd.dll ../third-pa
213213
cp libdmdutil/libdmdutil/third-party/include/pupdmd.h ../third-party/include/
214214
cp libdmdutil/libdmdutil/third-party/build-libs/win/x86/sockpp.lib ../third-party/build-libs/win-x86/
215215
cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x86/sockpp.dll ../third-party/runtime-libs/win-x86/
216+
cp -r libdmdutil/libdmdutil/third-party/include/sockpp ../../third-party/include/
216217
cp libdmdutil/libdmdutil/third-party/build-libs/win/x86/cargs.lib ../third-party/build-libs/win-x86/
217218
cp libdmdutil/libdmdutil/third-party/runtime-libs/win/x86/cargs.dll ../third-party/runtime-libs/win-x86/
218219
cp libdmdutil/libdmdutil/third-party/include/cargs.h ../third-party/include/

0 commit comments

Comments
 (0)