Gravity: spaces => tabs in Jamfile

This commit is contained in:
John Scipione 2016-04-12 19:17:10 -07:00
parent 598880fc30
commit 89972206d8
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ UseBuildFeatureHeaders mesa ;
# For GCC2
if $(TARGET_GCC_VERSION_$(TARGET_PACKAGING_ARCH)[1]) < 3 {
SubDirC++Flags --no-warnings ;
SubDirC++Flags --no-warnings ;
}
AddResources Gravity : Gravity.rdef ;
@ -22,8 +22,8 @@ Includes [ FGristFiles $(sources) ] :
[ BuildFeatureAttribute glu : headers ]
[ BuildFeatureAttribute mesa : headers ]
;
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.
ScreenSaver Gravity :
$(sources)