From 561df3827e091c5646648a50b94278843a7554aa Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 4 Sep 2008 14:49:53 +0000 Subject: WPS editor: * Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657 --- utils/wpseditor/libwps/src/proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/wpseditor/libwps/src/proxy.c') diff --git a/utils/wpseditor/libwps/src/proxy.c b/utils/wpseditor/libwps/src/proxy.c index 8f9218e3ff..1e4804cd11 100644 --- a/utils/wpseditor/libwps/src/proxy.c +++ b/utils/wpseditor/libwps/src/proxy.c @@ -23,8 +23,8 @@ pfdebugf dbgf = 0; static char pluginbuf[PLUGIN_BUFFER_SIZE]; const char* get_model_name(){ -#ifdef TARGET_MODEL - return TARGET_MODEL; +#ifdef MODEL_NAME + return MODEL_NAME; #else return "unknown"; #endif -- cgit v1.2.3