From 7a29960c09056b0729b563030ec7bd6181111f5a Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 27 Dec 2016 15:31:32 -0500 Subject: [PATCH] 4.0.14 build ready to go on windows --- build.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.cpp b/build.cpp index 2d543638..197514e1 100644 --- a/build.cpp +++ b/build.cpp @@ -1037,7 +1037,7 @@ package(char *cdir){ copy_all (PACK_DATA_DIR, "*", PACK_ALPHA_DIR); copy_file(0, "README.txt", PACK_ALPHA_DIR, 0, 0); copy_file(0, "TODO.txt", PACK_ALPHA_DIR, 0, 0); - copy_file(DATA_DIR, "config.4coder", PACK_ALPHA_DIR, 0, 0); + copy_file(DATA_DIR, "release-config.4coder", PACK_ALPHA_DIR, 0, "config.4coder"); get_4coder_dist_name(&str, 1, "alpha", "zip"); zip(PACK_ALPHA_PAR_DIR, "4coder", str.str); @@ -1060,7 +1060,7 @@ package(char *cdir){ copy_all (PACK_DATA_DIR, "*", PACK_SUPER_DIR); copy_file(0, "README.txt", PACK_SUPER_DIR, 0, 0); copy_file(0, "TODO.txt", PACK_SUPER_DIR, 0, 0); - copy_file(DATA_DIR, "config.4coder", PACK_SUPER_DIR, 0, 0); + copy_file(DATA_DIR, "release-config.4coder", PACK_SUPER_DIR, 0, "config.4coder"); copy_all (0, "4coder_*.h", PACK_SUPER_DIR); copy_all (0, "4coder_*.cpp", PACK_SUPER_DIR);