Skip to content

Commit

Permalink
Update makefile.linux-mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Sep 30, 2023
1 parent a94608e commit 3627baf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/makefile.linux-mingw
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2009-2021 Bitcoin Developers
# Copyright (c) 2009-2021 LiteDogecoin Developers
# Copyright (c) 2009-2024 Bitcoin Developers
# Copyright (c) 2009-2024 Litedoge Developers
# Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -67,7 +67,6 @@ LIBS += -l mingwthrd -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l w
HEADERS = $(wildcard *.h)

OBJS= \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \
Expand All @@ -90,14 +89,15 @@ OBJS= \
obj/rpcrawtransaction.o \
obj/timedata.o \
obj/script.o \
obj/sync.o \
obj/txmempool.o \
obj/util.o \
obj/hash.o \
obj/noui.o \
obj/kernel.o \
obj/pbkdf2.o \
obj/sync.o \
obj/scrypt.o \
obj/scrypt-arm.o \
obj/scrypt-x86.o \
obj/scrypt-x86_64.o \
obj/chainparams.o \
Expand Down

0 comments on commit 3627baf

Please sign in to comment.