ecere/Makefile.installer: Added missing symbol rules
authorJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 15:41:56 +0000 (11:41 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 15:41:56 +0000 (11:41 -0400)
ecere/Makefile.installer

index 20e2794..8f3428d 100644 (file)
@@ -595,6 +595,12 @@ $(OBJ)Condition.sym: src/sys/Condition.ec
 $(OBJ)BMPFormat.sym: src/gfx/bitmaps/BMPFormat.ec
        $(ECP) $(CFLAGS) $(CECFLAGS) $(ECFLAGS) $(PRJ_CFLAGS) -c $(call quote_path,src/gfx/bitmaps/BMPFormat.ec) -o $(call quote_path,$@)
 
+$(OBJ)PCXFormat.sym: src/gfx/bitmaps/PCXFormat.ec
+       $(ECP) $(CFLAGS) $(CECFLAGS) $(ECFLAGS) $(PRJ_CFLAGS) -c $(call quote_path,src/gfx/bitmaps/PCXFormat.ec) -o $(call quote_path,$@)
+
+$(OBJ)PNGFormat.sym: src/gfx/bitmaps/PNGFormat.ec
+       $(ECP) $(CFLAGS) $(CECFLAGS) $(ECFLAGS) $(PRJ_CFLAGS) -c $(call quote_path,src/gfx/bitmaps/PNGFormat.ec) -o $(call quote_path,$@)
+
 ifneq ($(WINDOWS_TARGET),)
 $(OBJ)GDIDisplayDriver.sym: src/gfx/drivers/GDIDisplayDriver.ec
        $(ECP) $(CFLAGS) $(CECFLAGS) $(ECFLAGS) $(PRJ_CFLAGS) -c $(call quote_path,src/gfx/drivers/GDIDisplayDriver.ec) -o $(call quote_path,$@)