X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=Build;h=02f502b4e892532e918f79139fc11fb17c4b141b;hp=f193a780a224a2c5cde340fb10424705460f7710;hb=c1b0303f65ee966a973197cbdbf177c571478674;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266 diff --git a/Build b/Build index f193a780..02f502b4 100644 --- a/Build +++ b/Build @@ -53,13 +53,13 @@ package "mspgl" source "shaderlib"; build_info { + incpath "source"; incpath "source/core"; incpath "source/materials"; incpath "source/render"; incpath "source/effects"; incpath "source/animation"; incpath "source/resources"; - incpath "source/glsl"; incpath "source/builders"; }; install true; @@ -71,7 +71,7 @@ package "mspgl" map "source/effects" "include/msp/gl"; map "source/animation" "include/msp/gl"; map "source/resources" "include/msp/gl"; - map "source/glsl" "include/msp/gl"; + map "source/glsl" "include/msp/gl/glsl"; map "source/builders" "include/msp/gl"; map "extensions" "include/msp/gl/extensions"; };