Revision: 8355
http://armagetronad.svn.sourceforge.net/armagetronad/?rev=8355&view=rev
Author: wrtlprnft
Date: 2008-03-19 12:21:30 -0700 (Wed, 19 Mar 2008)
Log Message:
-----------
Add new files for copy and paste support
Modified Paths:
--------------
armagetronad/trunk/armagetronad/win32/code_blocks/ArmagetronAd.cbp
Modified: armagetronad/trunk/armagetronad/win32/code_blocks/ArmagetronAd.cbp
===================================================================
--- armagetronad/trunk/armagetronad/win32/code_blocks/ArmagetronAd.cbp 2008-03-19 19:20:55 UTC (rev 8354)
+++ armagetronad/trunk/armagetronad/win32/code_blocks/ArmagetronAd.cbp 2008-03-19 19:21:30 UTC (rev 8355)
@@ -106,6 +106,7 @@
<Add directory="..\..\..\winlibs\FTGL\win32\freetype\include" />
<Add directory="..\..\..\winlibs\FTGL\win32\freetype\include\freetype2" />
<Add directory="..\..\..\winlibs\boost\includes" />
+ <Add directory="..\..\src\thirdparty\scrap" />
</Compiler>
<Linker>
<Add library="libopengl32.a" />
@@ -243,6 +244,8 @@
<Unit filename="..\..\src\thirdparty\particles\pDomain.h" />
<Unit filename="..\..\src\thirdparty\particles\pVec.h" />
<Unit filename="..\..\src\thirdparty\particles\papi.h" />
+ <Unit filename="..\..\src\thirdparty\scrap\scrap.cpp" />
+ <Unit filename="..\..\src\thirdparty\scrap\scrap.h" />
<Unit filename="..\..\src\thirdparty\shttpd\shttpd.h" />
<Unit filename="..\..\src\tools\tArray.cpp" />
<Unit filename="..\..\src\tools\tArray.h" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|