summaryrefslogtreecommitdiff
path: root/uisimulator/win32/rockbox.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/rockbox.dsp')
-rw-r--r--uisimulator/win32/rockbox.dsp24
1 files changed, 23 insertions, 1 deletions
diff --git a/uisimulator/win32/rockbox.dsp b/uisimulator/win32/rockbox.dsp
index b551a5fb25..47492faecd 100644
--- a/uisimulator/win32/rockbox.dsp
+++ b/uisimulator/win32/rockbox.dsp
@@ -69,7 +69,7 @@ LINK32=link.exe
69# PROP Ignore_Export_Lib 0 69# PROP Ignore_Export_Lib 0
70# PROP Target_Dir "" 70# PROP Target_Dir ""
71# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c 71# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
72# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../firmware/export" /I "../../firmware/drivers" /I "../../firmware/common" /I "../common" /I "../win32" /I "../../apps" /I "../../apps/player" /D "HAVE_LCD_CHARCELLS" /D "HAVE_PLAYER_KEYPAD" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "HAVE_CONFIG_H" /D "GETTIMEOFDAY_TWO_ARGS" /D "SIMULATOR" /D APPSVERSION=\"WIN32SIM\" /YX /FD /GZ /c 72# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../firmware/export" /I "../../firmware/drivers" /I "../../firmware/common" /I "../common" /I "../win32" /I "../../apps" /I "../../apps/player" /D "HAVE_LCD_CHARCELLS" /D "HAVE_PLAYER_KEYPAD" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "HAVE_CONFIG_H" /D "GETTIMEOFDAY_TWO_ARGS" /D "SIMULATOR" /D APPSVERSION=\"WIN32SIM\" /FR /YX /FD /GZ /c
73# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 73# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
74# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 74# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75# ADD BASE RSC /l 0x407 /d "_DEBUG" 75# ADD BASE RSC /l 0x407 /d "_DEBUG"
@@ -93,6 +93,15 @@ LINK32=link.exe
93# Begin Source File 93# Begin Source File
94 94
95SOURCE=..\..\firmware\font.c 95SOURCE=..\..\firmware\font.c
96
97!IF "$(CFG)" == "rockbox - Win32 Recorder"
98
99!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
100
101# PROP Exclude_From_Build 1
102
103!ENDIF
104
96# End Source File 105# End Source File
97# Begin Source File 106# Begin Source File
98 107
@@ -510,6 +519,19 @@ SOURCE=".\dir-win32.c"
510# End Source File 519# End Source File
511# Begin Source File 520# Begin Source File
512 521
522SOURCE="..\common\font-player.c"
523
524!IF "$(CFG)" == "rockbox - Win32 Recorder"
525
526# PROP Exclude_From_Build 1
527
528!ELSEIF "$(CFG)" == "rockbox - Win32 Player"
529
530!ENDIF
531
532# End Source File
533# Begin Source File
534
513SOURCE=.\io.c 535SOURCE=.\io.c
514# End Source File 536# End Source File
515# Begin Source File 537# Begin Source File