Skip to content

Commit

Permalink
ide/Project: Moved -shared before -l libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed Apr 24, 2012
1 parent 08c0f40 commit dee3d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/src/project/Project.ec
Expand Up @@ -2132,6 +2132,7 @@ private:
f.Printf("CONSOLE = %s\n", GetConsole(config) ? "-mconsole" : "-mwindows");
f.Printf("endif\n\n");

f.Printf("LIBS += $(SHAREDLIB) $(EXECUTABLE) $(LINKOPT)\n\n");
if((config && config.options && config.options.libraries) ||
(options && options.libraries))
{
Expand All @@ -2145,7 +2146,6 @@ private:
f.Printf("endif\n");
f.Printf("\n");
}
f.Printf("LIBS += $(SHAREDLIB) $(EXECUTABLE) $(LINKOPT)\n\n");

if(platforms || (config && config.platforms))
{
Expand Down

0 comments on commit dee3d2b

Please sign in to comment.