Rename the example application too.

This commit is contained in:
Jef Driesen 2011-12-31 09:09:40 +01:00
parent 48f6b1eec7
commit fa348c0d04
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ bin_PROGRAMS = \
vtpro \
nemo \
puck \
darwinair \
darwin \
iconhd \
ostc \
edy \
@ -62,7 +62,7 @@ nemo_SOURCES = mares_nemo_test.c $(COMMON)
puck_SOURCES = mares_puck_test.c $(COMMON)
darwinair_SOURCES = mares_darwinair_test.c $(COMMON)
darwin_SOURCES = mares_darwin_test.c $(COMMON)
iconhd_SOURCES = mares_iconhd_test.c $(COMMON)

View File

@ -71,7 +71,7 @@ test_dump_memory (const char* name, const char* filename)
int main(int argc, char *argv[])
{
message_set_logfile ("DARWINAIR.LOG");
message_set_logfile ("DARWIN.LOG");
#ifdef _WIN32
const char* name = "COM1";
@ -85,7 +85,7 @@ int main(int argc, char *argv[])
message ("DEVICE=%s\n", name);
device_status_t a = test_dump_memory (name, "DARWINAIR.DMP");
device_status_t a = test_dump_memory (name, "DARWIN.DMP");
message ("SUMMARY\n");
message ("-------\n");