Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/MinGW/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/MinGW/Makefile b/build/MinGW/Makefile
index cc16725..9784745 100644
--- a/build/MinGW/Makefile
+++ b/build/MinGW/Makefile
@@ -17,7 +17,7 @@ all: MinHook.dll libMinHook.dll.a libMinHook.a
libMinHook.a: $(OBJS)
$(AR) r $@ $^
libMinHook.dll.a: MinHook.dll dll_resources/MinHook.def
- $(DLLTOOL) --dllname MinHook.dll --def dll_resources/MinHook.def --output-lib $@
+ $(DLLTOOL) --dllname MinHook.dll --input-def dll_resources/MinHook.def --output-lib $@
MinHook.dll: $(OBJS) dll_resources/MinHook.res dll_resources/MinHook.def
$(CCLD) -o $@ -shared $(LDFLAGS) $^