Skip to content

Commit

Permalink
Correct Windows explanatory comment
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@18786 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
NigelPearson committed Oct 19, 2008
1 parent 1cdcfc9 commit ecd97bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythplugins/libs-targetfix.pro
Expand Up @@ -4,9 +4,9 @@ mingw {
contains( TEMPLATE, lib ) : !static {

# Qt under Linux/Unix/Mac OS X builds libBlah.a and libBlah.so,
# but is using the Windows defaults libBlah.a and Blah.so.
# but is using the Windows defaults libBlah.a and Blah.dll.
#
# So that our modules have the same filenames as on Unix, override:
# So that our modules have similar filenames as on Unix, override:
#
TARGET = lib$${TARGET}
}
Expand Down

0 comments on commit ecd97bf

Please sign in to comment.