summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/Makefile7
-rw-r--r--uisimulator/win32/plugin-win32.c30
-rw-r--r--uisimulator/win32/rockbox.dsp86
3 files changed, 37 insertions, 86 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index c20e82d07d..3ba223d7bd 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -93,19 +93,18 @@ FIRMSRCS = $(LCDSRSC) id3.c mp3data.c usb.c mpeg.c powermgmt.c power.c \
93 93
94APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \ 94APPS = main.c tree.c menu.c credits.c main_menu.c icons.c language.c \
95 playlist.c wps.c wps-display.c settings.c status.c \ 95 playlist.c wps.c wps-display.c settings.c status.c \
96 screens.c peakmeter.c viewer.c sleeptimer.c keyboard.c onplay.c\ 96 screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
97 misc.c 97 misc.c
98 98
99MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c 99MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c
100 100
101ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) 101ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
102 APPS += tetris.c sokoban.c bounce.c snow.c bmp.c \ 102 APPS += bmp.c widgets.c
103 widgets.c wormlet.c cube.c
104endif 103endif
105 104
106SRCS = button.c dir-win32.c lcd-win32.c panic-win32.c thread-win32.c \ 105SRCS = button.c dir-win32.c lcd-win32.c panic-win32.c thread-win32.c \
107 debug-win32.c kernel.c string-win32.c uisw32.c stubs.c \ 106 debug-win32.c kernel.c string-win32.c uisw32.c stubs.c \
108 $(APPS) $(MENUS) $(FIRMSRCS) strtok.c sim_icons.c io.c 107 $(APPS) $(MENUS) $(FIRMSRCS) strtok.c sim_icons.c io.c plugin-win32.c
109 108
110OBJS := $(OBJDIR)/lang.o $(SRCS:%.c=$(OBJDIR)/%.o) $(OBJDIR)/uisw32-res.o 109OBJS := $(OBJDIR)/lang.o $(SRCS:%.c=$(OBJDIR)/%.o) $(OBJDIR)/uisw32-res.o
111 110
diff --git a/uisimulator/win32/plugin-win32.c b/uisimulator/win32/plugin-win32.c
new file mode 100644
index 0000000000..b3c3e0489b
--- /dev/null
+++ b/uisimulator/win32/plugin-win32.c
@@ -0,0 +1,30 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Björn Stenberg
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20#include "plugin.h"
21#include "screens.h"
22
23int plugin_load(char* plugin, void* parameter)
24{
25 (void)plugin;
26 (void)parameter;
27
28 splash(HZ*2, 0, true, "Not implemented");
29 return PLUGIN_ERROR;
30}
diff --git a/uisimulator/win32/rockbox.dsp b/uisimulator/win32/rockbox.dsp
index 18b7a491b4..bf0f81f5bb 100644
--- a/uisimulator/win32/rockbox.dsp
+++ b/uisimulator/win32/rockbox.dsp
@@ -268,32 +268,6 @@ SOURCE=..\..\apps\recorder\bmp.c
268# End Source File 268# End Source File
269# Begin Source File 269# Begin Source File
270 270
271SOURCE=..\..\apps\recorder\bounce.c
272
273!IF "$(CFG)" == "rockbox - Win32 Recorder"
274
275!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
276
277# PROP Exclude_From_Build 1
278
279!ENDIF
280
281# End Source File
282# Begin Source File
283
284SOURCE=..\..\apps\recorder\cube.c
285
286!IF "$(CFG)" == "rockbox - Win32 Recorder"
287
288!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
289
290# PROP Exclude_From_Build 1
291
292!ENDIF
293
294# End Source File
295# Begin Source File
296
297SOURCE=..\..\apps\recorder\icons.c 271SOURCE=..\..\apps\recorder\icons.c
298 272
299!IF "$(CFG)" == "rockbox - Win32 Recorder" 273!IF "$(CFG)" == "rockbox - Win32 Recorder"
@@ -333,45 +307,6 @@ SOURCE=..\..\apps\recorder\peakmeter.c
333# End Source File 307# End Source File
334# Begin Source File 308# Begin Source File
335 309
336SOURCE=..\..\apps\recorder\snow.c
337
338!IF "$(CFG)" == "rockbox - Win32 Recorder"
339
340!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
341
342# PROP Exclude_From_Build 1
343
344!ENDIF
345
346# End Source File
347# Begin Source File
348
349SOURCE=..\..\apps\recorder\sokoban.c
350
351!IF "$(CFG)" == "rockbox - Win32 Recorder"
352
353!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
354
355# PROP Exclude_From_Build 1
356
357!ENDIF
358
359# End Source File
360# Begin Source File
361
362SOURCE=..\..\apps\recorder\tetris.c
363
364!IF "$(CFG)" == "rockbox - Win32 Recorder"
365
366!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
367
368# PROP Exclude_From_Build 1
369
370!ENDIF
371
372# End Source File
373# Begin Source File
374
375SOURCE=..\..\apps\recorder\widgets.c 310SOURCE=..\..\apps\recorder\widgets.c
376 311
377!IF "$(CFG)" == "rockbox - Win32 Recorder" 312!IF "$(CFG)" == "rockbox - Win32 Recorder"
@@ -383,19 +318,6 @@ SOURCE=..\..\apps\recorder\widgets.c
383!ENDIF 318!ENDIF
384 319
385# End Source File 320# End Source File
386# Begin Source File
387
388SOURCE=..\..\apps\recorder\wormlet.c
389
390!IF "$(CFG)" == "rockbox - Win32 Recorder"
391
392!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
393
394# PROP Exclude_From_Build 1
395
396!ENDIF
397
398# End Source File
399# End Group 321# End Group
400# Begin Source File 322# Begin Source File
401 323
@@ -475,10 +397,6 @@ SOURCE=..\..\apps\tree.c
475# End Source File 397# End Source File
476# Begin Source File 398# Begin Source File
477 399
478SOURCE=..\..\apps\viewer.c
479# End Source File
480# Begin Source File
481
482SOURCE="..\..\apps\wps-display.c" 400SOURCE="..\..\apps\wps-display.c"
483# End Source File 401# End Source File
484# Begin Source File 402# Begin Source File
@@ -560,6 +478,10 @@ SOURCE=".\panic-win32.c"
560# End Source File 478# End Source File
561# Begin Source File 479# Begin Source File
562 480
481SOURCE=".\plugin-win32.c"
482# End Source File
483# Begin Source File
484
563SOURCE=".\string-win32.c" 485SOURCE=".\string-win32.c"
564# End Source File 486# End Source File
565# Begin Source File 487# Begin Source File