Skip to content

Commit

Permalink
ported current code from DOjS to jSH
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilu committed Dec 20, 2024
1 parent d030ca7 commit 8930d6b
Show file tree
Hide file tree
Showing 7,799 changed files with 978,073 additions and 698,152 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ capture/
tmp/
TEST.DB
W32DHCP.TMP
cacert.pem
CACERT.PEM
3rdparty/curl-7.80.0/lib/curl_config.h
3rdparty/openssl-1.1.1n/libcrypto.pc
3rdparty/openssl-1.1.1n/libssl.pc
Expand Down Expand Up @@ -52,3 +52,7 @@ cacert.pem
3rdparty/openssl-1.1.1n/include/crypto/bn_conf.h
3rdparty/openssl-1.1.1n/include/crypto/dso_conf.h
3rdparty/openssl-1.1.1n/include/openssl/opensslconf.h
dosbox-staging/
dosbox.exe - Shortcut.lnk
scripts/testdata/
OUTPUT.PDF
2 changes: 1 addition & 1 deletion 3rdparty/Watt-32/src/djgpp.mak
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ PKT_STUB = pkt_stub.h
#
prefix = /dev/env/DJDIR/net/watt

CFLAGS = -O3 -g -I. -I../inc -DWATT32_BUILD -W -Wall -Wno-strict-aliasing \
CFLAGS = -Os -g -I. -I../inc -DWATT32_BUILD -W -Wall -Wno-strict-aliasing \
-march=i386 -mtune=i586

STAT_LIB = ../lib/libwatt.a
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/Watt-32/src/makefile.all
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ PKT_STUB = pkt_stub.h
#
prefix = /dev/env/DJDIR/net/watt

CFLAGS = -O3 -g -I. -I../inc -DWATT32_BUILD -W -Wall -Wno-strict-aliasing \
CFLAGS = -Os -g -I. -I../inc -DWATT32_BUILD -W -Wall -Wno-strict-aliasing \
-march=i386 -mtune=i586

STAT_LIB = ../lib/libwatt.a
Expand Down
Loading

0 comments on commit 8930d6b

Please sign in to comment.