Gravity: spaces => tabs in Jamfile
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user