Skip to content

Commit

Permalink
Make it possible to use DEF files with LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Fredriksson committed Mar 29, 2023
1 parent 03945f1 commit 9a20ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tundra/tools/msvc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function apply(env, options)
["PROGOPTS"] = "",
["PROGCOM"] = "$(LD) /nologo @RESPONSE|@|$(_USE_PDB_LINK) $(PROGOPTS) $(LIBPATH:b:q:p/LIBPATH\\:) $(_USE_MODDEF) $(LIBS:q) /out:$(@:b:q) $(<:b:q:p\n)",
["LIBOPTS"] = "",
["LIBCOM"] = "$(LIB) /nologo @RESPONSE|@|$(LIBOPTS) /out:$(@:b:q) $(<:b:q:p\n)",
["LIBCOM"] = "$(LIB) /nologo @RESPONSE|@|$(LIBOPTS) /out:$(@:b:q) $(_USE_MODDEF) $(<:b:q:p\n)",
["PROGPREFIX"] = "",
["SHLIBLINKSUFFIX"] = ".lib",
["SHLIBPREFIX"] = "",
Expand Down

0 comments on commit 9a20ad5

Please sign in to comment.