mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 23:12:21 +00:00
Moved BlueChip's Composition demo directory to conform to the current standard naming convention
This commit is contained in:
parent
982f5bf140
commit
bb50452422
5 changed files with 2 additions and 1 deletions
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -22,6 +22,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Test Harness for alpha composition functions
|
// Test Harness for alpha composition functions
|
||||||
|
// The composition function and this demo were both written by BlueChip
|
||||||
/*
|
/*
|
||||||
PaintShopPro_X2 readings:
|
PaintShopPro_X2 readings:
|
||||||
| | Blue-over-Red | Red-over-Blue |
|
| | Blue-over-Red | Red-over-Blue |
|
|
@ -73,4 +73,4 @@ run : $(DOL)
|
||||||
.PRECIOUS : %.c
|
.PRECIOUS : %.c
|
||||||
%.c : %.png
|
%.c : %.png
|
||||||
@echo Converting resource: $<
|
@echo Converting resource: $<
|
||||||
@./raw2c.exe $<
|
@./raw2c.exe $< 2>null
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in a new issue