Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Feb 8, 2023
1 parent 4ab889b commit e392f48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform/emscripten/gmake/rtt.make
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ OBJECTS := \
$(OBJDIR)/CoronaEvent.o \
$(OBJDIR)/CoronaLibrary.o \
$(OBJDIR)/CoronaLua.o \
$(OBJDIR)/CoronaMemory.o \
$(OBJDIR)/Rtt_BitmapMask.o \
$(OBJDIR)/Rtt_BitmapPaint.o \
$(OBJDIR)/Rtt_BitmapPaintAdapter.o \
Expand Down Expand Up @@ -867,6 +868,10 @@ $(OBJDIR)/CoronaLua.o: ../../../librtt/Corona/CoronaLua.cpp
@echo $(notdir $<)
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"

$(OBJDIR)/CoronaMemory.o: ../../../librtt/Corona/CoronaMemory.cpp
@echo $(notdir $<)
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"

$(OBJDIR)/Rtt_BitmapMask.o: ../../../librtt/Display/Rtt_BitmapMask.cpp
@echo $(notdir $<)
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
Expand Down

0 comments on commit e392f48

Please sign in to comment.