remove_bsod.patch 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. diff --git a/hacks/Makefile.in b/hacks/Makefile.in
  2. index ef6ee5c..6f4ee46 100644
  3. --- a/hacks/Makefile.in
  4. +++ b/hacks/Makefile.in
  5. @@ -104,7 +104,7 @@ SRCS = xscreensaver-getimage.c \
  6. rd-bomb.c coral.c mountain.c triangle.c lissie.c worm.c \
  7. rotor.c ant.c xjack.c xlyap.c \
  8. cynosure.c moire2.c flow.c epicycle.c interference.c \
  9. - truchet.c bsod.c crystal.c discrete.c distort.c kumppa.c \
  10. + truchet.c crystal.c discrete.c distort.c kumppa.c \
  11. demon.c loop.c t3d.c penetrate.c deluxe.c compass.c \
  12. squiral.c xflame.c wander.c spotlight.c critical.c \
  13. phosphor.c xmatrix.c petri.c shadebobs.c xsublim.c ccurve.c \
  14. @@ -142,7 +142,7 @@ OBJS = attraction.o blitspin.o bouboule.o braid.o bubbles.o \
  15. rd-bomb.o coral.o mountain.o triangle.o lissie.o worm.o \
  16. rotor.o ant.o xjack.o xlyap.o xscreensaver-getimage.o \
  17. cynosure.o moire2.o flow.o epicycle.o interference.o \
  18. - truchet.o bsod.o crystal.o discrete.o distort.o kumppa.o \
  19. + truchet.o crystal.o discrete.o distort.o kumppa.o \
  20. demon.o loop.o t3d.o penetrate.o deluxe.o compass.o \
  21. squiral.o xflame.o wander.o spotlight.o critical.o \
  22. phosphor.o xmatrix.o petri.o shadebobs.o xsublim.o ccurve.o \
  23. @@ -171,7 +171,7 @@ EXES = attraction blitspin bouboule braid decayscreen deco \
  24. slip strange swirl goop starfish munch \
  25. fadeplot rd-bomb coral mountain triangle \
  26. xjack xlyap cynosure moire2 flow epicycle \
  27. - interference truchet bsod crystal discrete distort kumppa \
  28. + interference truchet crystal discrete distort kumppa \
  29. demon loop penetrate deluxe compass squiral xflame \
  30. wander spotlight phosphor xmatrix petri shadebobs \
  31. ccurve blaster bumps ripples xspirograph \
  32. @@ -210,7 +210,7 @@ HDRS = screenhack.h screenhackI.h fps.h fpsI.h xlockmore.h \
  33. apple2.h analogtv.h pacman.h pacman_ai.h pacman_level.h \
  34. asm6502.h delaunay.h recanim.h
  35. MEN = anemone.man apollonian.man attraction.man \
  36. - blaster.man blitspin.man bouboule.man braid.man bsod.man \
  37. + blaster.man blitspin.man bouboule.man braid.man \
  38. bumps.man ccurve.man compass.man coral.man \
  39. crystal.man cynosure.man decayscreen.man \
  40. deco.man deluxe.man demon.man discrete.man distort.man \
  41. @@ -661,9 +661,6 @@ interference: interference.o $(HACK_OBJS) $(COL) $(SHM) $(THRO) $(DBE)
  42. truchet: truchet.o $(HACK_OBJS) $(COL)
  43. $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(COL) $(HACK_LIBS)
  44. -bsod: bsod.o $(HACK_OBJS) $(GRAB) $(APPLE2) $(PNG)
  45. - $(CC_HACK) -o $@ $@.o $(HACK_OBJS) $(GRAB) $(APPLE2) $(PNG) $(PNG_LIBS) $(THRL)
  46. -
  47. apple2: apple2.o apple2-main.o $(HACK_OBJS) $(ATV) $(GRAB) $(TEXT) $(PNG)
  48. $(CC_HACK) -o $@ $@.o apple2-main.o $(HACK_OBJS) $(ATV) $(GRAB) $(TEXT) $(PNG) $(PNG_LIBS) $(TEXT_LIBS) $(THRL)
  49. @@ -1294,41 +1291,6 @@ braid.o: $(UTILS_SRC)/xft.h
  50. braid.o: $(UTILS_SRC)/yarandom.h
  51. braid.o: $(srcdir)/xlockmoreI.h
  52. braid.o: $(srcdir)/xlockmore.h
  53. -bsod.o: $(srcdir)/analogtv.h
  54. -bsod.o: $(srcdir)/apple2.h
  55. -bsod.o: ../config.h
  56. -bsod.o: $(srcdir)/fps.h
  57. -bsod.o: images/gen/amiga_png.h
  58. -bsod.o: images/gen/android_png.h
  59. -bsod.o: images/gen/apple_png.h
  60. -bsod.o: images/gen/atari_png.h
  61. -bsod.o: images/gen/atm_png.h
  62. -bsod.o: images/gen/dvd_png.h
  63. -bsod.o: images/gen/gnome1_png.h
  64. -bsod.o: images/gen/gnome2_png.h
  65. -bsod.o: images/gen/hmac_png.h
  66. -bsod.o: images/gen/macbomb_png.h
  67. -bsod.o: images/gen/mac_png.h
  68. -bsod.o: images/gen/osx_10_2_png.h
  69. -bsod.o: images/gen/osx_10_3_png.h
  70. -bsod.o: images/gen/ransomware_png.h
  71. -bsod.o: images/gen/sun_png.h
  72. -bsod.o: $(srcdir)/recanim.h
  73. -bsod.o: $(srcdir)/screenhackI.h
  74. -bsod.o: $(srcdir)/screenhack.h
  75. -bsod.o: $(UTILS_SRC)/aligned_malloc.h
  76. -bsod.o: $(UTILS_SRC)/colors.h
  77. -bsod.o: $(UTILS_SRC)/font-retry.h
  78. -bsod.o: $(UTILS_SRC)/grabscreen.h
  79. -bsod.o: $(UTILS_SRC)/hsv.h
  80. -bsod.o: $(UTILS_SRC)/resources.h
  81. -bsod.o: $(UTILS_SRC)/thread_util.h
  82. -bsod.o: $(UTILS_SRC)/usleep.h
  83. -bsod.o: $(UTILS_SRC)/visual.h
  84. -bsod.o: $(UTILS_SRC)/xft.h
  85. -bsod.o: $(UTILS_SRC)/xshm.h
  86. -bsod.o: $(UTILS_SRC)/yarandom.h
  87. -bsod.o: $(srcdir)/ximage-loader.h
  88. bubbles-default.o: $(srcdir)/bubbles.h
  89. bubbles-default.o: ../config.h
  90. bubbles-default.o: images/gen/blood10_png.h