Moved Rect and Color to Core/objects
Kartik Thakore [Thu, 15 Oct 2009 13:33:12 +0000 (09:33 -0400)]
Build.PL
src/Core/objects/Color.xs [moved from src/Color.xs with 100% similarity]
src/Core/objects/Rect.xs [moved from src/Rect.xs with 100% similarity]

index 676c02d..048d303 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -43,14 +43,14 @@ my %subsystems =
        },
        Rect => {
                file      => {
-                       from  => 'src/Rect.xs',
+                       from  => 'src/Core/objects/Rect.xs',
                        to    => 'lib/SDL/Rect.xs',
                },
                libraries => [qw( SDL  )],
        },
        Color => {
                file      => {
-                       from  => 'src/Color.xs',
+                       from  => 'src/Core/objects/Color.xs',
                        to    => 'lib/SDL/Color.xs',
                },
                libraries => [qw( SDL )],
similarity index 100%
rename from src/Color.xs
rename to src/Core/objects/Color.xs
similarity index 100%
rename from src/Rect.xs
rename to src/Core/objects/Rect.xs