summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 641fa974..0b4aefd9 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ FILE_LIST+=shared/zstring.cpp
FILE_LIST+=shared/app_main.cpp
FILE_LIST+=shared/custom_button.cpp
FILE_LIST+=shared/toggle_button.cpp
-FILE_LIST+=shared/custom_combo_box.cpp
+FILE_LIST+=shared/folder_history_box.cpp
FILE_LIST+=shared/serialize.cpp
FILE_LIST+=shared/file_id.cpp
FILE_LIST+=shared/recycler.cpp
@@ -128,7 +128,7 @@ install:
BUILD/Help/ \
BUILD/Compare_Complete.wav \
BUILD/Sync_Complete.wav \
- BUILD/Resources.dat \
+ BUILD/Resources.zip \
BUILD/Changelog.txt \
BUILD/License.txt \
BUILD/styles.rc \
bgstack15