# makefile for System: DemonGame sctAUTOCFGDEP = sctCOMPFLAGS = -DXUSE_GENERIC_FUNC !include $(SCTDIR)\make.opt default: DemonGame$(sctEXTENSION) DemonGame$(sctEXTENSION): \ DemonGame$(sctOEXTENSION) \ $(sctLINKKERNELDEP) $(sctLD) @<< $(sctLDFLAGS) DemonGame$(sctOEXTENSION) $(sctLINKKERNEL) /OUT:DemonGame$(sctEXTENSION) << DemonGame$(sctOEXTENSION): \ DemonGame.c $(sctCC) @<< $(sctCPPFLAGS) $(sctCCFLAGS) $(sctIFDEF) /FoDemonGame$(sctOEXTENSION) DemonGame.c <<