Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed Sep 15, 2023
1 parent f6de121 commit c2d0b35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/makefiles/lin/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ MODULES = \
$(TMP_DIR)/commodettoConvert.c.xsi \
$(TMP_DIR)/commodettoParseBMF.c.xsi \
$(TMP_DIR)/commodettoParseBMP.c.xsi \
$(TMP_DIR)/commodettoPoco.c.xsi \
$(TMP_DIR)/commodettoPocoCore.c.xsi \
$(TMP_DIR)/commodettoPocoBlit.c.xsi \
$(TMP_DIR)/commodettoReadJPEG.c.xsi \
$(TMP_DIR)/commodettoReadPNG.c.xsi \
Expand Down Expand Up @@ -198,7 +198,7 @@ OBJECTS = \
$(TMP_DIR)/commodettoConvert.c.o \
$(TMP_DIR)/commodettoParseBMF.c.o \
$(TMP_DIR)/commodettoParseBMP.c.o \
$(TMP_DIR)/commodettoPoco.c.o \
$(TMP_DIR)/commodettoPocoCore.c.o \
$(TMP_DIR)/commodettoPocoBlit.c.o \
$(TMP_DIR)/commodettoReadJPEG.c.o \
$(TMP_DIR)/commodettoReadPNG.c.o \
Expand Down
4 changes: 2 additions & 2 deletions build/makefiles/mac/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ MODULES = \
$(TMP_DIR)/commodettoConvert.c.xsi \
$(TMP_DIR)/commodettoParseBMF.c.xsi \
$(TMP_DIR)/commodettoParseBMP.c.xsi \
$(TMP_DIR)/commodettoPoco.c.xsi \
$(TMP_DIR)/commodettoPocoCore.c.xsi \
$(TMP_DIR)/commodettoPocoBlit.c.xsi \
$(TMP_DIR)/commodettoReadJPEG.c.xsi \
$(TMP_DIR)/commodettoReadPNG.c.xsi \
Expand Down Expand Up @@ -217,7 +217,7 @@ OBJECTS = \
$(TMP_DIR)/commodettoConvert.c.o \
$(TMP_DIR)/commodettoParseBMF.c.o \
$(TMP_DIR)/commodettoParseBMP.c.o \
$(TMP_DIR)/commodettoPoco.c.o \
$(TMP_DIR)/commodettoPocoCore.c.o \
$(TMP_DIR)/commodettoPocoBlit.c.o \
$(TMP_DIR)/commodettoReadJPEG.c.o \
$(TMP_DIR)/commodettoReadPNG.c.o \
Expand Down
4 changes: 2 additions & 2 deletions build/makefiles/win/tools.mak
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ MODULES = \
$(TMP_DIR)\commodettoBufferOut.xsi \
$(TMP_DIR)\commodettoColorCellOut.xsi \
$(TMP_DIR)\commodettoConvert.xsi \
$(TMP_DIR)\commodettoPoco.xsi \
$(TMP_DIR)\commodettoPocoCore.xsi \
$(TMP_DIR)\commodettoPocoBlit.xsi \
$(TMP_DIR)\commodettoParseBMP.xsi \
$(TMP_DIR)\commodettoParseBMF.xsi \
Expand Down Expand Up @@ -193,7 +193,7 @@ OBJECTS = \
$(TMP_DIR)\commodettoConvert.obj \
$(TMP_DIR)\commodettoParseBMP.obj \
$(TMP_DIR)\commodettoParseBMF.obj \
$(TMP_DIR)\commodettoPoco.obj \
$(TMP_DIR)\commodettoPocoCore.obj \
$(TMP_DIR)\commodettoPocoBlit.obj \
$(TMP_DIR)\commodettoReadJPEG.obj \
$(TMP_DIR)\commodettoReadPNG.obj \
Expand Down

0 comments on commit c2d0b35

Please sign in to comment.