Gravity: spaces => tabs in Jamfile

This commit is contained in:
John Scipione
2016-04-12 19:17:10 -07:00
parent 598880fc30
commit 89972206d8
+3 -3
View File
@@ -4,7 +4,7 @@ UseBuildFeatureHeaders mesa ;
# For GCC2 # For GCC2
if $(TARGET_GCC_VERSION_$(TARGET_PACKAGING_ARCH)[1]) < 3 { if $(TARGET_GCC_VERSION_$(TARGET_PACKAGING_ARCH)[1]) < 3 {
SubDirC++Flags --no-warnings ; SubDirC++Flags --no-warnings ;
} }
AddResources Gravity : Gravity.rdef ; AddResources Gravity : Gravity.rdef ;
@@ -22,8 +22,8 @@ Includes [ FGristFiles $(sources) ] :
[ BuildFeatureAttribute glu : headers ] [ BuildFeatureAttribute glu : headers ]
[ BuildFeatureAttribute mesa : headers ] [ BuildFeatureAttribute mesa : headers ]
; ;
# Dependency needed to trigger downloading/unzipping the package before # Dependency needed to trigger downloading/unzipping the package before
# compiling the files. # compiling the files.
ScreenSaver Gravity : ScreenSaver Gravity :
$(sources) $(sources)