[ros-diffs] [tkreuzer] 48822: Fix a typo.Thanks to Usurp for noticing.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sun Sep 19 20:10:56 UTC 2010


Author: tkreuzer
Date: Sun Sep 19 20:10:55 2010
New Revision: 48822

URL: http://svn.reactos.org/svn/reactos?rev=48822&view=rev
Log:
Fix a typo.Thanks to Usurp for noticing.

Modified:
    branches/cmake-bringup/gcc.cmake

Modified: branches/cmake-bringup/gcc.cmake
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/gcc.cmake?rev=48822&r1=48821&r2=48822&view=diff
==============================================================================
--- branches/cmake-bringup/gcc.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/gcc.cmake [iso-8859-1] Sun Sep 19 20:10:55 2010
@@ -44,7 +44,7 @@
 endmacro()
 
 macro(set_module_type MODULE TYPE)
-  target_link_libraries(calc mingw_wmain mingw_common)
+  target_link_libraries(${MODULE} mingw_wmain mingw_common)
   if(${TYPE} MATCHES win32gui)
     set_entrypoint(${MODULE} wWinMainCRTStartup)
   endif()




More information about the Ros-diffs mailing list