Skip to content

Commit

Permalink
Update bmakecommon.mpt
Browse files Browse the repository at this point in the history
Correct output dir for lib file
  • Loading branch information
jwillemsen committed Apr 16, 2024
1 parent c295ae8 commit 1af1f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bmakecommon.mpt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ common_libs = dllcrt2.o crtbegin.o ws2_32$(LIB_EXT) -lmoldname -lucrt -lmingw32
tlib = tlib64
dllflags = -m i386pep -shared --Bstatic --enable-auto-image-base
object_search_path = 0
linker_dll_arguments = $(DLLFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)$(NAME)$(DLL_EXT) --out-implib $(NAME).lib $(LIBFILES) $(RESOURCE)
linker_dll_arguments = $(DLLFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)$(NAME)$(DLL_EXT) --out-implib $(OUTPUTDIR)$(NAME).lib $(LIBFILES) $(RESOURCE)
linker_exe_arguments = $(EXEFLAGS) $(LFLAGS) $(STARTUP_OBJ) $(OBJFILES), $(OUTPUTDIR)$(NAME)$(EXE_EXT),, $(LIBFILES),, $(RESOURCE)
}

0 comments on commit 1af1f2a

Please sign in to comment.