Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solemnwarning committed Apr 18, 2024
1 parent 0ac09d8 commit 1f7c951
Show file tree
Hide file tree
Showing 12 changed files with 1,395 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -378,6 +378,7 @@ APP_OBJS := \
src/FileWriter.$(BUILD_TYPE).o \
src/FillRangeDialog.$(BUILD_TYPE).o \
src/FixedSizeValueRegion.$(BUILD_TYPE).o \
src/HighlightColourMap.$(BUILD_TYPE).o \
src/HSVColour.$(BUILD_TYPE).o \
src/IntelHexExport.$(BUILD_TYPE).o \
src/IntelHexImport.$(BUILD_TYPE).o \
Expand All @@ -395,6 +396,7 @@ APP_OBJS := \
src/RangeProcessor.$(BUILD_TYPE).o \
src/search.$(BUILD_TYPE).o \
src/SettingsDialog.$(BUILD_TYPE).o \
src/SettingsDialogHighlights.$(BUILD_TYPE).o \
src/StringPanel.$(BUILD_TYPE).o \
src/textentrydialog.$(BUILD_TYPE).o \
src/Tab.$(BUILD_TYPE).o \
Expand Down Expand Up @@ -471,6 +473,7 @@ TEST_OBJS := \
src/FileWriter.$(BUILD_TYPE).o \
src/FillRangeDialog.$(BUILD_TYPE).o \
src/FixedSizeValueRegion.$(BUILD_TYPE).o \
src/HighlightColourMap.$(BUILD_TYPE).o \
src/HSVColour.$(BUILD_TYPE).o \
src/IntelHexExport.$(BUILD_TYPE).o \
src/IntelHexImport.$(BUILD_TYPE).o \
Expand All @@ -485,6 +488,7 @@ TEST_OBJS := \
src/RangeProcessor.$(BUILD_TYPE).o \
src/search.$(BUILD_TYPE).o \
src/SettingsDialog.$(BUILD_TYPE).o \
src/SettingsDialogHighlights.$(BUILD_TYPE).o \
src/StringPanel.$(BUILD_TYPE).o \
src/Tab.$(BUILD_TYPE).o \
src/textentrydialog.$(BUILD_TYPE).o \
Expand Down Expand Up @@ -515,6 +519,7 @@ TEST_OBJS := \
tests/endian_conv.o \
tests/FastRectangleFiller.o \
tests/FileWriter.o \
tests/HighlightColourMap.o \
tests/HSVColour.o \
tests/IntelHexExport.o \
tests/IntelHexImport.o \
Expand Down

0 comments on commit 1f7c951

Please sign in to comment.