[Scummvm-cvs-logs] SF.net SVN: scummvm:[55306] scummvm/trunk/tools/create_project/codeblocks/ create_project.cbp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jan 18 18:57:28 CET 2011


Revision: 55306
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55306&view=rev
Author:   thebluegr
Date:     2011-01-18 17:57:27 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
create_project: Add the lpcrt4 library normally in the libraries section of Code::Blocks,
not as a command switch

Modified Paths:
--------------
    scummvm/trunk/tools/create_project/codeblocks/create_project.cbp

Modified: scummvm/trunk/tools/create_project/codeblocks/create_project.cbp
===================================================================
--- scummvm/trunk/tools/create_project/codeblocks/create_project.cbp	2011-01-18 17:51:48 UTC (rev 55305)
+++ scummvm/trunk/tools/create_project/codeblocks/create_project.cbp	2011-01-18 17:57:27 UTC (rev 55306)
@@ -15,7 +15,7 @@
 					<Add option="-g" />
 				</Compiler>
 				<Linker>
-					<Add option="-lrpcrt4" />
+					<Add library="rpcrt4" />
 				</Linker>
 			</Target>
 			<Target title="Release">
@@ -28,7 +28,7 @@
 				</Compiler>
 				<Linker>
 					<Add option="-s" />
-					<Add option="-lrpcrt4" />
+					<Add library="rpcrt4" />
 				</Linker>
 			</Target>
 		</Build>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list