]> git.tdb.fi Git - libs/gui.git/blobdiff - Build
Remove modifier constants
[libs/gui.git] / Build
diff --git a/Build b/Build
index 79b8cbca0287cf3e640d21a5646c77af84a95fde..76b5622f9a41aac9f4dafccb6e3e9b1ff9fdcc05 100644 (file)
--- a/Build
+++ b/Build
@@ -1,4 +1,4 @@
-package "mspgbase"
+package "mspgui"
 {
        version "1.1";
        description "Base graphics and input library";
@@ -50,9 +50,9 @@ package "mspgbase"
                };
        };
 
-       headers "msp/gbase"
+       headers "msp/graphics"
        {
-               source "source/gbase";
+               source "source/graphics";
                install true;
        };
 
@@ -62,9 +62,9 @@ package "mspgbase"
                install true;
        };
 
-       library "mspgbase"
+       library "mspgui"
        {
-               source "source/gbase";
+               source "source/graphics";
                source "source/input";
                install true;
        };