Skip to content

Commit

Permalink
also remove SwapBytes from win build
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 20, 2024
1 parent 97a6edc commit 8f20d8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 853 deletions.
2 changes: 1 addition & 1 deletion makefile.burner_win32_rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ifdef INCLUDE_7Z_SUPPORT
depobj += un7z.o \
\
7zArcIn.o 7zBuf.o 7zBuf2.o 7zCrc.o 7zCrcOpt.o 7zDec.o 7zFile.o 7zStream.o Alloc.o Bcj2.o Bra.o Bra86.o BraIA64.o CpuArch.o \
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o SwapBytes.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
Delta.o LzFindOpt.o LzmaDec.o Lzma2Dec.o MtDec.o Ppmd7.o Ppmd7Dec.o Ppmd7aDec.o Sha256.o Sha1Opt.o Sha256Opt.o Threads.o Xxh64.o Xz.o XzCrc64.o XzCrc64Opt.o XzDec.o ZstdDec.o
endif

ifdef INCLUDE_AVI_RECORDING
Expand Down
Loading

0 comments on commit 8f20d8e

Please sign in to comment.