@@ -9,18 +9,25 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
|
|||||||
|
|
||||||
AddResources Message : Flurry.rdef ;
|
AddResources Message : Flurry.rdef ;
|
||||||
|
|
||||||
ScreenSaver Flurry :
|
local sources =
|
||||||
Flurry.cpp
|
Flurry.cpp
|
||||||
Smoke.cpp
|
Smoke.cpp
|
||||||
Spark.cpp
|
Spark.cpp
|
||||||
Star.cpp
|
Star.cpp
|
||||||
Texture.cpp
|
Texture.cpp
|
||||||
:
|
;
|
||||||
|
|
||||||
|
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
|
||||||
|
# Dependency needed to trigger downloading/unzipping the package before
|
||||||
|
# compiling the files.
|
||||||
|
|
||||||
|
ScreenSaver Flurry :
|
||||||
|
$(sources) :
|
||||||
be screensaver GL libshared.a $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
be screensaver GL libshared.a $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs Flurry :
|
DoCatalogs Flurry :
|
||||||
x-vnd.Haiku-Flurry
|
x-vnd.Haiku-Flurry
|
||||||
:
|
:
|
||||||
Flurry.cpp
|
$(sources)
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user