Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
240ff42
Vcproj.pm: auto-generate GUIDs
dscho Feb 16, 2018
a7898b0
Vcproj.pm: list git.exe first to be startup project
Jul 19, 2015
d42fd0f
Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool
dscho Oct 25, 2016
f4d41c6
Vcproj.pm: urlencode '<' and '>' when generating VC projects
dscho Oct 25, 2016
82e8200
contrib/buildsystems: ignore invalidcontinue.obj
Jul 20, 2015
60a45f2
contrib/buildsystems: ignore irrelevant files in Generators/
dscho Oct 26, 2016
b8eb868
contrib/buildsystems: fix misleading error message
Jul 19, 2015
c10fd66
contrib/buildsystems: handle quoted spaces in filenames
Jul 19, 2015
e908d01
contrib/buildsystems: ignore gettext stuff
Feb 9, 2015
3cfbb78
contrib/buildsystems: redirect errors of the dry run into a log file
Jul 19, 2015
eaf1dd4
contrib/buildsystems: optionally capture the dry-run in a file
Jul 16, 2015
c696152
contrib/buildsystems: error out on unknown option
dscho Dec 4, 2017
b07e834
contrib/buildsystems: handle the curl library option
May 4, 2016
052a98b
contrib/buildsystems: handle libiconv, too
dscho Oct 27, 2016
5c9702e
contrib/buildsystems: also handle -lexpat
dscho Jul 18, 2019
1d4c553
contrib/buildsystems: handle options starting with a slash
dscho Oct 27, 2016
bc6a10b
contrib/buildsystems: add a backend for modern Visual Studio versions
dscho Oct 26, 2016
2a3379d
msvc: add a Makefile target to pre-generate the Visual Studio solution
dscho Nov 28, 2016
4dbbe3f
vcxproj: also link-or-copy builtins
dscho Dec 19, 2017
dc4a9cc
.gitignore: touch up the entries regarding Visual Studio
Jul 19, 2015
3f862bf
.gitignore: ignore Visual Studio's temporary/generated files
dscho Oct 25, 2016
a81cc2c
bin-wrappers: append `.exe` to target paths if necessary
dscho Nov 25, 2016
6452dc1
git: avoid calling aliased builtins via their dashed form
dscho Nov 28, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
contrib/buildsystems: fix misleading error message
The error message talked about a "lib option", but it clearly referred
to a link option.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
Philip Oakley authored and dscho committed Jul 18, 2019
commit b8eb868316990ae180323d04efe08ed7d48c61ef
2 changes: 1 addition & 1 deletion 2 contrib/buildsystems/engine.pl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ sub handleLinkLine
} elsif ($part =~ /\.obj$/) {
# do nothing, 'make' should not be producing .obj, only .o files
} else {
die "Unhandled lib option @ line $lineno: $part";
die "Unhandled link option @ line $lineno: $part";
}
}
# print "AppOut: '$appout'\nLFlags: @lflags\nLibs : @libs\nOfiles: @objfiles\n";
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.