X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/c1f500c03860ebbb41d515932ea81f99ef45a06c..84f7de6dbd7fbaddd18f8572d14b69b84de0023d:/Recipe?ds=sidebyside diff --git a/Recipe b/Recipe index b2c6502..885b0d7 100644 --- a/Recipe +++ b/Recipe @@ -10,6 +10,7 @@ !makefile gtk Makefile !makefile vc Makefile.vc +!makefile wce Makefile.wce !makefile cygwin Makefile.cyg !makefile osx Makefile.osx @@ -89,6 +90,11 @@ version.obj: *.c *.h cl $(VER) $(CFLAGS) /c version.c !end !specialobj vc version +!begin wce +version.obj: *.c *.h + $(CC) $(VER) $(CFLAGS) /c version.c +!end +!specialobj wce version !begin cygwin version.o: FORCE; FORCE: