~ubuntu-branches/debian/squeeze/stella/squeeze

« back to all changes in this revision

Viewing changes to src/wince/PocketStella.vcp

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna, Franczen Attila, Luca Falavigna
  • Date: 2008-11-08 12:04:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081108120412-w6xq87vzgokstfey
Tags: 2.6.1-0ubuntu1
[ Franczen Attila ]
* New upstream release (LP: #183571).
* Updated policy to 3.8.0.

[ Luca Falavigna ]
* debian/patches/gcc-4.3: fix FTBFS with gcc-4.3 compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
55
55
CPP=clarm.exe
56
56
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /YX /Oxs /M$(CECrtMT) /c
57
 
# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "ARM" /D "_ARM_" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Oxs /M$(CECrtMT) /c
 
57
# ADD CPP /nologo /W3 /Gf /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "ARM" /D "_ARM_" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Oxs /M$(CECrtMT) /Zm200 /c
58
58
MTL=midl.exe
59
59
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
60
60
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
80
80
# PROP Intermediate_Dir "ARMDbg"
81
81
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
82
82
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
 
83
# PROP Ignore_Export_Lib 0
 
84
# PROP Sec_AlwaysSign 0
 
85
# PROP Sec_ConfigureDevice 0
83
86
# PROP Target_Dir ""
84
87
RSC=rc.exe
85
88
# ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
86
89
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /r
87
90
CPP=clarm.exe
88
91
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c
89
 
# ADD CPP /nologo /W3 /Zi /Od /I "port" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /M$(CECrtMTDebug) /c
 
92
# ADD CPP /nologo /W3 /Zi /Od /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /M$(CECrtMTDebug) /Zm1000 /c
90
93
MTL=midl.exe
91
94
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
92
95
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
95
98
# ADD BSC32 /nologo
96
99
LINK32=link.exe
97
100
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
98
 
# ADD LINK32 commctrl.lib coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"f:\a\stlport\lib\evc3-x86" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
 
101
# ADD LINK32 commctrl.lib coredll.lib zlib/arm/zlibce.lib gx.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /debug /nodefaultlib:"$(CENoDefaultLib)" /libpath:"f:\a\stlport\lib\evc3-arm" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
99
102
 
100
103
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
101
104
 
121
124
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
122
125
CPP=cl.exe
123
126
# ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /YX /Gs8192 /GF /Oxs /c
124
 
# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Gs8192 /GF /Oxs /c
 
127
# ADD CPP /nologo /W3 /I "./" /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /YX /Gs8192 /GF /Oxs /Zm200 /c
125
128
MTL=midl.exe
126
129
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
127
130
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
156
159
# ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
157
160
CPP=cl.exe
158
161
# ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "i_386_" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c
159
 
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /Gs8192 /GF /c
 
162
# ADD CPP /nologo /W3 /Zi /Od /I "." /I "../emucore" /I "../emucore/m6502/src" /I "../gui" /I "zlib" /I "sdl" /I "../common" /I "../debugger" /I "../debugger/gui" /I "../yacc" /I "../emucore/m6502/src/bspf/src" /D "DEBUG" /D "_i386_" /D "i_386_" /D "_X86_" /D "x86" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "BSPF_WIN32" /D "SOUND_SUPPORT" /FR /YX /Gs8192 /GF /Zm200 /c
160
163
MTL=midl.exe
161
164
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
162
165
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
188
191
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
189
192
 
190
193
DEP_CPP_ABOUT=\
 
194
        "..\common\Array.hxx"\
191
195
        "..\common\Version.hxx"\
192
196
        "..\emucore\Cart.hxx"\
193
197
        "..\emucore\Console.hxx"\
215
219
        "..\gui\StringList.hxx"\
216
220
        "..\gui\Widget.hxx"\
217
221
        ".\missing.h"\
218
 
        
219
 
NODEP_CPP_ABOUT=\
220
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
221
222
        ".\sdl\begin_code.h"\
222
223
        ".\sdl\close_code.h"\
223
224
        ".\sdl\SDL.h"\
236
237
        ".\sdl\SDL_mutex.h"\
237
238
        ".\sdl\SDL_quit.h"\
238
239
        ".\sdl\SDL_rwops.h"\
239
 
        ".\sdl\SDL_syswm.h"\
240
240
        ".\sdl\SDL_timer.h"\
241
241
        ".\sdl\SDL_types.h"\
242
242
        ".\sdl\SDL_version.h"\
246
246
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
247
247
 
248
248
DEP_CPP_ABOUT=\
 
249
        "..\common\Array.hxx"\
249
250
        "..\common\Version.hxx"\
250
251
        "..\emucore\Cart.hxx"\
251
252
        "..\emucore\Console.hxx"\
253
254
        "..\emucore\Event.hxx"\
254
255
        "..\emucore\EventHandler.hxx"\
255
256
        "..\emucore\FrameBuffer.hxx"\
 
257
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
256
258
        "..\emucore\m6502\src\Device.hxx"\
257
259
        "..\emucore\M6532.hxx"\
258
260
        "..\emucore\MediaSrc.hxx"\
259
261
        "..\emucore\OSystem.hxx"\
260
262
        "..\emucore\Props.hxx"\
 
263
        "..\emucore\Serializer.hxx"\
261
264
        "..\emucore\Settings.hxx"\
262
265
        "..\emucore\Sound.hxx"\
263
266
        "..\emucore\TIA.hxx"\
270
273
        "..\gui\Rect.hxx"\
271
274
        "..\gui\StringList.hxx"\
272
275
        "..\gui\Widget.hxx"\
273
 
        
274
 
NODEP_CPP_ABOUT=\
275
 
        "..\gui\Array.hxx"\
276
 
        ".\port\bspf.hxx"\
277
 
        ".\port\missing.h"\
278
 
        ".\port\pspstdint.h"\
 
276
        ".\missing.h"\
279
277
        ".\sdl\begin_code.h"\
280
278
        ".\sdl\close_code.h"\
281
279
        ".\sdl\SDL.h"\
294
292
        ".\sdl\SDL_mutex.h"\
295
293
        ".\sdl\SDL_quit.h"\
296
294
        ".\sdl\SDL_rwops.h"\
297
 
        ".\sdl\SDL_syswm.h"\
298
295
        ".\sdl\SDL_timer.h"\
299
296
        ".\sdl\SDL_types.h"\
300
297
        ".\sdl\SDL_version.h"\
304
301
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
305
302
 
306
303
DEP_CPP_ABOUT=\
 
304
        "..\common\Array.hxx"\
307
305
        "..\common\Version.hxx"\
308
306
        "..\emucore\Cart.hxx"\
309
307
        "..\emucore\Console.hxx"\
317
315
        "..\emucore\MediaSrc.hxx"\
318
316
        "..\emucore\OSystem.hxx"\
319
317
        "..\emucore\Props.hxx"\
 
318
        "..\emucore\Serializer.hxx"\
320
319
        "..\emucore\Settings.hxx"\
321
320
        "..\emucore\Sound.hxx"\
322
321
        "..\emucore\TIA.hxx"\
330
329
        "..\gui\StringList.hxx"\
331
330
        "..\gui\Widget.hxx"\
332
331
        ".\missing.h"\
333
 
        
334
 
NODEP_CPP_ABOUT=\
335
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
336
 
        "..\gui\Array.hxx"\
337
332
        ".\sdl\begin_code.h"\
338
333
        ".\sdl\close_code.h"\
339
334
        ".\sdl\SDL.h"\
352
347
        ".\sdl\SDL_mutex.h"\
353
348
        ".\sdl\SDL_quit.h"\
354
349
        ".\sdl\SDL_rwops.h"\
355
 
        ".\sdl\SDL_syswm.h"\
356
350
        ".\sdl\SDL_timer.h"\
357
351
        ".\sdl\SDL_types.h"\
358
352
        ".\sdl\SDL_version.h"\
390
384
        "..\gui\StringList.hxx"\
391
385
        "..\gui\Widget.hxx"\
392
386
        ".\missing.h"\
393
 
        
394
 
NODEP_CPP_ABOUT=\
395
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
387
        ".\sdl\begin_code.h"\
 
388
        ".\sdl\close_code.h"\
 
389
        ".\sdl\SDL.h"\
 
390
        ".\sdl\SDL_active.h"\
 
391
        ".\sdl\SDL_audio.h"\
 
392
        ".\sdl\SDL_byteorder.h"\
 
393
        ".\sdl\SDL_cdrom.h"\
 
394
        ".\sdl\SDL_error.h"\
 
395
        ".\sdl\SDL_events.h"\
 
396
        ".\sdl\SDL_getenv.h"\
 
397
        ".\sdl\SDL_joystick.h"\
 
398
        ".\sdl\SDL_keyboard.h"\
 
399
        ".\sdl\SDL_keysym.h"\
 
400
        ".\sdl\SDL_main.h"\
 
401
        ".\sdl\SDL_mouse.h"\
 
402
        ".\sdl\SDL_mutex.h"\
 
403
        ".\sdl\SDL_quit.h"\
 
404
        ".\sdl\SDL_rwops.h"\
 
405
        ".\sdl\SDL_timer.h"\
 
406
        ".\sdl\SDL_types.h"\
 
407
        ".\sdl\SDL_version.h"\
 
408
        ".\sdl\SDL_video.h"\
396
409
        
397
410
 
398
411
!ENDIF 
409
422
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
410
423
 
411
424
DEP_CPP_AUDIO=\
 
425
        "..\common\Array.hxx"\
412
426
        "..\emucore\Cart.hxx"\
413
427
        "..\emucore\Console.hxx"\
414
428
        "..\emucore\Control.hxx"\
439
453
        "..\gui\StringList.hxx"\
440
454
        "..\gui\Widget.hxx"\
441
455
        ".\missing.h"\
442
 
        
443
 
NODEP_CPP_AUDIO=\
444
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
445
456
        ".\sdl\begin_code.h"\
446
457
        ".\sdl\close_code.h"\
447
458
        ".\sdl\SDL.h"\
460
471
        ".\sdl\SDL_mutex.h"\
461
472
        ".\sdl\SDL_quit.h"\
462
473
        ".\sdl\SDL_rwops.h"\
463
 
        ".\sdl\SDL_syswm.h"\
464
474
        ".\sdl\SDL_timer.h"\
465
475
        ".\sdl\SDL_types.h"\
466
476
        ".\sdl\SDL_version.h"\
467
477
        ".\sdl\SDL_video.h"\
468
478
        
 
479
NODEP_CPP_AUDIO=\
 
480
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
481
        
469
482
 
470
483
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
471
484
 
472
485
DEP_CPP_AUDIO=\
 
486
        "..\common\Array.hxx"\
473
487
        "..\emucore\Cart.hxx"\
474
488
        "..\emucore\Console.hxx"\
475
489
        "..\emucore\Control.hxx"\
476
490
        "..\emucore\Event.hxx"\
477
491
        "..\emucore\EventHandler.hxx"\
478
492
        "..\emucore\FrameBuffer.hxx"\
 
493
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
479
494
        "..\emucore\m6502\src\Device.hxx"\
480
495
        "..\emucore\M6532.hxx"\
481
496
        "..\emucore\MediaSrc.hxx"\
482
497
        "..\emucore\OSystem.hxx"\
483
498
        "..\emucore\Props.hxx"\
 
499
        "..\emucore\Serializer.hxx"\
484
500
        "..\emucore\Settings.hxx"\
485
501
        "..\emucore\Sound.hxx"\
486
502
        "..\emucore\TIA.hxx"\
497
513
        "..\gui\Stack.hxx"\
498
514
        "..\gui\StringList.hxx"\
499
515
        "..\gui\Widget.hxx"\
500
 
        
501
 
NODEP_CPP_AUDIO=\
502
 
        "..\gui\Array.hxx"\
503
 
        ".\port\bspf.hxx"\
504
 
        ".\port\EventHandler.hxx"\
505
 
        ".\port\missing.h"\
506
 
        ".\port\pspstdint.h"\
 
516
        ".\missing.h"\
507
517
        ".\sdl\begin_code.h"\
508
518
        ".\sdl\close_code.h"\
509
519
        ".\sdl\SDL.h"\
522
532
        ".\sdl\SDL_mutex.h"\
523
533
        ".\sdl\SDL_quit.h"\
524
534
        ".\sdl\SDL_rwops.h"\
525
 
        ".\sdl\SDL_syswm.h"\
526
535
        ".\sdl\SDL_timer.h"\
527
536
        ".\sdl\SDL_types.h"\
528
537
        ".\sdl\SDL_version.h"\
529
538
        ".\sdl\SDL_video.h"\
530
539
        
 
540
NODEP_CPP_AUDIO=\
 
541
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
542
        
531
543
 
532
544
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
533
545
 
534
546
DEP_CPP_AUDIO=\
 
547
        "..\common\Array.hxx"\
535
548
        "..\emucore\Cart.hxx"\
536
549
        "..\emucore\Console.hxx"\
537
550
        "..\emucore\Control.hxx"\
544
557
        "..\emucore\MediaSrc.hxx"\
545
558
        "..\emucore\OSystem.hxx"\
546
559
        "..\emucore\Props.hxx"\
 
560
        "..\emucore\Serializer.hxx"\
547
561
        "..\emucore\Settings.hxx"\
548
562
        "..\emucore\Sound.hxx"\
549
563
        "..\emucore\TIA.hxx"\
561
575
        "..\gui\StringList.hxx"\
562
576
        "..\gui\Widget.hxx"\
563
577
        ".\missing.h"\
564
 
        
565
 
NODEP_CPP_AUDIO=\
566
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
567
 
        "..\gui\Array.hxx"\
568
578
        ".\sdl\begin_code.h"\
569
579
        ".\sdl\close_code.h"\
570
580
        ".\sdl\SDL.h"\
583
593
        ".\sdl\SDL_mutex.h"\
584
594
        ".\sdl\SDL_quit.h"\
585
595
        ".\sdl\SDL_rwops.h"\
586
 
        ".\sdl\SDL_syswm.h"\
587
596
        ".\sdl\SDL_timer.h"\
588
597
        ".\sdl\SDL_types.h"\
589
598
        ".\sdl\SDL_version.h"\
590
599
        ".\sdl\SDL_video.h"\
591
600
        
 
601
NODEP_CPP_AUDIO=\
 
602
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
603
        
592
604
 
593
605
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
594
606
 
624
636
        "..\gui\StringList.hxx"\
625
637
        "..\gui\Widget.hxx"\
626
638
        ".\missing.h"\
 
639
        ".\sdl\begin_code.h"\
 
640
        ".\sdl\close_code.h"\
 
641
        ".\sdl\SDL.h"\
 
642
        ".\sdl\SDL_active.h"\
 
643
        ".\sdl\SDL_audio.h"\
 
644
        ".\sdl\SDL_byteorder.h"\
 
645
        ".\sdl\SDL_cdrom.h"\
 
646
        ".\sdl\SDL_error.h"\
 
647
        ".\sdl\SDL_events.h"\
 
648
        ".\sdl\SDL_getenv.h"\
 
649
        ".\sdl\SDL_joystick.h"\
 
650
        ".\sdl\SDL_keyboard.h"\
 
651
        ".\sdl\SDL_keysym.h"\
 
652
        ".\sdl\SDL_main.h"\
 
653
        ".\sdl\SDL_mouse.h"\
 
654
        ".\sdl\SDL_mutex.h"\
 
655
        ".\sdl\SDL_quit.h"\
 
656
        ".\sdl\SDL_rwops.h"\
 
657
        ".\sdl\SDL_timer.h"\
 
658
        ".\sdl\SDL_types.h"\
 
659
        ".\sdl\SDL_version.h"\
 
660
        ".\sdl\SDL_video.h"\
627
661
        
628
662
NODEP_CPP_AUDIO=\
629
663
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
643
677
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
644
678
 
645
679
DEP_CPP_BROWS=\
 
680
        "..\common\Array.hxx"\
646
681
        "..\emucore\Cart.hxx"\
647
682
        "..\emucore\Console.hxx"\
648
683
        "..\emucore\Control.hxx"\
674
709
        "..\gui\StringListWidget.hxx"\
675
710
        "..\gui\Widget.hxx"\
676
711
        ".\missing.h"\
677
 
        
678
 
NODEP_CPP_BROWS=\
679
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
680
712
        ".\sdl\begin_code.h"\
681
713
        ".\sdl\close_code.h"\
682
714
        ".\sdl\SDL.h"\
695
727
        ".\sdl\SDL_mutex.h"\
696
728
        ".\sdl\SDL_quit.h"\
697
729
        ".\sdl\SDL_rwops.h"\
698
 
        ".\sdl\SDL_syswm.h"\
699
730
        ".\sdl\SDL_timer.h"\
700
731
        ".\sdl\SDL_types.h"\
701
732
        ".\sdl\SDL_version.h"\
702
733
        ".\sdl\SDL_video.h"\
703
734
        
 
735
NODEP_CPP_BROWS=\
 
736
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
737
        
704
738
 
705
739
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
706
740
 
707
741
DEP_CPP_BROWS=\
 
742
        "..\common\Array.hxx"\
708
743
        "..\emucore\Cart.hxx"\
709
744
        "..\emucore\Console.hxx"\
710
745
        "..\emucore\Control.hxx"\
712
747
        "..\emucore\EventHandler.hxx"\
713
748
        "..\emucore\FrameBuffer.hxx"\
714
749
        "..\emucore\FSNode.hxx"\
 
750
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
715
751
        "..\emucore\m6502\src\Device.hxx"\
716
752
        "..\emucore\M6532.hxx"\
717
753
        "..\emucore\MediaSrc.hxx"\
718
754
        "..\emucore\OSystem.hxx"\
719
755
        "..\emucore\Props.hxx"\
 
756
        "..\emucore\Serializer.hxx"\
720
757
        "..\emucore\Settings.hxx"\
721
758
        "..\emucore\Sound.hxx"\
722
759
        "..\emucore\TIA.hxx"\
733
770
        "..\gui\StringList.hxx"\
734
771
        "..\gui\StringListWidget.hxx"\
735
772
        "..\gui\Widget.hxx"\
736
 
        
737
 
NODEP_CPP_BROWS=\
738
 
        "..\gui\Array.hxx"\
739
 
        ".\port\bspf.hxx"\
740
 
        ".\port\missing.h"\
741
 
        ".\port\pspstdint.h"\
 
773
        ".\missing.h"\
742
774
        ".\sdl\begin_code.h"\
743
775
        ".\sdl\close_code.h"\
744
776
        ".\sdl\SDL.h"\
757
789
        ".\sdl\SDL_mutex.h"\
758
790
        ".\sdl\SDL_quit.h"\
759
791
        ".\sdl\SDL_rwops.h"\
760
 
        ".\sdl\SDL_syswm.h"\
761
792
        ".\sdl\SDL_timer.h"\
762
793
        ".\sdl\SDL_types.h"\
763
794
        ".\sdl\SDL_version.h"\
764
795
        ".\sdl\SDL_video.h"\
765
796
        
 
797
NODEP_CPP_BROWS=\
 
798
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
799
        
766
800
 
767
801
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
768
802
 
769
803
DEP_CPP_BROWS=\
 
804
        "..\common\Array.hxx"\
770
805
        "..\emucore\Cart.hxx"\
771
806
        "..\emucore\Console.hxx"\
772
807
        "..\emucore\Control.hxx"\
780
815
        "..\emucore\MediaSrc.hxx"\
781
816
        "..\emucore\OSystem.hxx"\
782
817
        "..\emucore\Props.hxx"\
 
818
        "..\emucore\Serializer.hxx"\
783
819
        "..\emucore\Settings.hxx"\
784
820
        "..\emucore\Sound.hxx"\
785
821
        "..\emucore\TIA.hxx"\
797
833
        "..\gui\StringListWidget.hxx"\
798
834
        "..\gui\Widget.hxx"\
799
835
        ".\missing.h"\
800
 
        
801
 
NODEP_CPP_BROWS=\
802
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
803
 
        "..\gui\Array.hxx"\
804
836
        ".\sdl\begin_code.h"\
805
837
        ".\sdl\close_code.h"\
806
838
        ".\sdl\SDL.h"\
819
851
        ".\sdl\SDL_mutex.h"\
820
852
        ".\sdl\SDL_quit.h"\
821
853
        ".\sdl\SDL_rwops.h"\
822
 
        ".\sdl\SDL_syswm.h"\
823
854
        ".\sdl\SDL_timer.h"\
824
855
        ".\sdl\SDL_types.h"\
825
856
        ".\sdl\SDL_version.h"\
826
857
        ".\sdl\SDL_video.h"\
827
858
        
 
859
NODEP_CPP_BROWS=\
 
860
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
861
        
828
862
 
829
863
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
830
864
 
861
895
        "..\gui\StringListWidget.hxx"\
862
896
        "..\gui\Widget.hxx"\
863
897
        ".\missing.h"\
 
898
        ".\sdl\begin_code.h"\
 
899
        ".\sdl\close_code.h"\
 
900
        ".\sdl\SDL.h"\
 
901
        ".\sdl\SDL_active.h"\
 
902
        ".\sdl\SDL_audio.h"\
 
903
        ".\sdl\SDL_byteorder.h"\
 
904
        ".\sdl\SDL_cdrom.h"\
 
905
        ".\sdl\SDL_error.h"\
 
906
        ".\sdl\SDL_events.h"\
 
907
        ".\sdl\SDL_getenv.h"\
 
908
        ".\sdl\SDL_joystick.h"\
 
909
        ".\sdl\SDL_keyboard.h"\
 
910
        ".\sdl\SDL_keysym.h"\
 
911
        ".\sdl\SDL_main.h"\
 
912
        ".\sdl\SDL_mouse.h"\
 
913
        ".\sdl\SDL_mutex.h"\
 
914
        ".\sdl\SDL_quit.h"\
 
915
        ".\sdl\SDL_rwops.h"\
 
916
        ".\sdl\SDL_timer.h"\
 
917
        ".\sdl\SDL_types.h"\
 
918
        ".\sdl\SDL_version.h"\
 
919
        ".\sdl\SDL_video.h"\
864
920
        
865
921
NODEP_CPP_BROWS=\
866
922
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
880
936
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
881
937
 
882
938
DEP_CPP_CHECK=\
 
939
        "..\common\Array.hxx"\
883
940
        "..\emucore\Cart.hxx"\
884
941
        "..\emucore\Console.hxx"\
885
942
        "..\emucore\Control.hxx"\
908
965
        "..\gui\StringList.hxx"\
909
966
        "..\gui\Widget.hxx"\
910
967
        ".\missing.h"\
911
 
        
912
 
NODEP_CPP_CHECK=\
913
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
914
968
        ".\sdl\begin_code.h"\
915
969
        ".\sdl\close_code.h"\
916
970
        ".\sdl\SDL.h"\
929
983
        ".\sdl\SDL_mutex.h"\
930
984
        ".\sdl\SDL_quit.h"\
931
985
        ".\sdl\SDL_rwops.h"\
932
 
        ".\sdl\SDL_syswm.h"\
933
986
        ".\sdl\SDL_timer.h"\
934
987
        ".\sdl\SDL_types.h"\
935
988
        ".\sdl\SDL_version.h"\
936
989
        ".\sdl\SDL_video.h"\
937
990
        
 
991
NODEP_CPP_CHECK=\
 
992
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
993
        
938
994
 
939
995
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
940
996
 
941
997
DEP_CPP_CHECK=\
 
998
        "..\common\Array.hxx"\
942
999
        "..\emucore\Cart.hxx"\
943
1000
        "..\emucore\Console.hxx"\
944
1001
        "..\emucore\Control.hxx"\
945
1002
        "..\emucore\Event.hxx"\
946
1003
        "..\emucore\EventHandler.hxx"\
947
1004
        "..\emucore\FrameBuffer.hxx"\
 
1005
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
948
1006
        "..\emucore\m6502\src\Device.hxx"\
949
1007
        "..\emucore\M6532.hxx"\
950
1008
        "..\emucore\MediaSrc.hxx"\
951
1009
        "..\emucore\OSystem.hxx"\
952
1010
        "..\emucore\Props.hxx"\
 
1011
        "..\emucore\Serializer.hxx"\
953
1012
        "..\emucore\Settings.hxx"\
954
1013
        "..\emucore\Sound.hxx"\
955
1014
        "..\emucore\TIA.hxx"\
964
1023
        "..\gui\ScrollBarWidget.hxx"\
965
1024
        "..\gui\StringList.hxx"\
966
1025
        "..\gui\Widget.hxx"\
967
 
        
968
 
NODEP_CPP_CHECK=\
969
 
        "..\gui\Array.hxx"\
970
 
        ".\port\bspf.hxx"\
971
 
        ".\port\missing.h"\
972
 
        ".\port\pspstdint.h"\
 
1026
        ".\missing.h"\
973
1027
        ".\sdl\begin_code.h"\
974
1028
        ".\sdl\close_code.h"\
975
1029
        ".\sdl\SDL.h"\
988
1042
        ".\sdl\SDL_mutex.h"\
989
1043
        ".\sdl\SDL_quit.h"\
990
1044
        ".\sdl\SDL_rwops.h"\
991
 
        ".\sdl\SDL_syswm.h"\
992
1045
        ".\sdl\SDL_timer.h"\
993
1046
        ".\sdl\SDL_types.h"\
994
1047
        ".\sdl\SDL_version.h"\
995
1048
        ".\sdl\SDL_video.h"\
996
1049
        
 
1050
NODEP_CPP_CHECK=\
 
1051
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1052
        
997
1053
 
998
1054
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
999
1055
 
1000
1056
DEP_CPP_CHECK=\
 
1057
        "..\common\Array.hxx"\
1001
1058
        "..\emucore\Cart.hxx"\
1002
1059
        "..\emucore\Console.hxx"\
1003
1060
        "..\emucore\Control.hxx"\
1010
1067
        "..\emucore\MediaSrc.hxx"\
1011
1068
        "..\emucore\OSystem.hxx"\
1012
1069
        "..\emucore\Props.hxx"\
 
1070
        "..\emucore\Serializer.hxx"\
1013
1071
        "..\emucore\Settings.hxx"\
1014
1072
        "..\emucore\Sound.hxx"\
1015
1073
        "..\emucore\TIA.hxx"\
1025
1083
        "..\gui\StringList.hxx"\
1026
1084
        "..\gui\Widget.hxx"\
1027
1085
        ".\missing.h"\
1028
 
        
1029
 
NODEP_CPP_CHECK=\
1030
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1031
 
        "..\gui\Array.hxx"\
1032
1086
        ".\sdl\begin_code.h"\
1033
1087
        ".\sdl\close_code.h"\
1034
1088
        ".\sdl\SDL.h"\
1047
1101
        ".\sdl\SDL_mutex.h"\
1048
1102
        ".\sdl\SDL_quit.h"\
1049
1103
        ".\sdl\SDL_rwops.h"\
1050
 
        ".\sdl\SDL_syswm.h"\
1051
1104
        ".\sdl\SDL_timer.h"\
1052
1105
        ".\sdl\SDL_types.h"\
1053
1106
        ".\sdl\SDL_version.h"\
1054
1107
        ".\sdl\SDL_video.h"\
1055
1108
        
 
1109
NODEP_CPP_CHECK=\
 
1110
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1111
        
1056
1112
 
1057
1113
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
1058
1114
 
1086
1142
        "..\gui\StringList.hxx"\
1087
1143
        "..\gui\Widget.hxx"\
1088
1144
        ".\missing.h"\
 
1145
        ".\sdl\begin_code.h"\
 
1146
        ".\sdl\close_code.h"\
 
1147
        ".\sdl\SDL.h"\
 
1148
        ".\sdl\SDL_active.h"\
 
1149
        ".\sdl\SDL_audio.h"\
 
1150
        ".\sdl\SDL_byteorder.h"\
 
1151
        ".\sdl\SDL_cdrom.h"\
 
1152
        ".\sdl\SDL_error.h"\
 
1153
        ".\sdl\SDL_events.h"\
 
1154
        ".\sdl\SDL_getenv.h"\
 
1155
        ".\sdl\SDL_joystick.h"\
 
1156
        ".\sdl\SDL_keyboard.h"\
 
1157
        ".\sdl\SDL_keysym.h"\
 
1158
        ".\sdl\SDL_main.h"\
 
1159
        ".\sdl\SDL_mouse.h"\
 
1160
        ".\sdl\SDL_mutex.h"\
 
1161
        ".\sdl\SDL_quit.h"\
 
1162
        ".\sdl\SDL_rwops.h"\
 
1163
        ".\sdl\SDL_timer.h"\
 
1164
        ".\sdl\SDL_types.h"\
 
1165
        ".\sdl\SDL_version.h"\
 
1166
        ".\sdl\SDL_video.h"\
1089
1167
        
1090
1168
NODEP_CPP_CHECK=\
1091
1169
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1109
1187
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
1110
1188
 
1111
1189
DEP_CPP_COMMA=\
 
1190
        "..\common\Array.hxx"\
1112
1191
        "..\emucore\Cart.hxx"\
1113
1192
        "..\emucore\Console.hxx"\
1114
1193
        "..\emucore\Control.hxx"\
1137
1216
        "..\gui\StringList.hxx"\
1138
1217
        "..\gui\Widget.hxx"\
1139
1218
        ".\missing.h"\
1140
 
        
1141
 
NODEP_CPP_COMMA=\
1142
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1143
1219
        ".\sdl\begin_code.h"\
1144
1220
        ".\sdl\close_code.h"\
1145
1221
        ".\sdl\SDL.h"\
1158
1234
        ".\sdl\SDL_mutex.h"\
1159
1235
        ".\sdl\SDL_quit.h"\
1160
1236
        ".\sdl\SDL_rwops.h"\
1161
 
        ".\sdl\SDL_syswm.h"\
1162
1237
        ".\sdl\SDL_timer.h"\
1163
1238
        ".\sdl\SDL_types.h"\
1164
1239
        ".\sdl\SDL_version.h"\
1165
1240
        ".\sdl\SDL_video.h"\
1166
1241
        
 
1242
NODEP_CPP_COMMA=\
 
1243
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1244
        
1167
1245
 
1168
1246
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
1169
1247
 
1170
1248
DEP_CPP_COMMA=\
 
1249
        "..\common\Array.hxx"\
1171
1250
        "..\emucore\Cart.hxx"\
1172
1251
        "..\emucore\Console.hxx"\
1173
1252
        "..\emucore\Control.hxx"\
1174
1253
        "..\emucore\Event.hxx"\
1175
1254
        "..\emucore\EventHandler.hxx"\
1176
1255
        "..\emucore\FrameBuffer.hxx"\
 
1256
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
1177
1257
        "..\emucore\m6502\src\Device.hxx"\
1178
1258
        "..\emucore\M6532.hxx"\
1179
1259
        "..\emucore\MediaSrc.hxx"\
1180
1260
        "..\emucore\OSystem.hxx"\
1181
1261
        "..\emucore\Props.hxx"\
 
1262
        "..\emucore\Serializer.hxx"\
1182
1263
        "..\emucore\Settings.hxx"\
1183
1264
        "..\emucore\Sound.hxx"\
1184
1265
        "..\emucore\TIA.hxx"\
1193
1274
        "..\gui\Stack.hxx"\
1194
1275
        "..\gui\StringList.hxx"\
1195
1276
        "..\gui\Widget.hxx"\
1196
 
        
1197
 
NODEP_CPP_COMMA=\
1198
 
        "..\gui\Array.hxx"\
1199
 
        ".\port\bspf.hxx"\
1200
 
        ".\port\EventHandler.hxx"\
1201
 
        ".\port\missing.h"\
1202
 
        ".\port\pspstdint.h"\
 
1277
        ".\missing.h"\
1203
1278
        ".\sdl\begin_code.h"\
1204
1279
        ".\sdl\close_code.h"\
1205
1280
        ".\sdl\SDL.h"\
1218
1293
        ".\sdl\SDL_mutex.h"\
1219
1294
        ".\sdl\SDL_quit.h"\
1220
1295
        ".\sdl\SDL_rwops.h"\
1221
 
        ".\sdl\SDL_syswm.h"\
1222
1296
        ".\sdl\SDL_timer.h"\
1223
1297
        ".\sdl\SDL_types.h"\
1224
1298
        ".\sdl\SDL_version.h"\
1225
1299
        ".\sdl\SDL_video.h"\
1226
1300
        
 
1301
NODEP_CPP_COMMA=\
 
1302
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1303
        
1227
1304
 
1228
1305
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
1229
1306
 
1230
1307
DEP_CPP_COMMA=\
 
1308
        "..\common\Array.hxx"\
1231
1309
        "..\emucore\Cart.hxx"\
1232
1310
        "..\emucore\Console.hxx"\
1233
1311
        "..\emucore\Control.hxx"\
1240
1318
        "..\emucore\MediaSrc.hxx"\
1241
1319
        "..\emucore\OSystem.hxx"\
1242
1320
        "..\emucore\Props.hxx"\
 
1321
        "..\emucore\Serializer.hxx"\
1243
1322
        "..\emucore\Settings.hxx"\
1244
1323
        "..\emucore\Sound.hxx"\
1245
1324
        "..\emucore\TIA.hxx"\
1255
1334
        "..\gui\StringList.hxx"\
1256
1335
        "..\gui\Widget.hxx"\
1257
1336
        ".\missing.h"\
1258
 
        
1259
 
NODEP_CPP_COMMA=\
1260
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1261
 
        "..\gui\Array.hxx"\
1262
1337
        ".\sdl\begin_code.h"\
1263
1338
        ".\sdl\close_code.h"\
1264
1339
        ".\sdl\SDL.h"\
1277
1352
        ".\sdl\SDL_mutex.h"\
1278
1353
        ".\sdl\SDL_quit.h"\
1279
1354
        ".\sdl\SDL_rwops.h"\
1280
 
        ".\sdl\SDL_syswm.h"\
1281
1355
        ".\sdl\SDL_timer.h"\
1282
1356
        ".\sdl\SDL_types.h"\
1283
1357
        ".\sdl\SDL_version.h"\
1284
1358
        ".\sdl\SDL_video.h"\
1285
1359
        
 
1360
NODEP_CPP_COMMA=\
 
1361
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1362
        
1286
1363
 
1287
1364
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
1288
1365
 
1316
1393
        "..\gui\StringList.hxx"\
1317
1394
        "..\gui\Widget.hxx"\
1318
1395
        ".\missing.h"\
 
1396
        ".\sdl\begin_code.h"\
 
1397
        ".\sdl\close_code.h"\
 
1398
        ".\sdl\SDL.h"\
 
1399
        ".\sdl\SDL_active.h"\
 
1400
        ".\sdl\SDL_audio.h"\
 
1401
        ".\sdl\SDL_byteorder.h"\
 
1402
        ".\sdl\SDL_cdrom.h"\
 
1403
        ".\sdl\SDL_error.h"\
 
1404
        ".\sdl\SDL_events.h"\
 
1405
        ".\sdl\SDL_getenv.h"\
 
1406
        ".\sdl\SDL_joystick.h"\
 
1407
        ".\sdl\SDL_keyboard.h"\
 
1408
        ".\sdl\SDL_keysym.h"\
 
1409
        ".\sdl\SDL_main.h"\
 
1410
        ".\sdl\SDL_mouse.h"\
 
1411
        ".\sdl\SDL_mutex.h"\
 
1412
        ".\sdl\SDL_quit.h"\
 
1413
        ".\sdl\SDL_rwops.h"\
 
1414
        ".\sdl\SDL_timer.h"\
 
1415
        ".\sdl\SDL_types.h"\
 
1416
        ".\sdl\SDL_version.h"\
 
1417
        ".\sdl\SDL_video.h"\
1319
1418
        
1320
1419
NODEP_CPP_COMMA=\
1321
1420
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1335
1434
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
1336
1435
 
1337
1436
DEP_CPP_COMMAN=\
 
1437
        "..\common\Array.hxx"\
1338
1438
        "..\emucore\Cart.hxx"\
1339
1439
        "..\emucore\Console.hxx"\
1340
1440
        "..\emucore\Control.hxx"\
1364
1464
        "..\gui\StringList.hxx"\
1365
1465
        "..\gui\Widget.hxx"\
1366
1466
        ".\missing.h"\
1367
 
        
1368
 
NODEP_CPP_COMMAN=\
1369
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1370
1467
        ".\sdl\begin_code.h"\
1371
1468
        ".\sdl\close_code.h"\
1372
1469
        ".\sdl\SDL.h"\
1385
1482
        ".\sdl\SDL_mutex.h"\
1386
1483
        ".\sdl\SDL_quit.h"\
1387
1484
        ".\sdl\SDL_rwops.h"\
1388
 
        ".\sdl\SDL_syswm.h"\
1389
1485
        ".\sdl\SDL_timer.h"\
1390
1486
        ".\sdl\SDL_types.h"\
1391
1487
        ".\sdl\SDL_version.h"\
1392
1488
        ".\sdl\SDL_video.h"\
1393
1489
        
 
1490
NODEP_CPP_COMMAN=\
 
1491
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1492
        
1394
1493
 
1395
1494
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
1396
1495
 
1397
1496
DEP_CPP_COMMAN=\
 
1497
        "..\common\Array.hxx"\
1398
1498
        "..\emucore\Cart.hxx"\
1399
1499
        "..\emucore\Console.hxx"\
1400
1500
        "..\emucore\Control.hxx"\
1401
1501
        "..\emucore\Event.hxx"\
1402
1502
        "..\emucore\EventHandler.hxx"\
1403
1503
        "..\emucore\FrameBuffer.hxx"\
 
1504
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
1404
1505
        "..\emucore\m6502\src\Device.hxx"\
1405
1506
        "..\emucore\M6532.hxx"\
1406
1507
        "..\emucore\MediaSrc.hxx"\
1407
1508
        "..\emucore\OSystem.hxx"\
1408
1509
        "..\emucore\Props.hxx"\
 
1510
        "..\emucore\Serializer.hxx"\
1409
1511
        "..\emucore\Settings.hxx"\
1410
1512
        "..\emucore\Sound.hxx"\
1411
1513
        "..\emucore\TIA.hxx"\
1421
1523
        "..\gui\Stack.hxx"\
1422
1524
        "..\gui\StringList.hxx"\
1423
1525
        "..\gui\Widget.hxx"\
1424
 
        
1425
 
NODEP_CPP_COMMAN=\
1426
 
        "..\gui\Array.hxx"\
1427
 
        ".\port\bspf.hxx"\
1428
 
        ".\port\EventHandler.hxx"\
1429
 
        ".\port\missing.h"\
1430
 
        ".\port\pspstdint.h"\
 
1526
        ".\missing.h"\
1431
1527
        ".\sdl\begin_code.h"\
1432
1528
        ".\sdl\close_code.h"\
1433
1529
        ".\sdl\SDL.h"\
1446
1542
        ".\sdl\SDL_mutex.h"\
1447
1543
        ".\sdl\SDL_quit.h"\
1448
1544
        ".\sdl\SDL_rwops.h"\
1449
 
        ".\sdl\SDL_syswm.h"\
1450
1545
        ".\sdl\SDL_timer.h"\
1451
1546
        ".\sdl\SDL_types.h"\
1452
1547
        ".\sdl\SDL_version.h"\
1453
1548
        ".\sdl\SDL_video.h"\
1454
1549
        
 
1550
NODEP_CPP_COMMAN=\
 
1551
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1552
        
1455
1553
 
1456
1554
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
1457
1555
 
1458
1556
DEP_CPP_COMMAN=\
 
1557
        "..\common\Array.hxx"\
1459
1558
        "..\emucore\Cart.hxx"\
1460
1559
        "..\emucore\Console.hxx"\
1461
1560
        "..\emucore\Control.hxx"\
1468
1567
        "..\emucore\MediaSrc.hxx"\
1469
1568
        "..\emucore\OSystem.hxx"\
1470
1569
        "..\emucore\Props.hxx"\
 
1570
        "..\emucore\Serializer.hxx"\
1471
1571
        "..\emucore\Settings.hxx"\
1472
1572
        "..\emucore\Sound.hxx"\
1473
1573
        "..\emucore\TIA.hxx"\
1484
1584
        "..\gui\StringList.hxx"\
1485
1585
        "..\gui\Widget.hxx"\
1486
1586
        ".\missing.h"\
1487
 
        
1488
 
NODEP_CPP_COMMAN=\
1489
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1490
 
        "..\gui\Array.hxx"\
1491
1587
        ".\sdl\begin_code.h"\
1492
1588
        ".\sdl\close_code.h"\
1493
1589
        ".\sdl\SDL.h"\
1506
1602
        ".\sdl\SDL_mutex.h"\
1507
1603
        ".\sdl\SDL_quit.h"\
1508
1604
        ".\sdl\SDL_rwops.h"\
1509
 
        ".\sdl\SDL_syswm.h"\
1510
1605
        ".\sdl\SDL_timer.h"\
1511
1606
        ".\sdl\SDL_types.h"\
1512
1607
        ".\sdl\SDL_version.h"\
1513
1608
        ".\sdl\SDL_video.h"\
1514
1609
        
 
1610
NODEP_CPP_COMMAN=\
 
1611
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1612
        
1515
1613
 
1516
1614
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
1517
1615
 
1546
1644
        "..\gui\StringList.hxx"\
1547
1645
        "..\gui\Widget.hxx"\
1548
1646
        ".\missing.h"\
 
1647
        ".\sdl\begin_code.h"\
 
1648
        ".\sdl\close_code.h"\
 
1649
        ".\sdl\SDL.h"\
 
1650
        ".\sdl\SDL_active.h"\
 
1651
        ".\sdl\SDL_audio.h"\
 
1652
        ".\sdl\SDL_byteorder.h"\
 
1653
        ".\sdl\SDL_cdrom.h"\
 
1654
        ".\sdl\SDL_error.h"\
 
1655
        ".\sdl\SDL_events.h"\
 
1656
        ".\sdl\SDL_getenv.h"\
 
1657
        ".\sdl\SDL_joystick.h"\
 
1658
        ".\sdl\SDL_keyboard.h"\
 
1659
        ".\sdl\SDL_keysym.h"\
 
1660
        ".\sdl\SDL_main.h"\
 
1661
        ".\sdl\SDL_mouse.h"\
 
1662
        ".\sdl\SDL_mutex.h"\
 
1663
        ".\sdl\SDL_quit.h"\
 
1664
        ".\sdl\SDL_rwops.h"\
 
1665
        ".\sdl\SDL_timer.h"\
 
1666
        ".\sdl\SDL_types.h"\
 
1667
        ".\sdl\SDL_version.h"\
 
1668
        ".\sdl\SDL_video.h"\
1549
1669
        
1550
1670
NODEP_CPP_COMMAN=\
1551
1671
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1569
1689
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
1570
1690
 
1571
1691
DEP_CPP_DIALO=\
 
1692
        "..\common\Array.hxx"\
1572
1693
        "..\emucore\Cart.hxx"\
1573
1694
        "..\emucore\Console.hxx"\
1574
1695
        "..\emucore\Control.hxx"\
1598
1719
        "..\gui\TabWidget.hxx"\
1599
1720
        "..\gui\Widget.hxx"\
1600
1721
        ".\missing.h"\
1601
 
        
1602
 
NODEP_CPP_DIALO=\
1603
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1604
1722
        ".\sdl\begin_code.h"\
1605
1723
        ".\sdl\close_code.h"\
1606
1724
        ".\sdl\SDL.h"\
1619
1737
        ".\sdl\SDL_mutex.h"\
1620
1738
        ".\sdl\SDL_quit.h"\
1621
1739
        ".\sdl\SDL_rwops.h"\
1622
 
        ".\sdl\SDL_syswm.h"\
1623
1740
        ".\sdl\SDL_timer.h"\
1624
1741
        ".\sdl\SDL_types.h"\
1625
1742
        ".\sdl\SDL_version.h"\
1626
1743
        ".\sdl\SDL_video.h"\
1627
1744
        
 
1745
NODEP_CPP_DIALO=\
 
1746
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1747
        
1628
1748
 
1629
1749
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
1630
1750
 
1631
1751
DEP_CPP_DIALO=\
 
1752
        "..\common\Array.hxx"\
1632
1753
        "..\emucore\Cart.hxx"\
1633
1754
        "..\emucore\Console.hxx"\
1634
1755
        "..\emucore\Control.hxx"\
1635
1756
        "..\emucore\Event.hxx"\
1636
1757
        "..\emucore\EventHandler.hxx"\
1637
1758
        "..\emucore\FrameBuffer.hxx"\
 
1759
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
1638
1760
        "..\emucore\m6502\src\Device.hxx"\
1639
1761
        "..\emucore\M6532.hxx"\
1640
1762
        "..\emucore\MediaSrc.hxx"\
1641
1763
        "..\emucore\OSystem.hxx"\
1642
1764
        "..\emucore\Props.hxx"\
 
1765
        "..\emucore\Serializer.hxx"\
1643
1766
        "..\emucore\Settings.hxx"\
1644
1767
        "..\emucore\Sound.hxx"\
1645
1768
        "..\emucore\TIA.hxx"\
1655
1778
        "..\gui\StringList.hxx"\
1656
1779
        "..\gui\TabWidget.hxx"\
1657
1780
        "..\gui\Widget.hxx"\
1658
 
        
1659
 
NODEP_CPP_DIALO=\
1660
 
        "..\gui\Array.hxx"\
1661
 
        ".\port\bspf.hxx"\
1662
 
        ".\port\EventHandler.hxx"\
1663
 
        ".\port\missing.h"\
1664
 
        ".\port\pspstdint.h"\
 
1781
        ".\missing.h"\
1665
1782
        ".\sdl\begin_code.h"\
1666
1783
        ".\sdl\close_code.h"\
1667
1784
        ".\sdl\SDL.h"\
1680
1797
        ".\sdl\SDL_mutex.h"\
1681
1798
        ".\sdl\SDL_quit.h"\
1682
1799
        ".\sdl\SDL_rwops.h"\
1683
 
        ".\sdl\SDL_syswm.h"\
1684
1800
        ".\sdl\SDL_timer.h"\
1685
1801
        ".\sdl\SDL_types.h"\
1686
1802
        ".\sdl\SDL_version.h"\
1687
1803
        ".\sdl\SDL_video.h"\
1688
1804
        
 
1805
NODEP_CPP_DIALO=\
 
1806
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1807
        
1689
1808
 
1690
1809
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
1691
1810
 
1692
1811
DEP_CPP_DIALO=\
 
1812
        "..\common\Array.hxx"\
1693
1813
        "..\emucore\Cart.hxx"\
1694
1814
        "..\emucore\Console.hxx"\
1695
1815
        "..\emucore\Control.hxx"\
1702
1822
        "..\emucore\MediaSrc.hxx"\
1703
1823
        "..\emucore\OSystem.hxx"\
1704
1824
        "..\emucore\Props.hxx"\
 
1825
        "..\emucore\Serializer.hxx"\
1705
1826
        "..\emucore\Settings.hxx"\
1706
1827
        "..\emucore\Sound.hxx"\
1707
1828
        "..\emucore\TIA.hxx"\
1718
1839
        "..\gui\TabWidget.hxx"\
1719
1840
        "..\gui\Widget.hxx"\
1720
1841
        ".\missing.h"\
1721
 
        
1722
 
NODEP_CPP_DIALO=\
1723
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1724
 
        "..\gui\Array.hxx"\
1725
1842
        ".\sdl\begin_code.h"\
1726
1843
        ".\sdl\close_code.h"\
1727
1844
        ".\sdl\SDL.h"\
1740
1857
        ".\sdl\SDL_mutex.h"\
1741
1858
        ".\sdl\SDL_quit.h"\
1742
1859
        ".\sdl\SDL_rwops.h"\
1743
 
        ".\sdl\SDL_syswm.h"\
1744
1860
        ".\sdl\SDL_timer.h"\
1745
1861
        ".\sdl\SDL_types.h"\
1746
1862
        ".\sdl\SDL_version.h"\
1747
1863
        ".\sdl\SDL_video.h"\
1748
1864
        
 
1865
NODEP_CPP_DIALO=\
 
1866
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1867
        
1749
1868
 
1750
1869
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
1751
1870
 
1780
1899
        "..\gui\TabWidget.hxx"\
1781
1900
        "..\gui\Widget.hxx"\
1782
1901
        ".\missing.h"\
 
1902
        ".\sdl\begin_code.h"\
 
1903
        ".\sdl\close_code.h"\
 
1904
        ".\sdl\SDL.h"\
 
1905
        ".\sdl\SDL_active.h"\
 
1906
        ".\sdl\SDL_audio.h"\
 
1907
        ".\sdl\SDL_byteorder.h"\
 
1908
        ".\sdl\SDL_cdrom.h"\
 
1909
        ".\sdl\SDL_error.h"\
 
1910
        ".\sdl\SDL_events.h"\
 
1911
        ".\sdl\SDL_getenv.h"\
 
1912
        ".\sdl\SDL_joystick.h"\
 
1913
        ".\sdl\SDL_keyboard.h"\
 
1914
        ".\sdl\SDL_keysym.h"\
 
1915
        ".\sdl\SDL_main.h"\
 
1916
        ".\sdl\SDL_mouse.h"\
 
1917
        ".\sdl\SDL_mutex.h"\
 
1918
        ".\sdl\SDL_quit.h"\
 
1919
        ".\sdl\SDL_rwops.h"\
 
1920
        ".\sdl\SDL_timer.h"\
 
1921
        ".\sdl\SDL_types.h"\
 
1922
        ".\sdl\SDL_version.h"\
 
1923
        ".\sdl\SDL_video.h"\
1783
1924
        
1784
1925
NODEP_CPP_DIALO=\
1785
1926
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1799
1940
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
1800
1941
 
1801
1942
DEP_CPP_DIALOG=\
 
1943
        "..\common\Array.hxx"\
1802
1944
        "..\emucore\Cart.hxx"\
1803
1945
        "..\emucore\Console.hxx"\
1804
1946
        "..\emucore\Control.hxx"\
1826
1968
        "..\gui\StringList.hxx"\
1827
1969
        "..\gui\Widget.hxx"\
1828
1970
        ".\missing.h"\
1829
 
        
1830
 
NODEP_CPP_DIALOG=\
1831
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1832
1971
        ".\sdl\begin_code.h"\
1833
1972
        ".\sdl\close_code.h"\
1834
1973
        ".\sdl\SDL.h"\
1847
1986
        ".\sdl\SDL_mutex.h"\
1848
1987
        ".\sdl\SDL_quit.h"\
1849
1988
        ".\sdl\SDL_rwops.h"\
1850
 
        ".\sdl\SDL_syswm.h"\
1851
1989
        ".\sdl\SDL_timer.h"\
1852
1990
        ".\sdl\SDL_types.h"\
1853
1991
        ".\sdl\SDL_version.h"\
1854
1992
        ".\sdl\SDL_video.h"\
1855
1993
        
 
1994
NODEP_CPP_DIALOG=\
 
1995
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
1996
        
1856
1997
 
1857
1998
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
1858
1999
 
1859
2000
DEP_CPP_DIALOG=\
 
2001
        "..\common\Array.hxx"\
1860
2002
        "..\emucore\Cart.hxx"\
1861
2003
        "..\emucore\Console.hxx"\
1862
2004
        "..\emucore\Control.hxx"\
1863
2005
        "..\emucore\Event.hxx"\
1864
2006
        "..\emucore\EventHandler.hxx"\
1865
2007
        "..\emucore\FrameBuffer.hxx"\
 
2008
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
1866
2009
        "..\emucore\m6502\src\Device.hxx"\
1867
2010
        "..\emucore\M6532.hxx"\
1868
2011
        "..\emucore\MediaSrc.hxx"\
1869
2012
        "..\emucore\OSystem.hxx"\
1870
2013
        "..\emucore\Props.hxx"\
 
2014
        "..\emucore\Serializer.hxx"\
1871
2015
        "..\emucore\Settings.hxx"\
1872
2016
        "..\emucore\Sound.hxx"\
1873
2017
        "..\emucore\TIA.hxx"\
1881
2025
        "..\gui\Stack.hxx"\
1882
2026
        "..\gui\StringList.hxx"\
1883
2027
        "..\gui\Widget.hxx"\
1884
 
        
1885
 
NODEP_CPP_DIALOG=\
1886
 
        "..\gui\Array.hxx"\
1887
 
        ".\port\bspf.hxx"\
1888
 
        ".\port\EventHandler.hxx"\
1889
 
        ".\port\missing.h"\
1890
 
        ".\port\pspstdint.h"\
 
2028
        ".\missing.h"\
1891
2029
        ".\sdl\begin_code.h"\
1892
2030
        ".\sdl\close_code.h"\
1893
2031
        ".\sdl\SDL.h"\
1906
2044
        ".\sdl\SDL_mutex.h"\
1907
2045
        ".\sdl\SDL_quit.h"\
1908
2046
        ".\sdl\SDL_rwops.h"\
1909
 
        ".\sdl\SDL_syswm.h"\
1910
2047
        ".\sdl\SDL_timer.h"\
1911
2048
        ".\sdl\SDL_types.h"\
1912
2049
        ".\sdl\SDL_version.h"\
1913
2050
        ".\sdl\SDL_video.h"\
1914
2051
        
 
2052
NODEP_CPP_DIALOG=\
 
2053
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2054
        
1915
2055
 
1916
2056
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
1917
2057
 
1918
2058
DEP_CPP_DIALOG=\
 
2059
        "..\common\Array.hxx"\
1919
2060
        "..\emucore\Cart.hxx"\
1920
2061
        "..\emucore\Console.hxx"\
1921
2062
        "..\emucore\Control.hxx"\
1928
2069
        "..\emucore\MediaSrc.hxx"\
1929
2070
        "..\emucore\OSystem.hxx"\
1930
2071
        "..\emucore\Props.hxx"\
 
2072
        "..\emucore\Serializer.hxx"\
1931
2073
        "..\emucore\Settings.hxx"\
1932
2074
        "..\emucore\Sound.hxx"\
1933
2075
        "..\emucore\TIA.hxx"\
1942
2084
        "..\gui\StringList.hxx"\
1943
2085
        "..\gui\Widget.hxx"\
1944
2086
        ".\missing.h"\
1945
 
        
1946
 
NODEP_CPP_DIALOG=\
1947
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
1948
 
        "..\gui\Array.hxx"\
1949
2087
        ".\sdl\begin_code.h"\
1950
2088
        ".\sdl\close_code.h"\
1951
2089
        ".\sdl\SDL.h"\
1964
2102
        ".\sdl\SDL_mutex.h"\
1965
2103
        ".\sdl\SDL_quit.h"\
1966
2104
        ".\sdl\SDL_rwops.h"\
1967
 
        ".\sdl\SDL_syswm.h"\
1968
2105
        ".\sdl\SDL_timer.h"\
1969
2106
        ".\sdl\SDL_types.h"\
1970
2107
        ".\sdl\SDL_version.h"\
1971
2108
        ".\sdl\SDL_video.h"\
1972
2109
        
 
2110
NODEP_CPP_DIALOG=\
 
2111
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2112
        
1973
2113
 
1974
2114
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
1975
2115
 
2002
2142
        "..\gui\StringList.hxx"\
2003
2143
        "..\gui\Widget.hxx"\
2004
2144
        ".\missing.h"\
 
2145
        ".\sdl\begin_code.h"\
 
2146
        ".\sdl\close_code.h"\
 
2147
        ".\sdl\SDL.h"\
 
2148
        ".\sdl\SDL_active.h"\
 
2149
        ".\sdl\SDL_audio.h"\
 
2150
        ".\sdl\SDL_byteorder.h"\
 
2151
        ".\sdl\SDL_cdrom.h"\
 
2152
        ".\sdl\SDL_error.h"\
 
2153
        ".\sdl\SDL_events.h"\
 
2154
        ".\sdl\SDL_getenv.h"\
 
2155
        ".\sdl\SDL_joystick.h"\
 
2156
        ".\sdl\SDL_keyboard.h"\
 
2157
        ".\sdl\SDL_keysym.h"\
 
2158
        ".\sdl\SDL_main.h"\
 
2159
        ".\sdl\SDL_mouse.h"\
 
2160
        ".\sdl\SDL_mutex.h"\
 
2161
        ".\sdl\SDL_quit.h"\
 
2162
        ".\sdl\SDL_rwops.h"\
 
2163
        ".\sdl\SDL_timer.h"\
 
2164
        ".\sdl\SDL_types.h"\
 
2165
        ".\sdl\SDL_version.h"\
 
2166
        ".\sdl\SDL_video.h"\
2005
2167
        
2006
2168
NODEP_CPP_DIALOG=\
2007
2169
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2021
2183
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
2022
2184
 
2023
2185
DEP_CPP_EDITA=\
 
2186
        "..\common\Array.hxx"\
2024
2187
        "..\emucore\Cart.hxx"\
2025
2188
        "..\emucore\Console.hxx"\
2026
2189
        "..\emucore\Control.hxx"\
2046
2209
        "..\gui\StringList.hxx"\
2047
2210
        "..\gui\Widget.hxx"\
2048
2211
        ".\missing.h"\
2049
 
        
2050
 
NODEP_CPP_EDITA=\
2051
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2052
2212
        ".\sdl\begin_code.h"\
2053
2213
        ".\sdl\close_code.h"\
2054
2214
        ".\sdl\SDL.h"\
2067
2227
        ".\sdl\SDL_mutex.h"\
2068
2228
        ".\sdl\SDL_quit.h"\
2069
2229
        ".\sdl\SDL_rwops.h"\
2070
 
        ".\sdl\SDL_syswm.h"\
2071
2230
        ".\sdl\SDL_timer.h"\
2072
2231
        ".\sdl\SDL_types.h"\
2073
2232
        ".\sdl\SDL_version.h"\
2074
2233
        ".\sdl\SDL_video.h"\
2075
2234
        
 
2235
NODEP_CPP_EDITA=\
 
2236
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2237
        
2076
2238
 
2077
2239
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
2078
2240
 
2079
2241
DEP_CPP_EDITA=\
 
2242
        "..\common\Array.hxx"\
2080
2243
        "..\emucore\Cart.hxx"\
2081
2244
        "..\emucore\Console.hxx"\
2082
2245
        "..\emucore\Control.hxx"\
2083
2246
        "..\emucore\Event.hxx"\
2084
2247
        "..\emucore\EventHandler.hxx"\
2085
2248
        "..\emucore\FrameBuffer.hxx"\
 
2249
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
2086
2250
        "..\emucore\m6502\src\Device.hxx"\
2087
2251
        "..\emucore\M6532.hxx"\
2088
2252
        "..\emucore\MediaSrc.hxx"\
2089
2253
        "..\emucore\OSystem.hxx"\
2090
2254
        "..\emucore\Props.hxx"\
 
2255
        "..\emucore\Serializer.hxx"\
2091
2256
        "..\emucore\Settings.hxx"\
2092
2257
        "..\emucore\Sound.hxx"\
2093
2258
        "..\emucore\TIA.hxx"\
2099
2264
        "..\gui\Rect.hxx"\
2100
2265
        "..\gui\StringList.hxx"\
2101
2266
        "..\gui\Widget.hxx"\
2102
 
        
2103
 
NODEP_CPP_EDITA=\
2104
 
        "..\gui\Array.hxx"\
2105
 
        ".\port\bspf.hxx"\
2106
 
        ".\port\missing.h"\
2107
 
        ".\port\pspstdint.h"\
 
2267
        ".\missing.h"\
2108
2268
        ".\sdl\begin_code.h"\
2109
2269
        ".\sdl\close_code.h"\
2110
2270
        ".\sdl\SDL.h"\
2123
2283
        ".\sdl\SDL_mutex.h"\
2124
2284
        ".\sdl\SDL_quit.h"\
2125
2285
        ".\sdl\SDL_rwops.h"\
2126
 
        ".\sdl\SDL_syswm.h"\
2127
2286
        ".\sdl\SDL_timer.h"\
2128
2287
        ".\sdl\SDL_types.h"\
2129
2288
        ".\sdl\SDL_version.h"\
2130
2289
        ".\sdl\SDL_video.h"\
2131
2290
        
 
2291
NODEP_CPP_EDITA=\
 
2292
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2293
        
2132
2294
 
2133
2295
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
2134
2296
 
2135
2297
DEP_CPP_EDITA=\
 
2298
        "..\common\Array.hxx"\
2136
2299
        "..\emucore\Cart.hxx"\
2137
2300
        "..\emucore\Console.hxx"\
2138
2301
        "..\emucore\Control.hxx"\
2145
2308
        "..\emucore\MediaSrc.hxx"\
2146
2309
        "..\emucore\OSystem.hxx"\
2147
2310
        "..\emucore\Props.hxx"\
 
2311
        "..\emucore\Serializer.hxx"\
2148
2312
        "..\emucore\Settings.hxx"\
2149
2313
        "..\emucore\Sound.hxx"\
2150
2314
        "..\emucore\TIA.hxx"\
2157
2321
        "..\gui\StringList.hxx"\
2158
2322
        "..\gui\Widget.hxx"\
2159
2323
        ".\missing.h"\
2160
 
        
2161
 
NODEP_CPP_EDITA=\
2162
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2163
 
        "..\gui\Array.hxx"\
2164
2324
        ".\sdl\begin_code.h"\
2165
2325
        ".\sdl\close_code.h"\
2166
2326
        ".\sdl\SDL.h"\
2179
2339
        ".\sdl\SDL_mutex.h"\
2180
2340
        ".\sdl\SDL_quit.h"\
2181
2341
        ".\sdl\SDL_rwops.h"\
2182
 
        ".\sdl\SDL_syswm.h"\
2183
2342
        ".\sdl\SDL_timer.h"\
2184
2343
        ".\sdl\SDL_types.h"\
2185
2344
        ".\sdl\SDL_version.h"\
2186
2345
        ".\sdl\SDL_video.h"\
2187
2346
        
 
2347
NODEP_CPP_EDITA=\
 
2348
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2349
        
2188
2350
 
2189
2351
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
2190
2352
 
2215
2377
        "..\gui\StringList.hxx"\
2216
2378
        "..\gui\Widget.hxx"\
2217
2379
        ".\missing.h"\
 
2380
        ".\sdl\begin_code.h"\
 
2381
        ".\sdl\close_code.h"\
 
2382
        ".\sdl\SDL.h"\
 
2383
        ".\sdl\SDL_active.h"\
 
2384
        ".\sdl\SDL_audio.h"\
 
2385
        ".\sdl\SDL_byteorder.h"\
 
2386
        ".\sdl\SDL_cdrom.h"\
 
2387
        ".\sdl\SDL_error.h"\
 
2388
        ".\sdl\SDL_events.h"\
 
2389
        ".\sdl\SDL_getenv.h"\
 
2390
        ".\sdl\SDL_joystick.h"\
 
2391
        ".\sdl\SDL_keyboard.h"\
 
2392
        ".\sdl\SDL_keysym.h"\
 
2393
        ".\sdl\SDL_main.h"\
 
2394
        ".\sdl\SDL_mouse.h"\
 
2395
        ".\sdl\SDL_mutex.h"\
 
2396
        ".\sdl\SDL_quit.h"\
 
2397
        ".\sdl\SDL_rwops.h"\
 
2398
        ".\sdl\SDL_timer.h"\
 
2399
        ".\sdl\SDL_types.h"\
 
2400
        ".\sdl\SDL_version.h"\
 
2401
        ".\sdl\SDL_video.h"\
2218
2402
        
2219
2403
NODEP_CPP_EDITA=\
2220
2404
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2234
2418
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
2235
2419
 
2236
2420
DEP_CPP_EDITT=\
 
2421
        "..\common\Array.hxx"\
2237
2422
        "..\emucore\Cart.hxx"\
2238
2423
        "..\emucore\Console.hxx"\
2239
2424
        "..\emucore\Control.hxx"\
2261
2446
        "..\gui\StringList.hxx"\
2262
2447
        "..\gui\Widget.hxx"\
2263
2448
        ".\missing.h"\
2264
 
        
2265
 
NODEP_CPP_EDITT=\
2266
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2267
2449
        ".\sdl\begin_code.h"\
2268
2450
        ".\sdl\close_code.h"\
2269
2451
        ".\sdl\SDL.h"\
2282
2464
        ".\sdl\SDL_mutex.h"\
2283
2465
        ".\sdl\SDL_quit.h"\
2284
2466
        ".\sdl\SDL_rwops.h"\
2285
 
        ".\sdl\SDL_syswm.h"\
2286
2467
        ".\sdl\SDL_timer.h"\
2287
2468
        ".\sdl\SDL_types.h"\
2288
2469
        ".\sdl\SDL_version.h"\
2289
2470
        ".\sdl\SDL_video.h"\
2290
2471
        
 
2472
NODEP_CPP_EDITT=\
 
2473
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2474
        
2291
2475
 
2292
2476
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
2293
2477
 
2294
2478
DEP_CPP_EDITT=\
 
2479
        "..\common\Array.hxx"\
2295
2480
        "..\emucore\Cart.hxx"\
2296
2481
        "..\emucore\Console.hxx"\
2297
2482
        "..\emucore\Control.hxx"\
2298
2483
        "..\emucore\Event.hxx"\
2299
2484
        "..\emucore\EventHandler.hxx"\
2300
2485
        "..\emucore\FrameBuffer.hxx"\
 
2486
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
2301
2487
        "..\emucore\m6502\src\Device.hxx"\
2302
2488
        "..\emucore\M6532.hxx"\
2303
2489
        "..\emucore\MediaSrc.hxx"\
2304
2490
        "..\emucore\OSystem.hxx"\
2305
2491
        "..\emucore\Props.hxx"\
 
2492
        "..\emucore\Serializer.hxx"\
2306
2493
        "..\emucore\Settings.hxx"\
2307
2494
        "..\emucore\Sound.hxx"\
2308
2495
        "..\emucore\TIA.hxx"\
2316
2503
        "..\gui\Rect.hxx"\
2317
2504
        "..\gui\StringList.hxx"\
2318
2505
        "..\gui\Widget.hxx"\
2319
 
        
2320
 
NODEP_CPP_EDITT=\
2321
 
        "..\gui\Array.hxx"\
2322
 
        ".\port\bspf.hxx"\
2323
 
        ".\port\missing.h"\
2324
 
        ".\port\pspstdint.h"\
 
2506
        ".\missing.h"\
2325
2507
        ".\sdl\begin_code.h"\
2326
2508
        ".\sdl\close_code.h"\
2327
2509
        ".\sdl\SDL.h"\
2340
2522
        ".\sdl\SDL_mutex.h"\
2341
2523
        ".\sdl\SDL_quit.h"\
2342
2524
        ".\sdl\SDL_rwops.h"\
2343
 
        ".\sdl\SDL_syswm.h"\
2344
2525
        ".\sdl\SDL_timer.h"\
2345
2526
        ".\sdl\SDL_types.h"\
2346
2527
        ".\sdl\SDL_version.h"\
2347
2528
        ".\sdl\SDL_video.h"\
2348
2529
        
 
2530
NODEP_CPP_EDITT=\
 
2531
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2532
        
2349
2533
 
2350
2534
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
2351
2535
 
2352
2536
DEP_CPP_EDITT=\
 
2537
        "..\common\Array.hxx"\
2353
2538
        "..\emucore\Cart.hxx"\
2354
2539
        "..\emucore\Console.hxx"\
2355
2540
        "..\emucore\Control.hxx"\
2362
2547
        "..\emucore\MediaSrc.hxx"\
2363
2548
        "..\emucore\OSystem.hxx"\
2364
2549
        "..\emucore\Props.hxx"\
 
2550
        "..\emucore\Serializer.hxx"\
2365
2551
        "..\emucore\Settings.hxx"\
2366
2552
        "..\emucore\Sound.hxx"\
2367
2553
        "..\emucore\TIA.hxx"\
2376
2562
        "..\gui\StringList.hxx"\
2377
2563
        "..\gui\Widget.hxx"\
2378
2564
        ".\missing.h"\
2379
 
        
2380
 
NODEP_CPP_EDITT=\
2381
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2382
 
        "..\gui\Array.hxx"\
2383
2565
        ".\sdl\begin_code.h"\
2384
2566
        ".\sdl\close_code.h"\
2385
2567
        ".\sdl\SDL.h"\
2398
2580
        ".\sdl\SDL_mutex.h"\
2399
2581
        ".\sdl\SDL_quit.h"\
2400
2582
        ".\sdl\SDL_rwops.h"\
2401
 
        ".\sdl\SDL_syswm.h"\
2402
2583
        ".\sdl\SDL_timer.h"\
2403
2584
        ".\sdl\SDL_types.h"\
2404
2585
        ".\sdl\SDL_version.h"\
2405
2586
        ".\sdl\SDL_video.h"\
2406
2587
        
 
2588
NODEP_CPP_EDITT=\
 
2589
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2590
        
2407
2591
 
2408
2592
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
2409
2593
 
2436
2620
        "..\gui\StringList.hxx"\
2437
2621
        "..\gui\Widget.hxx"\
2438
2622
        ".\missing.h"\
 
2623
        ".\sdl\begin_code.h"\
 
2624
        ".\sdl\close_code.h"\
 
2625
        ".\sdl\SDL.h"\
 
2626
        ".\sdl\SDL_active.h"\
 
2627
        ".\sdl\SDL_audio.h"\
 
2628
        ".\sdl\SDL_byteorder.h"\
 
2629
        ".\sdl\SDL_cdrom.h"\
 
2630
        ".\sdl\SDL_error.h"\
 
2631
        ".\sdl\SDL_events.h"\
 
2632
        ".\sdl\SDL_getenv.h"\
 
2633
        ".\sdl\SDL_joystick.h"\
 
2634
        ".\sdl\SDL_keyboard.h"\
 
2635
        ".\sdl\SDL_keysym.h"\
 
2636
        ".\sdl\SDL_main.h"\
 
2637
        ".\sdl\SDL_mouse.h"\
 
2638
        ".\sdl\SDL_mutex.h"\
 
2639
        ".\sdl\SDL_quit.h"\
 
2640
        ".\sdl\SDL_rwops.h"\
 
2641
        ".\sdl\SDL_timer.h"\
 
2642
        ".\sdl\SDL_types.h"\
 
2643
        ".\sdl\SDL_version.h"\
 
2644
        ".\sdl\SDL_video.h"\
2439
2645
        
2440
2646
NODEP_CPP_EDITT=\
2441
2647
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2455
2661
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
2456
2662
 
2457
2663
DEP_CPP_EVENT=\
 
2664
        "..\common\Array.hxx"\
2458
2665
        "..\emucore\Cart.hxx"\
2459
2666
        "..\emucore\Console.hxx"\
2460
2667
        "..\emucore\Control.hxx"\
2484
2691
        "..\gui\StringListWidget.hxx"\
2485
2692
        "..\gui\Widget.hxx"\
2486
2693
        ".\missing.h"\
2487
 
        
2488
 
NODEP_CPP_EVENT=\
2489
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2490
2694
        ".\sdl\begin_code.h"\
2491
2695
        ".\sdl\close_code.h"\
2492
2696
        ".\sdl\SDL.h"\
2505
2709
        ".\sdl\SDL_mutex.h"\
2506
2710
        ".\sdl\SDL_quit.h"\
2507
2711
        ".\sdl\SDL_rwops.h"\
2508
 
        ".\sdl\SDL_syswm.h"\
2509
2712
        ".\sdl\SDL_timer.h"\
2510
2713
        ".\sdl\SDL_types.h"\
2511
2714
        ".\sdl\SDL_version.h"\
2512
2715
        ".\sdl\SDL_video.h"\
2513
2716
        
 
2717
NODEP_CPP_EVENT=\
 
2718
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2719
        
2514
2720
 
2515
2721
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
2516
2722
 
2517
2723
DEP_CPP_EVENT=\
 
2724
        "..\common\Array.hxx"\
2518
2725
        "..\emucore\Cart.hxx"\
2519
2726
        "..\emucore\Console.hxx"\
2520
2727
        "..\emucore\Control.hxx"\
2521
2728
        "..\emucore\Event.hxx"\
2522
2729
        "..\emucore\EventHandler.hxx"\
2523
2730
        "..\emucore\FrameBuffer.hxx"\
 
2731
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
2524
2732
        "..\emucore\m6502\src\Device.hxx"\
2525
2733
        "..\emucore\M6532.hxx"\
2526
2734
        "..\emucore\MediaSrc.hxx"\
2527
2735
        "..\emucore\OSystem.hxx"\
2528
2736
        "..\emucore\Props.hxx"\
 
2737
        "..\emucore\Serializer.hxx"\
2529
2738
        "..\emucore\Settings.hxx"\
2530
2739
        "..\emucore\Sound.hxx"\
2531
2740
        "..\emucore\TIA.hxx"\
2541
2750
        "..\gui\StringList.hxx"\
2542
2751
        "..\gui\StringListWidget.hxx"\
2543
2752
        "..\gui\Widget.hxx"\
2544
 
        
2545
 
NODEP_CPP_EVENT=\
2546
 
        "..\emucore\bspf.hxx"\
2547
 
        "..\emucore\m6502\src\bspf.hxx"\
2548
 
        "..\gui\Array.hxx"\
2549
 
        "..\gui\bspf.hxx"\
 
2753
        ".\missing.h"\
2550
2754
        ".\sdl\begin_code.h"\
2551
2755
        ".\sdl\close_code.h"\
2552
2756
        ".\sdl\SDL.h"\
2565
2769
        ".\sdl\SDL_mutex.h"\
2566
2770
        ".\sdl\SDL_quit.h"\
2567
2771
        ".\sdl\SDL_rwops.h"\
2568
 
        ".\sdl\SDL_syswm.h"\
2569
2772
        ".\sdl\SDL_timer.h"\
2570
2773
        ".\sdl\SDL_types.h"\
2571
2774
        ".\sdl\SDL_version.h"\
2572
2775
        ".\sdl\SDL_video.h"\
2573
2776
        
 
2777
NODEP_CPP_EVENT=\
 
2778
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2779
        
2574
2780
 
2575
2781
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
2576
2782
 
2577
2783
DEP_CPP_EVENT=\
 
2784
        "..\common\Array.hxx"\
2578
2785
        "..\emucore\Cart.hxx"\
2579
2786
        "..\emucore\Console.hxx"\
2580
2787
        "..\emucore\Control.hxx"\
2587
2794
        "..\emucore\MediaSrc.hxx"\
2588
2795
        "..\emucore\OSystem.hxx"\
2589
2796
        "..\emucore\Props.hxx"\
 
2797
        "..\emucore\Serializer.hxx"\
2590
2798
        "..\emucore\Settings.hxx"\
2591
2799
        "..\emucore\Sound.hxx"\
2592
2800
        "..\emucore\TIA.hxx"\
2603
2811
        "..\gui\StringListWidget.hxx"\
2604
2812
        "..\gui\Widget.hxx"\
2605
2813
        ".\missing.h"\
2606
 
        
2607
 
NODEP_CPP_EVENT=\
2608
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2609
 
        "..\gui\Array.hxx"\
2610
2814
        ".\sdl\begin_code.h"\
2611
2815
        ".\sdl\close_code.h"\
2612
2816
        ".\sdl\SDL.h"\
2625
2829
        ".\sdl\SDL_mutex.h"\
2626
2830
        ".\sdl\SDL_quit.h"\
2627
2831
        ".\sdl\SDL_rwops.h"\
2628
 
        ".\sdl\SDL_syswm.h"\
2629
2832
        ".\sdl\SDL_timer.h"\
2630
2833
        ".\sdl\SDL_types.h"\
2631
2834
        ".\sdl\SDL_version.h"\
2632
2835
        ".\sdl\SDL_video.h"\
2633
2836
        
 
2837
NODEP_CPP_EVENT=\
 
2838
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
2839
        
2634
2840
 
2635
2841
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
2636
2842
 
2665
2871
        "..\gui\StringListWidget.hxx"\
2666
2872
        "..\gui\Widget.hxx"\
2667
2873
        ".\missing.h"\
 
2874
        ".\sdl\begin_code.h"\
 
2875
        ".\sdl\close_code.h"\
 
2876
        ".\sdl\SDL.h"\
 
2877
        ".\sdl\SDL_active.h"\
 
2878
        ".\sdl\SDL_audio.h"\
 
2879
        ".\sdl\SDL_byteorder.h"\
 
2880
        ".\sdl\SDL_cdrom.h"\
 
2881
        ".\sdl\SDL_error.h"\
 
2882
        ".\sdl\SDL_events.h"\
 
2883
        ".\sdl\SDL_getenv.h"\
 
2884
        ".\sdl\SDL_joystick.h"\
 
2885
        ".\sdl\SDL_keyboard.h"\
 
2886
        ".\sdl\SDL_keysym.h"\
 
2887
        ".\sdl\SDL_main.h"\
 
2888
        ".\sdl\SDL_mouse.h"\
 
2889
        ".\sdl\SDL_mutex.h"\
 
2890
        ".\sdl\SDL_quit.h"\
 
2891
        ".\sdl\SDL_rwops.h"\
 
2892
        ".\sdl\SDL_timer.h"\
 
2893
        ".\sdl\SDL_types.h"\
 
2894
        ".\sdl\SDL_version.h"\
 
2895
        ".\sdl\SDL_video.h"\
2668
2896
        
2669
2897
NODEP_CPP_EVENT=\
2670
2898
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2700
2928
        "..\gui\GuiUtils.hxx"\
2701
2929
        
2702
2930
NODEP_CPP_FONT_=\
2703
 
        ".\port\bspf.hxx"\
2704
 
        ".\port\missing.h"\
2705
 
        ".\port\pspstdint.h"\
 
2931
        "..\gui\bspf.hxx"\
2706
2932
        
2707
2933
 
2708
2934
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
2743
2969
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
2744
2970
 
2745
2971
DEP_CPP_GAMEI=\
 
2972
        "..\common\Array.hxx"\
2746
2973
        "..\emucore\Cart.hxx"\
2747
2974
        "..\emucore\Console.hxx"\
2748
2975
        "..\emucore\Control.hxx"\
2773
3000
        "..\gui\TabWidget.hxx"\
2774
3001
        "..\gui\Widget.hxx"\
2775
3002
        ".\missing.h"\
2776
 
        
2777
 
NODEP_CPP_GAMEI=\
2778
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2779
3003
        ".\sdl\begin_code.h"\
2780
3004
        ".\sdl\close_code.h"\
2781
3005
        ".\sdl\SDL.h"\
2794
3018
        ".\sdl\SDL_mutex.h"\
2795
3019
        ".\sdl\SDL_quit.h"\
2796
3020
        ".\sdl\SDL_rwops.h"\
2797
 
        ".\sdl\SDL_syswm.h"\
2798
3021
        ".\sdl\SDL_timer.h"\
2799
3022
        ".\sdl\SDL_types.h"\
2800
3023
        ".\sdl\SDL_version.h"\
2801
3024
        ".\sdl\SDL_video.h"\
2802
3025
        
 
3026
NODEP_CPP_GAMEI=\
 
3027
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3028
        
2803
3029
 
2804
3030
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
2805
3031
 
2806
3032
DEP_CPP_GAMEI=\
 
3033
        "..\common\Array.hxx"\
2807
3034
        "..\emucore\Cart.hxx"\
2808
3035
        "..\emucore\Console.hxx"\
2809
3036
        "..\emucore\Control.hxx"\
2810
3037
        "..\emucore\Event.hxx"\
2811
3038
        "..\emucore\EventHandler.hxx"\
2812
3039
        "..\emucore\FrameBuffer.hxx"\
 
3040
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
2813
3041
        "..\emucore\m6502\src\Device.hxx"\
2814
3042
        "..\emucore\M6532.hxx"\
2815
3043
        "..\emucore\MediaSrc.hxx"\
2816
3044
        "..\emucore\OSystem.hxx"\
2817
3045
        "..\emucore\Props.hxx"\
 
3046
        "..\emucore\Serializer.hxx"\
2818
3047
        "..\emucore\Settings.hxx"\
2819
3048
        "..\emucore\Sound.hxx"\
2820
3049
        "..\emucore\TIA.hxx"\
2821
3050
        "..\gui\Command.hxx"\
2822
3051
        "..\gui\Dialog.hxx"\
 
3052
        "..\gui\EditableWidget.hxx"\
 
3053
        "..\gui\EditTextWidget.hxx"\
2823
3054
        "..\gui\Font.hxx"\
2824
3055
        "..\gui\GameInfoDialog.hxx"\
2825
3056
        "..\gui\GuiObject.hxx"\
2826
3057
        "..\gui\GuiUtils.hxx"\
 
3058
        "..\gui\PopUpWidget.hxx"\
2827
3059
        "..\gui\Rect.hxx"\
2828
3060
        "..\gui\StringList.hxx"\
 
3061
        "..\gui\TabWidget.hxx"\
2829
3062
        "..\gui\Widget.hxx"\
2830
 
        
2831
 
NODEP_CPP_GAMEI=\
2832
 
        "..\gui\Array.hxx"\
2833
 
        ".\port\bspf.hxx"\
2834
 
        ".\port\missing.h"\
2835
 
        ".\port\pspstdint.h"\
 
3063
        ".\missing.h"\
2836
3064
        ".\sdl\begin_code.h"\
2837
3065
        ".\sdl\close_code.h"\
2838
3066
        ".\sdl\SDL.h"\
2851
3079
        ".\sdl\SDL_mutex.h"\
2852
3080
        ".\sdl\SDL_quit.h"\
2853
3081
        ".\sdl\SDL_rwops.h"\
2854
 
        ".\sdl\SDL_syswm.h"\
2855
3082
        ".\sdl\SDL_timer.h"\
2856
3083
        ".\sdl\SDL_types.h"\
2857
3084
        ".\sdl\SDL_version.h"\
2858
3085
        ".\sdl\SDL_video.h"\
2859
3086
        
 
3087
NODEP_CPP_GAMEI=\
 
3088
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3089
        
2860
3090
 
2861
3091
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
2862
3092
 
2863
3093
DEP_CPP_GAMEI=\
 
3094
        "..\common\Array.hxx"\
2864
3095
        "..\emucore\Cart.hxx"\
2865
3096
        "..\emucore\Console.hxx"\
2866
3097
        "..\emucore\Control.hxx"\
2873
3104
        "..\emucore\MediaSrc.hxx"\
2874
3105
        "..\emucore\OSystem.hxx"\
2875
3106
        "..\emucore\Props.hxx"\
 
3107
        "..\emucore\Serializer.hxx"\
2876
3108
        "..\emucore\Settings.hxx"\
2877
3109
        "..\emucore\Sound.hxx"\
2878
3110
        "..\emucore\TIA.hxx"\
2890
3122
        "..\gui\TabWidget.hxx"\
2891
3123
        "..\gui\Widget.hxx"\
2892
3124
        ".\missing.h"\
2893
 
        
2894
 
NODEP_CPP_GAMEI=\
2895
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2896
 
        "..\gui\Array.hxx"\
2897
3125
        ".\sdl\begin_code.h"\
2898
3126
        ".\sdl\close_code.h"\
2899
3127
        ".\sdl\SDL.h"\
2912
3140
        ".\sdl\SDL_mutex.h"\
2913
3141
        ".\sdl\SDL_quit.h"\
2914
3142
        ".\sdl\SDL_rwops.h"\
2915
 
        ".\sdl\SDL_syswm.h"\
2916
3143
        ".\sdl\SDL_timer.h"\
2917
3144
        ".\sdl\SDL_types.h"\
2918
3145
        ".\sdl\SDL_version.h"\
2919
3146
        ".\sdl\SDL_video.h"\
2920
3147
        
 
3148
NODEP_CPP_GAMEI=\
 
3149
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3150
        
2921
3151
 
2922
3152
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
2923
3153
 
2953
3183
        "..\gui\TabWidget.hxx"\
2954
3184
        "..\gui\Widget.hxx"\
2955
3185
        ".\missing.h"\
 
3186
        ".\sdl\begin_code.h"\
 
3187
        ".\sdl\close_code.h"\
 
3188
        ".\sdl\SDL.h"\
 
3189
        ".\sdl\SDL_active.h"\
 
3190
        ".\sdl\SDL_audio.h"\
 
3191
        ".\sdl\SDL_byteorder.h"\
 
3192
        ".\sdl\SDL_cdrom.h"\
 
3193
        ".\sdl\SDL_error.h"\
 
3194
        ".\sdl\SDL_events.h"\
 
3195
        ".\sdl\SDL_getenv.h"\
 
3196
        ".\sdl\SDL_joystick.h"\
 
3197
        ".\sdl\SDL_keyboard.h"\
 
3198
        ".\sdl\SDL_keysym.h"\
 
3199
        ".\sdl\SDL_main.h"\
 
3200
        ".\sdl\SDL_mouse.h"\
 
3201
        ".\sdl\SDL_mutex.h"\
 
3202
        ".\sdl\SDL_quit.h"\
 
3203
        ".\sdl\SDL_rwops.h"\
 
3204
        ".\sdl\SDL_timer.h"\
 
3205
        ".\sdl\SDL_types.h"\
 
3206
        ".\sdl\SDL_version.h"\
 
3207
        ".\sdl\SDL_video.h"\
2956
3208
        
2957
3209
NODEP_CPP_GAMEI=\
2958
3210
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
2972
3224
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
2973
3225
 
2974
3226
DEP_CPP_GAMEL=\
 
3227
        "..\common\Array.hxx"\
2975
3228
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
2976
3229
        "..\gui\GameList.hxx"\
2977
3230
        "..\gui\GuiUtils.hxx"\
2984
3237
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
2985
3238
 
2986
3239
DEP_CPP_GAMEL=\
 
3240
        "..\common\Array.hxx"\
2987
3241
        "..\gui\GameList.hxx"\
2988
3242
        "..\gui\GuiUtils.hxx"\
2989
3243
        
2990
3244
NODEP_CPP_GAMEL=\
2991
 
        "..\gui\Array.hxx"\
2992
 
        ".\port\bspf.hxx"\
2993
 
        ".\port\missing.h"\
2994
 
        ".\port\pspstdint.h"\
 
3245
        "..\common\bspf.hxx"\
 
3246
        "..\gui\bspf.hxx"\
2995
3247
        
2996
3248
 
2997
3249
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
2998
3250
 
2999
3251
DEP_CPP_GAMEL=\
 
3252
        "..\common\Array.hxx"\
3000
3253
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
3001
3254
        "..\gui\GameList.hxx"\
3002
3255
        "..\gui\GuiUtils.hxx"\
3004
3257
        
3005
3258
NODEP_CPP_GAMEL=\
3006
3259
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3007
 
        "..\gui\Array.hxx"\
3008
3260
        
3009
3261
 
3010
3262
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
3042
3294
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
3043
3295
 
3044
3296
DEP_CPP_HELPD=\
 
3297
        "..\common\Array.hxx"\
3045
3298
        "..\emucore\Cart.hxx"\
3046
3299
        "..\emucore\Console.hxx"\
3047
3300
        "..\emucore\Control.hxx"\
3068
3321
        "..\gui\StringList.hxx"\
3069
3322
        "..\gui\Widget.hxx"\
3070
3323
        ".\missing.h"\
3071
 
        
3072
 
NODEP_CPP_HELPD=\
3073
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3074
3324
        ".\sdl\begin_code.h"\
3075
3325
        ".\sdl\close_code.h"\
3076
3326
        ".\sdl\SDL.h"\
3089
3339
        ".\sdl\SDL_mutex.h"\
3090
3340
        ".\sdl\SDL_quit.h"\
3091
3341
        ".\sdl\SDL_rwops.h"\
3092
 
        ".\sdl\SDL_syswm.h"\
3093
3342
        ".\sdl\SDL_timer.h"\
3094
3343
        ".\sdl\SDL_types.h"\
3095
3344
        ".\sdl\SDL_version.h"\
3096
3345
        ".\sdl\SDL_video.h"\
3097
3346
        
 
3347
NODEP_CPP_HELPD=\
 
3348
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3349
        
3098
3350
 
3099
3351
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
3100
3352
 
3101
3353
DEP_CPP_HELPD=\
 
3354
        "..\common\Array.hxx"\
3102
3355
        "..\emucore\Cart.hxx"\
3103
3356
        "..\emucore\Console.hxx"\
3104
3357
        "..\emucore\Control.hxx"\
3105
3358
        "..\emucore\Event.hxx"\
3106
3359
        "..\emucore\EventHandler.hxx"\
3107
3360
        "..\emucore\FrameBuffer.hxx"\
 
3361
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
3108
3362
        "..\emucore\m6502\src\Device.hxx"\
3109
3363
        "..\emucore\M6532.hxx"\
3110
3364
        "..\emucore\MediaSrc.hxx"\
3111
3365
        "..\emucore\OSystem.hxx"\
3112
3366
        "..\emucore\Props.hxx"\
 
3367
        "..\emucore\Serializer.hxx"\
3113
3368
        "..\emucore\Settings.hxx"\
3114
3369
        "..\emucore\Sound.hxx"\
3115
3370
        "..\emucore\TIA.hxx"\
3122
3377
        "..\gui\Rect.hxx"\
3123
3378
        "..\gui\StringList.hxx"\
3124
3379
        "..\gui\Widget.hxx"\
3125
 
        
3126
 
NODEP_CPP_HELPD=\
3127
 
        "..\gui\Array.hxx"\
3128
 
        ".\port\bspf.hxx"\
3129
 
        ".\port\missing.h"\
3130
 
        ".\port\pspstdint.h"\
 
3380
        ".\missing.h"\
3131
3381
        ".\sdl\begin_code.h"\
3132
3382
        ".\sdl\close_code.h"\
3133
3383
        ".\sdl\SDL.h"\
3146
3396
        ".\sdl\SDL_mutex.h"\
3147
3397
        ".\sdl\SDL_quit.h"\
3148
3398
        ".\sdl\SDL_rwops.h"\
3149
 
        ".\sdl\SDL_syswm.h"\
3150
3399
        ".\sdl\SDL_timer.h"\
3151
3400
        ".\sdl\SDL_types.h"\
3152
3401
        ".\sdl\SDL_version.h"\
3153
3402
        ".\sdl\SDL_video.h"\
3154
3403
        
 
3404
NODEP_CPP_HELPD=\
 
3405
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3406
        
3155
3407
 
3156
3408
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
3157
3409
 
3158
3410
DEP_CPP_HELPD=\
 
3411
        "..\common\Array.hxx"\
3159
3412
        "..\emucore\Cart.hxx"\
3160
3413
        "..\emucore\Console.hxx"\
3161
3414
        "..\emucore\Control.hxx"\
3168
3421
        "..\emucore\MediaSrc.hxx"\
3169
3422
        "..\emucore\OSystem.hxx"\
3170
3423
        "..\emucore\Props.hxx"\
 
3424
        "..\emucore\Serializer.hxx"\
3171
3425
        "..\emucore\Settings.hxx"\
3172
3426
        "..\emucore\Sound.hxx"\
3173
3427
        "..\emucore\TIA.hxx"\
3181
3435
        "..\gui\StringList.hxx"\
3182
3436
        "..\gui\Widget.hxx"\
3183
3437
        ".\missing.h"\
3184
 
        
3185
 
NODEP_CPP_HELPD=\
3186
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3187
 
        "..\gui\Array.hxx"\
3188
3438
        ".\sdl\begin_code.h"\
3189
3439
        ".\sdl\close_code.h"\
3190
3440
        ".\sdl\SDL.h"\
3203
3453
        ".\sdl\SDL_mutex.h"\
3204
3454
        ".\sdl\SDL_quit.h"\
3205
3455
        ".\sdl\SDL_rwops.h"\
3206
 
        ".\sdl\SDL_syswm.h"\
3207
3456
        ".\sdl\SDL_timer.h"\
3208
3457
        ".\sdl\SDL_types.h"\
3209
3458
        ".\sdl\SDL_version.h"\
3210
3459
        ".\sdl\SDL_video.h"\
3211
3460
        
 
3461
NODEP_CPP_HELPD=\
 
3462
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3463
        
3212
3464
 
3213
3465
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
3214
3466
 
3240
3492
        "..\gui\StringList.hxx"\
3241
3493
        "..\gui\Widget.hxx"\
3242
3494
        ".\missing.h"\
 
3495
        ".\sdl\begin_code.h"\
 
3496
        ".\sdl\close_code.h"\
 
3497
        ".\sdl\SDL.h"\
 
3498
        ".\sdl\SDL_active.h"\
 
3499
        ".\sdl\SDL_audio.h"\
 
3500
        ".\sdl\SDL_byteorder.h"\
 
3501
        ".\sdl\SDL_cdrom.h"\
 
3502
        ".\sdl\SDL_error.h"\
 
3503
        ".\sdl\SDL_events.h"\
 
3504
        ".\sdl\SDL_getenv.h"\
 
3505
        ".\sdl\SDL_joystick.h"\
 
3506
        ".\sdl\SDL_keyboard.h"\
 
3507
        ".\sdl\SDL_keysym.h"\
 
3508
        ".\sdl\SDL_main.h"\
 
3509
        ".\sdl\SDL_mouse.h"\
 
3510
        ".\sdl\SDL_mutex.h"\
 
3511
        ".\sdl\SDL_quit.h"\
 
3512
        ".\sdl\SDL_rwops.h"\
 
3513
        ".\sdl\SDL_timer.h"\
 
3514
        ".\sdl\SDL_types.h"\
 
3515
        ".\sdl\SDL_version.h"\
 
3516
        ".\sdl\SDL_video.h"\
3243
3517
        
3244
3518
NODEP_CPP_HELPD=\
3245
3519
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3259
3533
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
3260
3534
 
3261
3535
DEP_CPP_INPUT=\
 
3536
        "..\common\Array.hxx"\
3262
3537
        "..\emucore\Cart.hxx"\
3263
3538
        "..\emucore\Console.hxx"\
3264
3539
        "..\emucore\Control.hxx"\
3288
3563
        "..\gui\TabWidget.hxx"\
3289
3564
        "..\gui\Widget.hxx"\
3290
3565
        ".\missing.h"\
3291
 
        
3292
 
NODEP_CPP_INPUT=\
3293
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3294
3566
        ".\sdl\begin_code.h"\
3295
3567
        ".\sdl\close_code.h"\
3296
3568
        ".\sdl\SDL.h"\
3309
3581
        ".\sdl\SDL_mutex.h"\
3310
3582
        ".\sdl\SDL_quit.h"\
3311
3583
        ".\sdl\SDL_rwops.h"\
3312
 
        ".\sdl\SDL_syswm.h"\
3313
3584
        ".\sdl\SDL_timer.h"\
3314
3585
        ".\sdl\SDL_types.h"\
3315
3586
        ".\sdl\SDL_version.h"\
3316
3587
        ".\sdl\SDL_video.h"\
3317
3588
        
 
3589
NODEP_CPP_INPUT=\
 
3590
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3591
        
3318
3592
 
3319
3593
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
3320
3594
 
3321
3595
DEP_CPP_INPUT=\
 
3596
        "..\common\Array.hxx"\
3322
3597
        "..\emucore\Cart.hxx"\
3323
3598
        "..\emucore\Console.hxx"\
3324
3599
        "..\emucore\Control.hxx"\
3325
3600
        "..\emucore\Event.hxx"\
3326
3601
        "..\emucore\EventHandler.hxx"\
3327
3602
        "..\emucore\FrameBuffer.hxx"\
 
3603
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
3328
3604
        "..\emucore\m6502\src\Device.hxx"\
3329
3605
        "..\emucore\M6532.hxx"\
3330
3606
        "..\emucore\MediaSrc.hxx"\
3331
3607
        "..\emucore\OSystem.hxx"\
3332
3608
        "..\emucore\Props.hxx"\
 
3609
        "..\emucore\Serializer.hxx"\
3333
3610
        "..\emucore\Settings.hxx"\
3334
3611
        "..\emucore\Sound.hxx"\
3335
3612
        "..\emucore\TIA.hxx"\
3345
3622
        "..\gui\StringList.hxx"\
3346
3623
        "..\gui\TabWidget.hxx"\
3347
3624
        "..\gui\Widget.hxx"\
3348
 
        
3349
 
NODEP_CPP_INPUT=\
3350
 
        "..\emucore\bspf.hxx"\
3351
 
        "..\emucore\m6502\src\bspf.hxx"\
3352
 
        "..\gui\Array.hxx"\
3353
 
        "..\gui\bspf.hxx"\
 
3625
        ".\missing.h"\
3354
3626
        ".\sdl\begin_code.h"\
3355
3627
        ".\sdl\close_code.h"\
3356
3628
        ".\sdl\SDL.h"\
3369
3641
        ".\sdl\SDL_mutex.h"\
3370
3642
        ".\sdl\SDL_quit.h"\
3371
3643
        ".\sdl\SDL_rwops.h"\
3372
 
        ".\sdl\SDL_syswm.h"\
3373
3644
        ".\sdl\SDL_timer.h"\
3374
3645
        ".\sdl\SDL_types.h"\
3375
3646
        ".\sdl\SDL_version.h"\
3376
3647
        ".\sdl\SDL_video.h"\
3377
3648
        
 
3649
NODEP_CPP_INPUT=\
 
3650
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3651
        
3378
3652
 
3379
3653
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
3380
3654
 
3381
3655
DEP_CPP_INPUT=\
 
3656
        "..\common\Array.hxx"\
3382
3657
        "..\emucore\Cart.hxx"\
3383
3658
        "..\emucore\Console.hxx"\
3384
3659
        "..\emucore\Control.hxx"\
3391
3666
        "..\emucore\MediaSrc.hxx"\
3392
3667
        "..\emucore\OSystem.hxx"\
3393
3668
        "..\emucore\Props.hxx"\
 
3669
        "..\emucore\Serializer.hxx"\
3394
3670
        "..\emucore\Settings.hxx"\
3395
3671
        "..\emucore\Sound.hxx"\
3396
3672
        "..\emucore\TIA.hxx"\
3407
3683
        "..\gui\TabWidget.hxx"\
3408
3684
        "..\gui\Widget.hxx"\
3409
3685
        ".\missing.h"\
3410
 
        
3411
 
NODEP_CPP_INPUT=\
3412
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3413
 
        "..\gui\Array.hxx"\
3414
3686
        ".\sdl\begin_code.h"\
3415
3687
        ".\sdl\close_code.h"\
3416
3688
        ".\sdl\SDL.h"\
3429
3701
        ".\sdl\SDL_mutex.h"\
3430
3702
        ".\sdl\SDL_quit.h"\
3431
3703
        ".\sdl\SDL_rwops.h"\
3432
 
        ".\sdl\SDL_syswm.h"\
3433
3704
        ".\sdl\SDL_timer.h"\
3434
3705
        ".\sdl\SDL_types.h"\
3435
3706
        ".\sdl\SDL_version.h"\
3436
3707
        ".\sdl\SDL_video.h"\
3437
3708
        
 
3709
NODEP_CPP_INPUT=\
 
3710
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3711
        
3438
3712
 
3439
3713
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
3440
3714
 
3469
3743
        "..\gui\TabWidget.hxx"\
3470
3744
        "..\gui\Widget.hxx"\
3471
3745
        ".\missing.h"\
 
3746
        ".\sdl\begin_code.h"\
 
3747
        ".\sdl\close_code.h"\
 
3748
        ".\sdl\SDL.h"\
 
3749
        ".\sdl\SDL_active.h"\
 
3750
        ".\sdl\SDL_audio.h"\
 
3751
        ".\sdl\SDL_byteorder.h"\
 
3752
        ".\sdl\SDL_cdrom.h"\
 
3753
        ".\sdl\SDL_error.h"\
 
3754
        ".\sdl\SDL_events.h"\
 
3755
        ".\sdl\SDL_getenv.h"\
 
3756
        ".\sdl\SDL_joystick.h"\
 
3757
        ".\sdl\SDL_keyboard.h"\
 
3758
        ".\sdl\SDL_keysym.h"\
 
3759
        ".\sdl\SDL_main.h"\
 
3760
        ".\sdl\SDL_mouse.h"\
 
3761
        ".\sdl\SDL_mutex.h"\
 
3762
        ".\sdl\SDL_quit.h"\
 
3763
        ".\sdl\SDL_rwops.h"\
 
3764
        ".\sdl\SDL_timer.h"\
 
3765
        ".\sdl\SDL_types.h"\
 
3766
        ".\sdl\SDL_version.h"\
 
3767
        ".\sdl\SDL_video.h"\
3472
3768
        
3473
3769
NODEP_CPP_INPUT=\
3474
3770
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3488
3784
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
3489
3785
 
3490
3786
DEP_CPP_INPUTT=\
 
3787
        "..\common\Array.hxx"\
3491
3788
        "..\emucore\Cart.hxx"\
3492
3789
        "..\emucore\Console.hxx"\
3493
3790
        "..\emucore\Control.hxx"\
3516
3813
        "..\gui\StringList.hxx"\
3517
3814
        "..\gui\Widget.hxx"\
3518
3815
        ".\missing.h"\
3519
 
        
3520
 
NODEP_CPP_INPUTT=\
3521
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3522
3816
        ".\sdl\begin_code.h"\
3523
3817
        ".\sdl\close_code.h"\
3524
3818
        ".\sdl\SDL.h"\
3537
3831
        ".\sdl\SDL_mutex.h"\
3538
3832
        ".\sdl\SDL_quit.h"\
3539
3833
        ".\sdl\SDL_rwops.h"\
3540
 
        ".\sdl\SDL_syswm.h"\
3541
3834
        ".\sdl\SDL_timer.h"\
3542
3835
        ".\sdl\SDL_types.h"\
3543
3836
        ".\sdl\SDL_version.h"\
3544
3837
        ".\sdl\SDL_video.h"\
3545
3838
        
 
3839
NODEP_CPP_INPUTT=\
 
3840
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3841
        
3546
3842
 
3547
3843
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
3548
3844
 
3549
3845
DEP_CPP_INPUTT=\
 
3846
        "..\common\Array.hxx"\
3550
3847
        "..\emucore\Cart.hxx"\
3551
3848
        "..\emucore\Console.hxx"\
3552
3849
        "..\emucore\Control.hxx"\
3553
3850
        "..\emucore\Event.hxx"\
3554
3851
        "..\emucore\EventHandler.hxx"\
3555
3852
        "..\emucore\FrameBuffer.hxx"\
 
3853
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
3556
3854
        "..\emucore\m6502\src\Device.hxx"\
3557
3855
        "..\emucore\M6532.hxx"\
3558
3856
        "..\emucore\MediaSrc.hxx"\
3559
3857
        "..\emucore\OSystem.hxx"\
3560
3858
        "..\emucore\Props.hxx"\
 
3859
        "..\emucore\Serializer.hxx"\
3561
3860
        "..\emucore\Settings.hxx"\
3562
3861
        "..\emucore\Sound.hxx"\
3563
3862
        "..\emucore\TIA.hxx"\
3572
3871
        "..\gui\Rect.hxx"\
3573
3872
        "..\gui\StringList.hxx"\
3574
3873
        "..\gui\Widget.hxx"\
3575
 
        
3576
 
NODEP_CPP_INPUTT=\
3577
 
        "..\gui\Array.hxx"\
3578
 
        ".\port\bspf.hxx"\
3579
 
        ".\port\missing.h"\
3580
 
        ".\port\pspstdint.h"\
 
3874
        ".\missing.h"\
3581
3875
        ".\sdl\begin_code.h"\
3582
3876
        ".\sdl\close_code.h"\
3583
3877
        ".\sdl\SDL.h"\
3596
3890
        ".\sdl\SDL_mutex.h"\
3597
3891
        ".\sdl\SDL_quit.h"\
3598
3892
        ".\sdl\SDL_rwops.h"\
3599
 
        ".\sdl\SDL_syswm.h"\
3600
3893
        ".\sdl\SDL_timer.h"\
3601
3894
        ".\sdl\SDL_types.h"\
3602
3895
        ".\sdl\SDL_version.h"\
3603
3896
        ".\sdl\SDL_video.h"\
3604
3897
        
 
3898
NODEP_CPP_INPUTT=\
 
3899
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3900
        
3605
3901
 
3606
3902
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
3607
3903
 
3608
3904
DEP_CPP_INPUTT=\
 
3905
        "..\common\Array.hxx"\
3609
3906
        "..\emucore\Cart.hxx"\
3610
3907
        "..\emucore\Console.hxx"\
3611
3908
        "..\emucore\Control.hxx"\
3618
3915
        "..\emucore\MediaSrc.hxx"\
3619
3916
        "..\emucore\OSystem.hxx"\
3620
3917
        "..\emucore\Props.hxx"\
 
3918
        "..\emucore\Serializer.hxx"\
3621
3919
        "..\emucore\Settings.hxx"\
3622
3920
        "..\emucore\Sound.hxx"\
3623
3921
        "..\emucore\TIA.hxx"\
3633
3931
        "..\gui\StringList.hxx"\
3634
3932
        "..\gui\Widget.hxx"\
3635
3933
        ".\missing.h"\
3636
 
        
3637
 
NODEP_CPP_INPUTT=\
3638
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3639
 
        "..\gui\Array.hxx"\
3640
3934
        ".\sdl\begin_code.h"\
3641
3935
        ".\sdl\close_code.h"\
3642
3936
        ".\sdl\SDL.h"\
3655
3949
        ".\sdl\SDL_mutex.h"\
3656
3950
        ".\sdl\SDL_quit.h"\
3657
3951
        ".\sdl\SDL_rwops.h"\
3658
 
        ".\sdl\SDL_syswm.h"\
3659
3952
        ".\sdl\SDL_timer.h"\
3660
3953
        ".\sdl\SDL_types.h"\
3661
3954
        ".\sdl\SDL_version.h"\
3662
3955
        ".\sdl\SDL_video.h"\
3663
3956
        
 
3957
NODEP_CPP_INPUTT=\
 
3958
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
3959
        
3664
3960
 
3665
3961
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
3666
3962
 
3694
3990
        "..\gui\StringList.hxx"\
3695
3991
        "..\gui\Widget.hxx"\
3696
3992
        ".\missing.h"\
 
3993
        ".\sdl\begin_code.h"\
 
3994
        ".\sdl\close_code.h"\
 
3995
        ".\sdl\SDL.h"\
 
3996
        ".\sdl\SDL_active.h"\
 
3997
        ".\sdl\SDL_audio.h"\
 
3998
        ".\sdl\SDL_byteorder.h"\
 
3999
        ".\sdl\SDL_cdrom.h"\
 
4000
        ".\sdl\SDL_error.h"\
 
4001
        ".\sdl\SDL_events.h"\
 
4002
        ".\sdl\SDL_getenv.h"\
 
4003
        ".\sdl\SDL_joystick.h"\
 
4004
        ".\sdl\SDL_keyboard.h"\
 
4005
        ".\sdl\SDL_keysym.h"\
 
4006
        ".\sdl\SDL_main.h"\
 
4007
        ".\sdl\SDL_mouse.h"\
 
4008
        ".\sdl\SDL_mutex.h"\
 
4009
        ".\sdl\SDL_quit.h"\
 
4010
        ".\sdl\SDL_rwops.h"\
 
4011
        ".\sdl\SDL_timer.h"\
 
4012
        ".\sdl\SDL_types.h"\
 
4013
        ".\sdl\SDL_version.h"\
 
4014
        ".\sdl\SDL_video.h"\
3697
4015
        
3698
4016
NODEP_CPP_INPUTT=\
3699
4017
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3713
4031
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
3714
4032
 
3715
4033
DEP_CPP_LAUNC=\
 
4034
        "..\common\Array.hxx"\
3716
4035
        "..\common\Version.hxx"\
3717
4036
        "..\emucore\Cart.hxx"\
3718
4037
        "..\emucore\Console.hxx"\
3744
4063
        "..\gui\StringList.hxx"\
3745
4064
        "..\gui\Widget.hxx"\
3746
4065
        ".\missing.h"\
3747
 
        
3748
 
NODEP_CPP_LAUNC=\
3749
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3750
4066
        ".\sdl\begin_code.h"\
3751
4067
        ".\sdl\close_code.h"\
3752
4068
        ".\sdl\SDL.h"\
3765
4081
        ".\sdl\SDL_mutex.h"\
3766
4082
        ".\sdl\SDL_quit.h"\
3767
4083
        ".\sdl\SDL_rwops.h"\
3768
 
        ".\sdl\SDL_syswm.h"\
3769
4084
        ".\sdl\SDL_timer.h"\
3770
4085
        ".\sdl\SDL_types.h"\
3771
4086
        ".\sdl\SDL_version.h"\
3772
4087
        ".\sdl\SDL_video.h"\
3773
4088
        
 
4089
NODEP_CPP_LAUNC=\
 
4090
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4091
        
3774
4092
 
3775
4093
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
3776
4094
 
3777
4095
DEP_CPP_LAUNC=\
 
4096
        "..\common\Array.hxx"\
3778
4097
        "..\common\Version.hxx"\
3779
4098
        "..\emucore\Cart.hxx"\
3780
4099
        "..\emucore\Console.hxx"\
3782
4101
        "..\emucore\Event.hxx"\
3783
4102
        "..\emucore\EventHandler.hxx"\
3784
4103
        "..\emucore\FrameBuffer.hxx"\
 
4104
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
3785
4105
        "..\emucore\m6502\src\Device.hxx"\
3786
4106
        "..\emucore\M6532.hxx"\
3787
4107
        "..\emucore\MediaSrc.hxx"\
3788
4108
        "..\emucore\OSystem.hxx"\
3789
4109
        "..\emucore\Props.hxx"\
 
4110
        "..\emucore\Serializer.hxx"\
3790
4111
        "..\emucore\Settings.hxx"\
3791
4112
        "..\emucore\Sound.hxx"\
3792
4113
        "..\emucore\TIA.hxx"\
3803
4124
        "..\gui\Stack.hxx"\
3804
4125
        "..\gui\StringList.hxx"\
3805
4126
        "..\gui\Widget.hxx"\
3806
 
        
3807
 
NODEP_CPP_LAUNC=\
3808
 
        "..\gui\Array.hxx"\
3809
 
        ".\port\bspf.hxx"\
3810
 
        ".\port\EventHandler.hxx"\
3811
 
        ".\port\missing.h"\
3812
 
        ".\port\pspstdint.h"\
 
4127
        ".\missing.h"\
3813
4128
        ".\sdl\begin_code.h"\
3814
4129
        ".\sdl\close_code.h"\
3815
4130
        ".\sdl\SDL.h"\
3828
4143
        ".\sdl\SDL_mutex.h"\
3829
4144
        ".\sdl\SDL_quit.h"\
3830
4145
        ".\sdl\SDL_rwops.h"\
3831
 
        ".\sdl\SDL_syswm.h"\
3832
4146
        ".\sdl\SDL_timer.h"\
3833
4147
        ".\sdl\SDL_types.h"\
3834
4148
        ".\sdl\SDL_version.h"\
3835
4149
        ".\sdl\SDL_video.h"\
3836
4150
        
 
4151
NODEP_CPP_LAUNC=\
 
4152
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4153
        
3837
4154
 
3838
4155
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
3839
4156
 
3840
4157
DEP_CPP_LAUNC=\
 
4158
        "..\common\Array.hxx"\
3841
4159
        "..\common\Version.hxx"\
3842
4160
        "..\emucore\Cart.hxx"\
3843
4161
        "..\emucore\Console.hxx"\
3851
4169
        "..\emucore\MediaSrc.hxx"\
3852
4170
        "..\emucore\OSystem.hxx"\
3853
4171
        "..\emucore\Props.hxx"\
 
4172
        "..\emucore\Serializer.hxx"\
3854
4173
        "..\emucore\Settings.hxx"\
3855
4174
        "..\emucore\Sound.hxx"\
3856
4175
        "..\emucore\TIA.hxx"\
3868
4187
        "..\gui\StringList.hxx"\
3869
4188
        "..\gui\Widget.hxx"\
3870
4189
        ".\missing.h"\
3871
 
        
3872
 
NODEP_CPP_LAUNC=\
3873
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3874
 
        "..\gui\Array.hxx"\
3875
4190
        ".\sdl\begin_code.h"\
3876
4191
        ".\sdl\close_code.h"\
3877
4192
        ".\sdl\SDL.h"\
3890
4205
        ".\sdl\SDL_mutex.h"\
3891
4206
        ".\sdl\SDL_quit.h"\
3892
4207
        ".\sdl\SDL_rwops.h"\
3893
 
        ".\sdl\SDL_syswm.h"\
3894
4208
        ".\sdl\SDL_timer.h"\
3895
4209
        ".\sdl\SDL_types.h"\
3896
4210
        ".\sdl\SDL_version.h"\
3897
4211
        ".\sdl\SDL_video.h"\
3898
4212
        
 
4213
NODEP_CPP_LAUNC=\
 
4214
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4215
        
3899
4216
 
3900
4217
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
3901
4218
 
3932
4249
        "..\gui\StringList.hxx"\
3933
4250
        "..\gui\Widget.hxx"\
3934
4251
        ".\missing.h"\
 
4252
        ".\sdl\begin_code.h"\
 
4253
        ".\sdl\close_code.h"\
 
4254
        ".\sdl\SDL.h"\
 
4255
        ".\sdl\SDL_active.h"\
 
4256
        ".\sdl\SDL_audio.h"\
 
4257
        ".\sdl\SDL_byteorder.h"\
 
4258
        ".\sdl\SDL_cdrom.h"\
 
4259
        ".\sdl\SDL_error.h"\
 
4260
        ".\sdl\SDL_events.h"\
 
4261
        ".\sdl\SDL_getenv.h"\
 
4262
        ".\sdl\SDL_joystick.h"\
 
4263
        ".\sdl\SDL_keyboard.h"\
 
4264
        ".\sdl\SDL_keysym.h"\
 
4265
        ".\sdl\SDL_main.h"\
 
4266
        ".\sdl\SDL_mouse.h"\
 
4267
        ".\sdl\SDL_mutex.h"\
 
4268
        ".\sdl\SDL_quit.h"\
 
4269
        ".\sdl\SDL_rwops.h"\
 
4270
        ".\sdl\SDL_timer.h"\
 
4271
        ".\sdl\SDL_types.h"\
 
4272
        ".\sdl\SDL_version.h"\
 
4273
        ".\sdl\SDL_video.h"\
3935
4274
        
3936
4275
NODEP_CPP_LAUNC=\
3937
4276
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3951
4290
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
3952
4291
 
3953
4292
DEP_CPP_LAUNCH=\
 
4293
        "..\common\Array.hxx"\
3954
4294
        "..\emucore\Cart.hxx"\
3955
4295
        "..\emucore\Console.hxx"\
3956
4296
        "..\emucore\Control.hxx"\
3990
4330
        "..\gui\StringListWidget.hxx"\
3991
4331
        "..\gui\Widget.hxx"\
3992
4332
        ".\missing.h"\
3993
 
        
3994
 
NODEP_CPP_LAUNCH=\
3995
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
3996
4333
        ".\sdl\begin_code.h"\
3997
4334
        ".\sdl\close_code.h"\
3998
4335
        ".\sdl\SDL.h"\
4011
4348
        ".\sdl\SDL_mutex.h"\
4012
4349
        ".\sdl\SDL_quit.h"\
4013
4350
        ".\sdl\SDL_rwops.h"\
4014
 
        ".\sdl\SDL_syswm.h"\
4015
4351
        ".\sdl\SDL_timer.h"\
4016
4352
        ".\sdl\SDL_types.h"\
4017
4353
        ".\sdl\SDL_version.h"\
4018
4354
        ".\sdl\SDL_video.h"\
4019
4355
        
 
4356
NODEP_CPP_LAUNCH=\
 
4357
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4358
        
4020
4359
 
4021
4360
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
4022
4361
 
4023
4362
DEP_CPP_LAUNCH=\
 
4363
        "..\common\Array.hxx"\
4024
4364
        "..\emucore\Cart.hxx"\
4025
4365
        "..\emucore\Console.hxx"\
4026
4366
        "..\emucore\Control.hxx"\
4028
4368
        "..\emucore\EventHandler.hxx"\
4029
4369
        "..\emucore\FrameBuffer.hxx"\
4030
4370
        "..\emucore\FSNode.hxx"\
 
4371
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
4031
4372
        "..\emucore\m6502\src\Device.hxx"\
4032
4373
        "..\emucore\M6532.hxx"\
4033
4374
        "..\emucore\MD5.hxx"\
4035
4376
        "..\emucore\OSystem.hxx"\
4036
4377
        "..\emucore\Props.hxx"\
4037
4378
        "..\emucore\PropsSet.hxx"\
 
4379
        "..\emucore\Serializer.hxx"\
4038
4380
        "..\emucore\Settings.hxx"\
4039
4381
        "..\emucore\Sound.hxx"\
4040
4382
        "..\emucore\TIA.hxx"\
4057
4399
        "..\gui\StringList.hxx"\
4058
4400
        "..\gui\StringListWidget.hxx"\
4059
4401
        "..\gui\Widget.hxx"\
4060
 
        
4061
 
NODEP_CPP_LAUNCH=\
4062
 
        "..\gui\Array.hxx"\
4063
 
        ".\port\bspf.hxx"\
4064
 
        ".\port\EventHandler.hxx"\
4065
 
        ".\port\missing.h"\
4066
 
        ".\port\pspstdint.h"\
 
4402
        ".\missing.h"\
4067
4403
        ".\sdl\begin_code.h"\
4068
4404
        ".\sdl\close_code.h"\
4069
4405
        ".\sdl\SDL.h"\
4082
4418
        ".\sdl\SDL_mutex.h"\
4083
4419
        ".\sdl\SDL_quit.h"\
4084
4420
        ".\sdl\SDL_rwops.h"\
4085
 
        ".\sdl\SDL_syswm.h"\
4086
4421
        ".\sdl\SDL_timer.h"\
4087
4422
        ".\sdl\SDL_types.h"\
4088
4423
        ".\sdl\SDL_version.h"\
4089
4424
        ".\sdl\SDL_video.h"\
4090
4425
        
 
4426
NODEP_CPP_LAUNCH=\
 
4427
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4428
        
4091
4429
 
4092
4430
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
4093
4431
 
4094
4432
DEP_CPP_LAUNCH=\
 
4433
        "..\common\Array.hxx"\
4095
4434
        "..\emucore\Cart.hxx"\
4096
4435
        "..\emucore\Console.hxx"\
4097
4436
        "..\emucore\Control.hxx"\
4107
4446
        "..\emucore\OSystem.hxx"\
4108
4447
        "..\emucore\Props.hxx"\
4109
4448
        "..\emucore\PropsSet.hxx"\
 
4449
        "..\emucore\Serializer.hxx"\
4110
4450
        "..\emucore\Settings.hxx"\
4111
4451
        "..\emucore\Sound.hxx"\
4112
4452
        "..\emucore\TIA.hxx"\
4130
4470
        "..\gui\StringListWidget.hxx"\
4131
4471
        "..\gui\Widget.hxx"\
4132
4472
        ".\missing.h"\
4133
 
        
4134
 
NODEP_CPP_LAUNCH=\
4135
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4136
 
        "..\gui\Array.hxx"\
4137
4473
        ".\sdl\begin_code.h"\
4138
4474
        ".\sdl\close_code.h"\
4139
4475
        ".\sdl\SDL.h"\
4152
4488
        ".\sdl\SDL_mutex.h"\
4153
4489
        ".\sdl\SDL_quit.h"\
4154
4490
        ".\sdl\SDL_rwops.h"\
4155
 
        ".\sdl\SDL_syswm.h"\
4156
4491
        ".\sdl\SDL_timer.h"\
4157
4492
        ".\sdl\SDL_types.h"\
4158
4493
        ".\sdl\SDL_version.h"\
4159
4494
        ".\sdl\SDL_video.h"\
4160
4495
        
 
4496
NODEP_CPP_LAUNCH=\
 
4497
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4498
        
4161
4499
 
4162
4500
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
4163
4501
 
4202
4540
        "..\gui\StringListWidget.hxx"\
4203
4541
        "..\gui\Widget.hxx"\
4204
4542
        ".\missing.h"\
 
4543
        ".\sdl\begin_code.h"\
 
4544
        ".\sdl\close_code.h"\
 
4545
        ".\sdl\SDL.h"\
 
4546
        ".\sdl\SDL_active.h"\
 
4547
        ".\sdl\SDL_audio.h"\
 
4548
        ".\sdl\SDL_byteorder.h"\
 
4549
        ".\sdl\SDL_cdrom.h"\
 
4550
        ".\sdl\SDL_error.h"\
 
4551
        ".\sdl\SDL_events.h"\
 
4552
        ".\sdl\SDL_getenv.h"\
 
4553
        ".\sdl\SDL_joystick.h"\
 
4554
        ".\sdl\SDL_keyboard.h"\
 
4555
        ".\sdl\SDL_keysym.h"\
 
4556
        ".\sdl\SDL_main.h"\
 
4557
        ".\sdl\SDL_mouse.h"\
 
4558
        ".\sdl\SDL_mutex.h"\
 
4559
        ".\sdl\SDL_quit.h"\
 
4560
        ".\sdl\SDL_rwops.h"\
 
4561
        ".\sdl\SDL_timer.h"\
 
4562
        ".\sdl\SDL_types.h"\
 
4563
        ".\sdl\SDL_version.h"\
 
4564
        ".\sdl\SDL_video.h"\
4205
4565
        
4206
4566
NODEP_CPP_LAUNCH=\
4207
4567
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4221
4581
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
4222
4582
 
4223
4583
DEP_CPP_LAUNCHE=\
 
4584
        "..\common\Array.hxx"\
4224
4585
        "..\emucore\Cart.hxx"\
4225
4586
        "..\emucore\Console.hxx"\
4226
4587
        "..\emucore\Control.hxx"\
4255
4616
        "..\gui\TabWidget.hxx"\
4256
4617
        "..\gui\Widget.hxx"\
4257
4618
        ".\missing.h"\
4258
 
        
4259
 
NODEP_CPP_LAUNCHE=\
4260
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4261
4619
        ".\sdl\begin_code.h"\
4262
4620
        ".\sdl\close_code.h"\
4263
4621
        ".\sdl\SDL.h"\
4276
4634
        ".\sdl\SDL_mutex.h"\
4277
4635
        ".\sdl\SDL_quit.h"\
4278
4636
        ".\sdl\SDL_rwops.h"\
4279
 
        ".\sdl\SDL_syswm.h"\
4280
4637
        ".\sdl\SDL_timer.h"\
4281
4638
        ".\sdl\SDL_types.h"\
4282
4639
        ".\sdl\SDL_version.h"\
4283
4640
        ".\sdl\SDL_video.h"\
4284
4641
        
 
4642
NODEP_CPP_LAUNCHE=\
 
4643
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4644
        
4285
4645
 
4286
4646
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
4287
4647
 
4288
4648
DEP_CPP_LAUNCHE=\
 
4649
        "..\common\Array.hxx"\
4289
4650
        "..\emucore\Cart.hxx"\
4290
4651
        "..\emucore\Console.hxx"\
4291
4652
        "..\emucore\Control.hxx"\
4293
4654
        "..\emucore\EventHandler.hxx"\
4294
4655
        "..\emucore\FrameBuffer.hxx"\
4295
4656
        "..\emucore\FSNode.hxx"\
 
4657
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
4296
4658
        "..\emucore\m6502\src\Device.hxx"\
4297
4659
        "..\emucore\M6532.hxx"\
4298
4660
        "..\emucore\MediaSrc.hxx"\
4299
4661
        "..\emucore\OSystem.hxx"\
4300
4662
        "..\emucore\Props.hxx"\
 
4663
        "..\emucore\Serializer.hxx"\
4301
4664
        "..\emucore\Settings.hxx"\
4302
4665
        "..\emucore\Sound.hxx"\
4303
4666
        "..\emucore\TIA.hxx"\
4317
4680
        "..\gui\StringList.hxx"\
4318
4681
        "..\gui\TabWidget.hxx"\
4319
4682
        "..\gui\Widget.hxx"\
4320
 
        
4321
 
NODEP_CPP_LAUNCHE=\
4322
 
        "..\gui\Array.hxx"\
4323
 
        ".\port\bspf.hxx"\
4324
 
        ".\port\EventHandler.hxx"\
4325
 
        ".\port\missing.h"\
4326
 
        ".\port\pspstdint.h"\
 
4683
        ".\missing.h"\
4327
4684
        ".\sdl\begin_code.h"\
4328
4685
        ".\sdl\close_code.h"\
4329
4686
        ".\sdl\SDL.h"\
4342
4699
        ".\sdl\SDL_mutex.h"\
4343
4700
        ".\sdl\SDL_quit.h"\
4344
4701
        ".\sdl\SDL_rwops.h"\
4345
 
        ".\sdl\SDL_syswm.h"\
4346
4702
        ".\sdl\SDL_timer.h"\
4347
4703
        ".\sdl\SDL_types.h"\
4348
4704
        ".\sdl\SDL_version.h"\
4349
4705
        ".\sdl\SDL_video.h"\
4350
4706
        
 
4707
NODEP_CPP_LAUNCHE=\
 
4708
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4709
        
4351
4710
 
4352
4711
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
4353
4712
 
4354
4713
DEP_CPP_LAUNCHE=\
 
4714
        "..\common\Array.hxx"\
4355
4715
        "..\emucore\Cart.hxx"\
4356
4716
        "..\emucore\Console.hxx"\
4357
4717
        "..\emucore\Control.hxx"\
4365
4725
        "..\emucore\MediaSrc.hxx"\
4366
4726
        "..\emucore\OSystem.hxx"\
4367
4727
        "..\emucore\Props.hxx"\
 
4728
        "..\emucore\Serializer.hxx"\
4368
4729
        "..\emucore\Settings.hxx"\
4369
4730
        "..\emucore\Sound.hxx"\
4370
4731
        "..\emucore\TIA.hxx"\
4385
4746
        "..\gui\TabWidget.hxx"\
4386
4747
        "..\gui\Widget.hxx"\
4387
4748
        ".\missing.h"\
4388
 
        
4389
 
NODEP_CPP_LAUNCHE=\
4390
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4391
 
        "..\gui\Array.hxx"\
4392
4749
        ".\sdl\begin_code.h"\
4393
4750
        ".\sdl\close_code.h"\
4394
4751
        ".\sdl\SDL.h"\
4407
4764
        ".\sdl\SDL_mutex.h"\
4408
4765
        ".\sdl\SDL_quit.h"\
4409
4766
        ".\sdl\SDL_rwops.h"\
4410
 
        ".\sdl\SDL_syswm.h"\
4411
4767
        ".\sdl\SDL_timer.h"\
4412
4768
        ".\sdl\SDL_types.h"\
4413
4769
        ".\sdl\SDL_version.h"\
4414
4770
        ".\sdl\SDL_video.h"\
4415
4771
        
 
4772
NODEP_CPP_LAUNCHE=\
 
4773
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4774
        
4416
4775
 
4417
4776
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
4418
4777
 
4452
4811
        "..\gui\TabWidget.hxx"\
4453
4812
        "..\gui\Widget.hxx"\
4454
4813
        ".\missing.h"\
 
4814
        ".\sdl\begin_code.h"\
 
4815
        ".\sdl\close_code.h"\
 
4816
        ".\sdl\SDL.h"\
 
4817
        ".\sdl\SDL_active.h"\
 
4818
        ".\sdl\SDL_audio.h"\
 
4819
        ".\sdl\SDL_byteorder.h"\
 
4820
        ".\sdl\SDL_cdrom.h"\
 
4821
        ".\sdl\SDL_error.h"\
 
4822
        ".\sdl\SDL_events.h"\
 
4823
        ".\sdl\SDL_getenv.h"\
 
4824
        ".\sdl\SDL_joystick.h"\
 
4825
        ".\sdl\SDL_keyboard.h"\
 
4826
        ".\sdl\SDL_keysym.h"\
 
4827
        ".\sdl\SDL_main.h"\
 
4828
        ".\sdl\SDL_mouse.h"\
 
4829
        ".\sdl\SDL_mutex.h"\
 
4830
        ".\sdl\SDL_quit.h"\
 
4831
        ".\sdl\SDL_rwops.h"\
 
4832
        ".\sdl\SDL_timer.h"\
 
4833
        ".\sdl\SDL_types.h"\
 
4834
        ".\sdl\SDL_version.h"\
 
4835
        ".\sdl\SDL_video.h"\
4455
4836
        
4456
4837
NODEP_CPP_LAUNCHE=\
4457
4838
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4471
4852
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
4472
4853
 
4473
4854
DEP_CPP_LISTW=\
 
4855
        "..\common\Array.hxx"\
4474
4856
        "..\emucore\Cart.hxx"\
4475
4857
        "..\emucore\Console.hxx"\
4476
4858
        "..\emucore\Control.hxx"\
4499
4881
        "..\gui\StringList.hxx"\
4500
4882
        "..\gui\Widget.hxx"\
4501
4883
        ".\missing.h"\
4502
 
        
4503
 
NODEP_CPP_LISTW=\
4504
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4505
4884
        ".\sdl\begin_code.h"\
4506
4885
        ".\sdl\close_code.h"\
4507
4886
        ".\sdl\SDL.h"\
4520
4899
        ".\sdl\SDL_mutex.h"\
4521
4900
        ".\sdl\SDL_quit.h"\
4522
4901
        ".\sdl\SDL_rwops.h"\
4523
 
        ".\sdl\SDL_syswm.h"\
4524
4902
        ".\sdl\SDL_timer.h"\
4525
4903
        ".\sdl\SDL_types.h"\
4526
4904
        ".\sdl\SDL_version.h"\
4527
4905
        ".\sdl\SDL_video.h"\
4528
4906
        
 
4907
NODEP_CPP_LISTW=\
 
4908
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4909
        
4529
4910
 
4530
4911
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
4531
4912
 
4532
4913
DEP_CPP_LISTW=\
 
4914
        "..\common\Array.hxx"\
4533
4915
        "..\emucore\Cart.hxx"\
4534
4916
        "..\emucore\Console.hxx"\
4535
4917
        "..\emucore\Control.hxx"\
4536
4918
        "..\emucore\Event.hxx"\
4537
4919
        "..\emucore\EventHandler.hxx"\
4538
4920
        "..\emucore\FrameBuffer.hxx"\
 
4921
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
4539
4922
        "..\emucore\m6502\src\Device.hxx"\
4540
4923
        "..\emucore\M6532.hxx"\
4541
4924
        "..\emucore\MediaSrc.hxx"\
4542
4925
        "..\emucore\OSystem.hxx"\
4543
4926
        "..\emucore\Props.hxx"\
 
4927
        "..\emucore\Serializer.hxx"\
4544
4928
        "..\emucore\Settings.hxx"\
4545
4929
        "..\emucore\Sound.hxx"\
4546
4930
        "..\emucore\TIA.hxx"\
4555
4939
        "..\gui\ScrollBarWidget.hxx"\
4556
4940
        "..\gui\StringList.hxx"\
4557
4941
        "..\gui\Widget.hxx"\
4558
 
        
4559
 
NODEP_CPP_LISTW=\
4560
 
        "..\gui\Array.hxx"\
4561
 
        ".\port\bspf.hxx"\
4562
 
        ".\port\missing.h"\
4563
 
        ".\port\pspstdint.h"\
 
4942
        ".\missing.h"\
4564
4943
        ".\sdl\begin_code.h"\
4565
4944
        ".\sdl\close_code.h"\
4566
4945
        ".\sdl\SDL.h"\
4579
4958
        ".\sdl\SDL_mutex.h"\
4580
4959
        ".\sdl\SDL_quit.h"\
4581
4960
        ".\sdl\SDL_rwops.h"\
4582
 
        ".\sdl\SDL_syswm.h"\
4583
4961
        ".\sdl\SDL_timer.h"\
4584
4962
        ".\sdl\SDL_types.h"\
4585
4963
        ".\sdl\SDL_version.h"\
4586
4964
        ".\sdl\SDL_video.h"\
4587
4965
        
 
4966
NODEP_CPP_LISTW=\
 
4967
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
4968
        
4588
4969
 
4589
4970
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
4590
4971
 
4591
4972
DEP_CPP_LISTW=\
 
4973
        "..\common\Array.hxx"\
4592
4974
        "..\emucore\Cart.hxx"\
4593
4975
        "..\emucore\Console.hxx"\
4594
4976
        "..\emucore\Control.hxx"\
4601
4983
        "..\emucore\MediaSrc.hxx"\
4602
4984
        "..\emucore\OSystem.hxx"\
4603
4985
        "..\emucore\Props.hxx"\
 
4986
        "..\emucore\Serializer.hxx"\
4604
4987
        "..\emucore\Settings.hxx"\
4605
4988
        "..\emucore\Sound.hxx"\
4606
4989
        "..\emucore\TIA.hxx"\
4616
4999
        "..\gui\StringList.hxx"\
4617
5000
        "..\gui\Widget.hxx"\
4618
5001
        ".\missing.h"\
4619
 
        
4620
 
NODEP_CPP_LISTW=\
4621
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4622
 
        "..\gui\Array.hxx"\
4623
5002
        ".\sdl\begin_code.h"\
4624
5003
        ".\sdl\close_code.h"\
4625
5004
        ".\sdl\SDL.h"\
4638
5017
        ".\sdl\SDL_mutex.h"\
4639
5018
        ".\sdl\SDL_quit.h"\
4640
5019
        ".\sdl\SDL_rwops.h"\
4641
 
        ".\sdl\SDL_syswm.h"\
4642
5020
        ".\sdl\SDL_timer.h"\
4643
5021
        ".\sdl\SDL_types.h"\
4644
5022
        ".\sdl\SDL_version.h"\
4645
5023
        ".\sdl\SDL_video.h"\
4646
5024
        
 
5025
NODEP_CPP_LISTW=\
 
5026
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5027
        
4647
5028
 
4648
5029
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
4649
5030
 
4677
5058
        "..\gui\StringList.hxx"\
4678
5059
        "..\gui\Widget.hxx"\
4679
5060
        ".\missing.h"\
 
5061
        ".\sdl\begin_code.h"\
 
5062
        ".\sdl\close_code.h"\
 
5063
        ".\sdl\SDL.h"\
 
5064
        ".\sdl\SDL_active.h"\
 
5065
        ".\sdl\SDL_audio.h"\
 
5066
        ".\sdl\SDL_byteorder.h"\
 
5067
        ".\sdl\SDL_cdrom.h"\
 
5068
        ".\sdl\SDL_error.h"\
 
5069
        ".\sdl\SDL_events.h"\
 
5070
        ".\sdl\SDL_getenv.h"\
 
5071
        ".\sdl\SDL_joystick.h"\
 
5072
        ".\sdl\SDL_keyboard.h"\
 
5073
        ".\sdl\SDL_keysym.h"\
 
5074
        ".\sdl\SDL_main.h"\
 
5075
        ".\sdl\SDL_mouse.h"\
 
5076
        ".\sdl\SDL_mutex.h"\
 
5077
        ".\sdl\SDL_quit.h"\
 
5078
        ".\sdl\SDL_rwops.h"\
 
5079
        ".\sdl\SDL_timer.h"\
 
5080
        ".\sdl\SDL_types.h"\
 
5081
        ".\sdl\SDL_version.h"\
 
5082
        ".\sdl\SDL_video.h"\
4680
5083
        
4681
5084
NODEP_CPP_LISTW=\
4682
5085
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4696
5099
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
4697
5100
 
4698
5101
DEP_CPP_MENU_=\
 
5102
        "..\common\Array.hxx"\
4699
5103
        "..\emucore\Cart.hxx"\
4700
5104
        "..\emucore\Console.hxx"\
4701
5105
        "..\emucore\Control.hxx"\
4726
5130
        "..\gui\StringList.hxx"\
4727
5131
        "..\gui\Widget.hxx"\
4728
5132
        ".\missing.h"\
4729
 
        
4730
 
NODEP_CPP_MENU_=\
4731
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4732
5133
        ".\sdl\begin_code.h"\
4733
5134
        ".\sdl\close_code.h"\
4734
5135
        ".\sdl\SDL.h"\
4747
5148
        ".\sdl\SDL_mutex.h"\
4748
5149
        ".\sdl\SDL_quit.h"\
4749
5150
        ".\sdl\SDL_rwops.h"\
4750
 
        ".\sdl\SDL_syswm.h"\
4751
5151
        ".\sdl\SDL_timer.h"\
4752
5152
        ".\sdl\SDL_types.h"\
4753
5153
        ".\sdl\SDL_version.h"\
4754
5154
        ".\sdl\SDL_video.h"\
4755
5155
        
 
5156
NODEP_CPP_MENU_=\
 
5157
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5158
        
4756
5159
 
4757
5160
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
4758
5161
 
4759
5162
DEP_CPP_MENU_=\
 
5163
        "..\common\Array.hxx"\
4760
5164
        "..\emucore\Cart.hxx"\
4761
5165
        "..\emucore\Console.hxx"\
4762
5166
        "..\emucore\Control.hxx"\
4763
5167
        "..\emucore\Event.hxx"\
4764
5168
        "..\emucore\EventHandler.hxx"\
4765
5169
        "..\emucore\FrameBuffer.hxx"\
 
5170
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
4766
5171
        "..\emucore\m6502\src\Device.hxx"\
4767
5172
        "..\emucore\M6532.hxx"\
4768
5173
        "..\emucore\MediaSrc.hxx"\
4769
5174
        "..\emucore\OSystem.hxx"\
4770
5175
        "..\emucore\Props.hxx"\
 
5176
        "..\emucore\Serializer.hxx"\
4771
5177
        "..\emucore\Settings.hxx"\
4772
5178
        "..\emucore\Sound.hxx"\
4773
5179
        "..\emucore\TIA.hxx"\
4784
5190
        "..\gui\Stack.hxx"\
4785
5191
        "..\gui\StringList.hxx"\
4786
5192
        "..\gui\Widget.hxx"\
4787
 
        
4788
 
NODEP_CPP_MENU_=\
4789
 
        "..\common\Cheat.hxx"\
4790
 
        "..\gui\Array.hxx"\
4791
 
        "..\gui\CheatCodeDialog.hxx"\
4792
 
        ".\port\bspf.hxx"\
4793
 
        ".\port\EventHandler.hxx"\
4794
 
        ".\port\missing.h"\
4795
 
        ".\port\pspstdint.h"\
 
5193
        ".\missing.h"\
4796
5194
        ".\sdl\begin_code.h"\
4797
5195
        ".\sdl\close_code.h"\
4798
5196
        ".\sdl\SDL.h"\
4811
5209
        ".\sdl\SDL_mutex.h"\
4812
5210
        ".\sdl\SDL_quit.h"\
4813
5211
        ".\sdl\SDL_rwops.h"\
4814
 
        ".\sdl\SDL_syswm.h"\
4815
5212
        ".\sdl\SDL_timer.h"\
4816
5213
        ".\sdl\SDL_types.h"\
4817
5214
        ".\sdl\SDL_version.h"\
4818
5215
        ".\sdl\SDL_video.h"\
4819
5216
        
 
5217
NODEP_CPP_MENU_=\
 
5218
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5219
        
4820
5220
 
4821
5221
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
4822
5222
 
4823
5223
DEP_CPP_MENU_=\
 
5224
        "..\common\Array.hxx"\
4824
5225
        "..\emucore\Cart.hxx"\
4825
5226
        "..\emucore\Console.hxx"\
4826
5227
        "..\emucore\Control.hxx"\
4833
5234
        "..\emucore\MediaSrc.hxx"\
4834
5235
        "..\emucore\OSystem.hxx"\
4835
5236
        "..\emucore\Props.hxx"\
 
5237
        "..\emucore\Serializer.hxx"\
4836
5238
        "..\emucore\Settings.hxx"\
4837
5239
        "..\emucore\Sound.hxx"\
4838
5240
        "..\emucore\TIA.hxx"\
4850
5252
        "..\gui\StringList.hxx"\
4851
5253
        "..\gui\Widget.hxx"\
4852
5254
        ".\missing.h"\
4853
 
        
4854
 
NODEP_CPP_MENU_=\
4855
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4856
 
        "..\gui\Array.hxx"\
4857
5255
        ".\sdl\begin_code.h"\
4858
5256
        ".\sdl\close_code.h"\
4859
5257
        ".\sdl\SDL.h"\
4872
5270
        ".\sdl\SDL_mutex.h"\
4873
5271
        ".\sdl\SDL_quit.h"\
4874
5272
        ".\sdl\SDL_rwops.h"\
4875
 
        ".\sdl\SDL_syswm.h"\
4876
5273
        ".\sdl\SDL_timer.h"\
4877
5274
        ".\sdl\SDL_types.h"\
4878
5275
        ".\sdl\SDL_version.h"\
4879
5276
        ".\sdl\SDL_video.h"\
4880
5277
        
 
5278
NODEP_CPP_MENU_=\
 
5279
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5280
        
4881
5281
 
4882
5282
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
4883
5283
 
4913
5313
        "..\gui\StringList.hxx"\
4914
5314
        "..\gui\Widget.hxx"\
4915
5315
        ".\missing.h"\
 
5316
        ".\sdl\begin_code.h"\
 
5317
        ".\sdl\close_code.h"\
 
5318
        ".\sdl\SDL.h"\
 
5319
        ".\sdl\SDL_active.h"\
 
5320
        ".\sdl\SDL_audio.h"\
 
5321
        ".\sdl\SDL_byteorder.h"\
 
5322
        ".\sdl\SDL_cdrom.h"\
 
5323
        ".\sdl\SDL_error.h"\
 
5324
        ".\sdl\SDL_events.h"\
 
5325
        ".\sdl\SDL_getenv.h"\
 
5326
        ".\sdl\SDL_joystick.h"\
 
5327
        ".\sdl\SDL_keyboard.h"\
 
5328
        ".\sdl\SDL_keysym.h"\
 
5329
        ".\sdl\SDL_main.h"\
 
5330
        ".\sdl\SDL_mouse.h"\
 
5331
        ".\sdl\SDL_mutex.h"\
 
5332
        ".\sdl\SDL_quit.h"\
 
5333
        ".\sdl\SDL_rwops.h"\
 
5334
        ".\sdl\SDL_timer.h"\
 
5335
        ".\sdl\SDL_types.h"\
 
5336
        ".\sdl\SDL_version.h"\
 
5337
        ".\sdl\SDL_video.h"\
4916
5338
        
4917
5339
NODEP_CPP_MENU_=\
4918
5340
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4932
5354
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
4933
5355
 
4934
5356
DEP_CPP_OPTIO=\
 
5357
        "..\common\Array.hxx"\
4935
5358
        "..\emucore\Cart.hxx"\
4936
5359
        "..\emucore\Console.hxx"\
4937
5360
        "..\emucore\Control.hxx"\
4966
5389
        "..\gui\VideoDialog.hxx"\
4967
5390
        "..\gui\Widget.hxx"\
4968
5391
        ".\missing.h"\
4969
 
        
4970
 
NODEP_CPP_OPTIO=\
4971
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
4972
 
        "..\gui\CheatCodeDialog.hxx"\
4973
5392
        ".\sdl\begin_code.h"\
4974
5393
        ".\sdl\close_code.h"\
4975
5394
        ".\sdl\SDL.h"\
4988
5407
        ".\sdl\SDL_mutex.h"\
4989
5408
        ".\sdl\SDL_quit.h"\
4990
5409
        ".\sdl\SDL_rwops.h"\
4991
 
        ".\sdl\SDL_syswm.h"\
4992
5410
        ".\sdl\SDL_timer.h"\
4993
5411
        ".\sdl\SDL_types.h"\
4994
5412
        ".\sdl\SDL_version.h"\
4995
5413
        ".\sdl\SDL_video.h"\
4996
5414
        
 
5415
NODEP_CPP_OPTIO=\
 
5416
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5417
        "..\gui\CheatCodeDialog.hxx"\
 
5418
        
4997
5419
 
4998
5420
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
4999
5421
 
5000
5422
DEP_CPP_OPTIO=\
 
5423
        "..\common\Array.hxx"\
5001
5424
        "..\emucore\Cart.hxx"\
5002
5425
        "..\emucore\Console.hxx"\
5003
5426
        "..\emucore\Control.hxx"\
5004
5427
        "..\emucore\Event.hxx"\
5005
5428
        "..\emucore\EventHandler.hxx"\
5006
5429
        "..\emucore\FrameBuffer.hxx"\
 
5430
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
5007
5431
        "..\emucore\m6502\src\Device.hxx"\
5008
5432
        "..\emucore\M6532.hxx"\
5009
5433
        "..\emucore\MediaSrc.hxx"\
5010
5434
        "..\emucore\OSystem.hxx"\
5011
5435
        "..\emucore\Props.hxx"\
 
5436
        "..\emucore\Serializer.hxx"\
5012
5437
        "..\emucore\Settings.hxx"\
5013
5438
        "..\emucore\Sound.hxx"\
5014
5439
        "..\emucore\TIA.hxx"\
5022
5447
        "..\gui\GuiObject.hxx"\
5023
5448
        "..\gui\GuiUtils.hxx"\
5024
5449
        "..\gui\HelpDialog.hxx"\
 
5450
        "..\gui\InputDialog.hxx"\
5025
5451
        "..\gui\OptionsDialog.hxx"\
5026
5452
        "..\gui\Rect.hxx"\
5027
5453
        "..\gui\Stack.hxx"\
5028
5454
        "..\gui\StringList.hxx"\
5029
5455
        "..\gui\VideoDialog.hxx"\
5030
5456
        "..\gui\Widget.hxx"\
5031
 
        
5032
 
NODEP_CPP_OPTIO=\
5033
 
        "..\common\Cheat.hxx"\
5034
 
        "..\gui\Array.hxx"\
5035
 
        "..\gui\CheatCodeDialog.hxx"\
5036
 
        "..\gui\EventMappingDialog.hxx"\
5037
 
        ".\port\bspf.hxx"\
5038
 
        ".\port\EventHandler.hxx"\
5039
 
        ".\port\missing.h"\
5040
 
        ".\port\pspstdint.h"\
 
5457
        ".\missing.h"\
5041
5458
        ".\sdl\begin_code.h"\
5042
5459
        ".\sdl\close_code.h"\
5043
5460
        ".\sdl\SDL.h"\
5056
5473
        ".\sdl\SDL_mutex.h"\
5057
5474
        ".\sdl\SDL_quit.h"\
5058
5475
        ".\sdl\SDL_rwops.h"\
5059
 
        ".\sdl\SDL_syswm.h"\
5060
5476
        ".\sdl\SDL_timer.h"\
5061
5477
        ".\sdl\SDL_types.h"\
5062
5478
        ".\sdl\SDL_version.h"\
5063
5479
        ".\sdl\SDL_video.h"\
5064
5480
        
 
5481
NODEP_CPP_OPTIO=\
 
5482
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5483
        "..\gui\CheatCodeDialog.hxx"\
 
5484
        
5065
5485
 
5066
5486
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
5067
5487
 
5068
5488
DEP_CPP_OPTIO=\
 
5489
        "..\common\Array.hxx"\
5069
5490
        "..\emucore\Cart.hxx"\
5070
5491
        "..\emucore\Console.hxx"\
5071
5492
        "..\emucore\Control.hxx"\
5078
5499
        "..\emucore\MediaSrc.hxx"\
5079
5500
        "..\emucore\OSystem.hxx"\
5080
5501
        "..\emucore\Props.hxx"\
 
5502
        "..\emucore\Serializer.hxx"\
5081
5503
        "..\emucore\Settings.hxx"\
5082
5504
        "..\emucore\Sound.hxx"\
5083
5505
        "..\emucore\TIA.hxx"\
5099
5521
        "..\gui\VideoDialog.hxx"\
5100
5522
        "..\gui\Widget.hxx"\
5101
5523
        ".\missing.h"\
5102
 
        
5103
 
NODEP_CPP_OPTIO=\
5104
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5105
 
        "..\gui\Array.hxx"\
5106
 
        "..\gui\CheatCodeDialog.hxx"\
5107
5524
        ".\sdl\begin_code.h"\
5108
5525
        ".\sdl\close_code.h"\
5109
5526
        ".\sdl\SDL.h"\
5122
5539
        ".\sdl\SDL_mutex.h"\
5123
5540
        ".\sdl\SDL_quit.h"\
5124
5541
        ".\sdl\SDL_rwops.h"\
5125
 
        ".\sdl\SDL_syswm.h"\
5126
5542
        ".\sdl\SDL_timer.h"\
5127
5543
        ".\sdl\SDL_types.h"\
5128
5544
        ".\sdl\SDL_version.h"\
5129
5545
        ".\sdl\SDL_video.h"\
5130
5546
        
 
5547
NODEP_CPP_OPTIO=\
 
5548
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5549
        "..\gui\CheatCodeDialog.hxx"\
 
5550
        
5131
5551
 
5132
5552
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
5133
5553
 
5167
5587
        "..\gui\VideoDialog.hxx"\
5168
5588
        "..\gui\Widget.hxx"\
5169
5589
        ".\missing.h"\
 
5590
        ".\sdl\begin_code.h"\
 
5591
        ".\sdl\close_code.h"\
 
5592
        ".\sdl\SDL.h"\
 
5593
        ".\sdl\SDL_active.h"\
 
5594
        ".\sdl\SDL_audio.h"\
 
5595
        ".\sdl\SDL_byteorder.h"\
 
5596
        ".\sdl\SDL_cdrom.h"\
 
5597
        ".\sdl\SDL_error.h"\
 
5598
        ".\sdl\SDL_events.h"\
 
5599
        ".\sdl\SDL_getenv.h"\
 
5600
        ".\sdl\SDL_joystick.h"\
 
5601
        ".\sdl\SDL_keyboard.h"\
 
5602
        ".\sdl\SDL_keysym.h"\
 
5603
        ".\sdl\SDL_main.h"\
 
5604
        ".\sdl\SDL_mouse.h"\
 
5605
        ".\sdl\SDL_mutex.h"\
 
5606
        ".\sdl\SDL_quit.h"\
 
5607
        ".\sdl\SDL_rwops.h"\
 
5608
        ".\sdl\SDL_timer.h"\
 
5609
        ".\sdl\SDL_types.h"\
 
5610
        ".\sdl\SDL_version.h"\
 
5611
        ".\sdl\SDL_video.h"\
5170
5612
        
5171
5613
NODEP_CPP_OPTIO=\
5172
5614
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5187
5629
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
5188
5630
 
5189
5631
DEP_CPP_POPUP=\
 
5632
        "..\common\Array.hxx"\
5190
5633
        "..\emucore\Cart.hxx"\
5191
5634
        "..\emucore\Console.hxx"\
5192
5635
        "..\emucore\Control.hxx"\
5219
5662
        "..\gui\StringListWidget.hxx"\
5220
5663
        "..\gui\Widget.hxx"\
5221
5664
        ".\missing.h"\
5222
 
        
5223
 
NODEP_CPP_POPUP=\
5224
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5225
5665
        ".\sdl\begin_code.h"\
5226
5666
        ".\sdl\close_code.h"\
5227
5667
        ".\sdl\SDL.h"\
5240
5680
        ".\sdl\SDL_mutex.h"\
5241
5681
        ".\sdl\SDL_quit.h"\
5242
5682
        ".\sdl\SDL_rwops.h"\
5243
 
        ".\sdl\SDL_syswm.h"\
5244
5683
        ".\sdl\SDL_timer.h"\
5245
5684
        ".\sdl\SDL_types.h"\
5246
5685
        ".\sdl\SDL_version.h"\
5247
5686
        ".\sdl\SDL_video.h"\
5248
5687
        
 
5688
NODEP_CPP_POPUP=\
 
5689
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5690
        
5249
5691
 
5250
5692
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
5251
5693
 
5252
5694
DEP_CPP_POPUP=\
 
5695
        "..\common\Array.hxx"\
5253
5696
        "..\emucore\Cart.hxx"\
5254
5697
        "..\emucore\Console.hxx"\
5255
5698
        "..\emucore\Control.hxx"\
5256
5699
        "..\emucore\Event.hxx"\
5257
5700
        "..\emucore\EventHandler.hxx"\
5258
5701
        "..\emucore\FrameBuffer.hxx"\
 
5702
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
5259
5703
        "..\emucore\m6502\src\Device.hxx"\
5260
5704
        "..\emucore\M6532.hxx"\
5261
5705
        "..\emucore\MediaSrc.hxx"\
5262
5706
        "..\emucore\OSystem.hxx"\
5263
5707
        "..\emucore\Props.hxx"\
 
5708
        "..\emucore\Serializer.hxx"\
5264
5709
        "..\emucore\Settings.hxx"\
5265
5710
        "..\emucore\Sound.hxx"\
5266
5711
        "..\emucore\TIA.hxx"\
5267
5712
        "..\gui\Command.hxx"\
5268
5713
        "..\gui\Dialog.hxx"\
5269
5714
        "..\gui\DialogContainer.hxx"\
 
5715
        "..\gui\EditableWidget.hxx"\
5270
5716
        "..\gui\Font.hxx"\
5271
5717
        "..\gui\GuiObject.hxx"\
5272
5718
        "..\gui\GuiUtils.hxx"\
 
5719
        "..\gui\ListWidget.hxx"\
5273
5720
        "..\gui\PopUpWidget.hxx"\
5274
5721
        "..\gui\Rect.hxx"\
 
5722
        "..\gui\ScrollBarWidget.hxx"\
5275
5723
        "..\gui\Stack.hxx"\
5276
5724
        "..\gui\StringList.hxx"\
 
5725
        "..\gui\StringListWidget.hxx"\
5277
5726
        "..\gui\Widget.hxx"\
5278
 
        
5279
 
NODEP_CPP_POPUP=\
5280
 
        "..\gui\Array.hxx"\
5281
 
        ".\port\bspf.hxx"\
5282
 
        ".\port\EventHandler.hxx"\
5283
 
        ".\port\missing.h"\
5284
 
        ".\port\pspstdint.h"\
 
5727
        ".\missing.h"\
5285
5728
        ".\sdl\begin_code.h"\
5286
5729
        ".\sdl\close_code.h"\
5287
5730
        ".\sdl\SDL.h"\
5300
5743
        ".\sdl\SDL_mutex.h"\
5301
5744
        ".\sdl\SDL_quit.h"\
5302
5745
        ".\sdl\SDL_rwops.h"\
5303
 
        ".\sdl\SDL_syswm.h"\
5304
5746
        ".\sdl\SDL_timer.h"\
5305
5747
        ".\sdl\SDL_types.h"\
5306
5748
        ".\sdl\SDL_version.h"\
5307
5749
        ".\sdl\SDL_video.h"\
5308
5750
        
 
5751
NODEP_CPP_POPUP=\
 
5752
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5753
        
5309
5754
 
5310
5755
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
5311
5756
 
5312
5757
DEP_CPP_POPUP=\
 
5758
        "..\common\Array.hxx"\
5313
5759
        "..\emucore\Cart.hxx"\
5314
5760
        "..\emucore\Console.hxx"\
5315
5761
        "..\emucore\Control.hxx"\
5322
5768
        "..\emucore\MediaSrc.hxx"\
5323
5769
        "..\emucore\OSystem.hxx"\
5324
5770
        "..\emucore\Props.hxx"\
 
5771
        "..\emucore\Serializer.hxx"\
5325
5772
        "..\emucore\Settings.hxx"\
5326
5773
        "..\emucore\Sound.hxx"\
5327
5774
        "..\emucore\TIA.hxx"\
5341
5788
        "..\gui\StringListWidget.hxx"\
5342
5789
        "..\gui\Widget.hxx"\
5343
5790
        ".\missing.h"\
5344
 
        
5345
 
NODEP_CPP_POPUP=\
5346
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5347
 
        "..\gui\Array.hxx"\
5348
5791
        ".\sdl\begin_code.h"\
5349
5792
        ".\sdl\close_code.h"\
5350
5793
        ".\sdl\SDL.h"\
5363
5806
        ".\sdl\SDL_mutex.h"\
5364
5807
        ".\sdl\SDL_quit.h"\
5365
5808
        ".\sdl\SDL_rwops.h"\
5366
 
        ".\sdl\SDL_syswm.h"\
5367
5809
        ".\sdl\SDL_timer.h"\
5368
5810
        ".\sdl\SDL_types.h"\
5369
5811
        ".\sdl\SDL_version.h"\
5370
5812
        ".\sdl\SDL_video.h"\
5371
5813
        
 
5814
NODEP_CPP_POPUP=\
 
5815
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5816
        
5372
5817
 
5373
5818
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
5374
5819
 
5406
5851
        "..\gui\StringListWidget.hxx"\
5407
5852
        "..\gui\Widget.hxx"\
5408
5853
        ".\missing.h"\
 
5854
        ".\sdl\begin_code.h"\
 
5855
        ".\sdl\close_code.h"\
 
5856
        ".\sdl\SDL.h"\
 
5857
        ".\sdl\SDL_active.h"\
 
5858
        ".\sdl\SDL_audio.h"\
 
5859
        ".\sdl\SDL_byteorder.h"\
 
5860
        ".\sdl\SDL_cdrom.h"\
 
5861
        ".\sdl\SDL_error.h"\
 
5862
        ".\sdl\SDL_events.h"\
 
5863
        ".\sdl\SDL_getenv.h"\
 
5864
        ".\sdl\SDL_joystick.h"\
 
5865
        ".\sdl\SDL_keyboard.h"\
 
5866
        ".\sdl\SDL_keysym.h"\
 
5867
        ".\sdl\SDL_main.h"\
 
5868
        ".\sdl\SDL_mouse.h"\
 
5869
        ".\sdl\SDL_mutex.h"\
 
5870
        ".\sdl\SDL_quit.h"\
 
5871
        ".\sdl\SDL_rwops.h"\
 
5872
        ".\sdl\SDL_timer.h"\
 
5873
        ".\sdl\SDL_types.h"\
 
5874
        ".\sdl\SDL_version.h"\
 
5875
        ".\sdl\SDL_video.h"\
5409
5876
        
5410
5877
NODEP_CPP_POPUP=\
5411
5878
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5425
5892
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
5426
5893
 
5427
5894
DEP_CPP_PROGR=\
 
5895
        "..\common\Array.hxx"\
5428
5896
        "..\emucore\Cart.hxx"\
5429
5897
        "..\emucore\Console.hxx"\
5430
5898
        "..\emucore\Control.hxx"\
5453
5921
        "..\gui\StringList.hxx"\
5454
5922
        "..\gui\Widget.hxx"\
5455
5923
        ".\missing.h"\
5456
 
        
5457
 
NODEP_CPP_PROGR=\
5458
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5459
5924
        ".\sdl\begin_code.h"\
5460
5925
        ".\sdl\close_code.h"\
5461
5926
        ".\sdl\SDL.h"\
5474
5939
        ".\sdl\SDL_mutex.h"\
5475
5940
        ".\sdl\SDL_quit.h"\
5476
5941
        ".\sdl\SDL_rwops.h"\
5477
 
        ".\sdl\SDL_syswm.h"\
5478
5942
        ".\sdl\SDL_timer.h"\
5479
5943
        ".\sdl\SDL_types.h"\
5480
5944
        ".\sdl\SDL_version.h"\
5481
5945
        ".\sdl\SDL_video.h"\
5482
5946
        
 
5947
NODEP_CPP_PROGR=\
 
5948
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
5949
        
5483
5950
 
5484
5951
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
5485
5952
 
5486
5953
DEP_CPP_PROGR=\
 
5954
        "..\common\Array.hxx"\
5487
5955
        "..\emucore\Cart.hxx"\
5488
5956
        "..\emucore\Console.hxx"\
5489
5957
        "..\emucore\Control.hxx"\
5490
5958
        "..\emucore\Event.hxx"\
5491
5959
        "..\emucore\EventHandler.hxx"\
5492
5960
        "..\emucore\FrameBuffer.hxx"\
 
5961
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
5493
5962
        "..\emucore\m6502\src\Device.hxx"\
5494
5963
        "..\emucore\M6532.hxx"\
5495
5964
        "..\emucore\MediaSrc.hxx"\
5496
5965
        "..\emucore\OSystem.hxx"\
5497
5966
        "..\emucore\Props.hxx"\
 
5967
        "..\emucore\Serializer.hxx"\
5498
5968
        "..\emucore\Settings.hxx"\
5499
5969
        "..\emucore\Sound.hxx"\
5500
5970
        "..\emucore\TIA.hxx"\
5509
5979
        "..\gui\Stack.hxx"\
5510
5980
        "..\gui\StringList.hxx"\
5511
5981
        "..\gui\Widget.hxx"\
5512
 
        
5513
 
NODEP_CPP_PROGR=\
5514
 
        "..\gui\Array.hxx"\
5515
 
        ".\port\bspf.hxx"\
5516
 
        ".\port\EventHandler.hxx"\
5517
 
        ".\port\missing.h"\
5518
 
        ".\port\pspstdint.h"\
 
5982
        ".\missing.h"\
5519
5983
        ".\sdl\begin_code.h"\
5520
5984
        ".\sdl\close_code.h"\
5521
5985
        ".\sdl\SDL.h"\
5534
5998
        ".\sdl\SDL_mutex.h"\
5535
5999
        ".\sdl\SDL_quit.h"\
5536
6000
        ".\sdl\SDL_rwops.h"\
5537
 
        ".\sdl\SDL_syswm.h"\
5538
6001
        ".\sdl\SDL_timer.h"\
5539
6002
        ".\sdl\SDL_types.h"\
5540
6003
        ".\sdl\SDL_version.h"\
5541
6004
        ".\sdl\SDL_video.h"\
5542
6005
        
 
6006
NODEP_CPP_PROGR=\
 
6007
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6008
        
5543
6009
 
5544
6010
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
5545
6011
 
5546
6012
DEP_CPP_PROGR=\
 
6013
        "..\common\Array.hxx"\
5547
6014
        "..\emucore\Cart.hxx"\
5548
6015
        "..\emucore\Console.hxx"\
5549
6016
        "..\emucore\Control.hxx"\
5556
6023
        "..\emucore\MediaSrc.hxx"\
5557
6024
        "..\emucore\OSystem.hxx"\
5558
6025
        "..\emucore\Props.hxx"\
 
6026
        "..\emucore\Serializer.hxx"\
5559
6027
        "..\emucore\Settings.hxx"\
5560
6028
        "..\emucore\Sound.hxx"\
5561
6029
        "..\emucore\TIA.hxx"\
5571
6039
        "..\gui\StringList.hxx"\
5572
6040
        "..\gui\Widget.hxx"\
5573
6041
        ".\missing.h"\
5574
 
        
5575
 
NODEP_CPP_PROGR=\
5576
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5577
 
        "..\gui\Array.hxx"\
5578
6042
        ".\sdl\begin_code.h"\
5579
6043
        ".\sdl\close_code.h"\
5580
6044
        ".\sdl\SDL.h"\
5593
6057
        ".\sdl\SDL_mutex.h"\
5594
6058
        ".\sdl\SDL_quit.h"\
5595
6059
        ".\sdl\SDL_rwops.h"\
5596
 
        ".\sdl\SDL_syswm.h"\
5597
6060
        ".\sdl\SDL_timer.h"\
5598
6061
        ".\sdl\SDL_types.h"\
5599
6062
        ".\sdl\SDL_version.h"\
5600
6063
        ".\sdl\SDL_video.h"\
5601
6064
        
 
6065
NODEP_CPP_PROGR=\
 
6066
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6067
        
5602
6068
 
5603
6069
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
5604
6070
 
5632
6098
        "..\gui\StringList.hxx"\
5633
6099
        "..\gui\Widget.hxx"\
5634
6100
        ".\missing.h"\
 
6101
        ".\sdl\begin_code.h"\
 
6102
        ".\sdl\close_code.h"\
 
6103
        ".\sdl\SDL.h"\
 
6104
        ".\sdl\SDL_active.h"\
 
6105
        ".\sdl\SDL_audio.h"\
 
6106
        ".\sdl\SDL_byteorder.h"\
 
6107
        ".\sdl\SDL_cdrom.h"\
 
6108
        ".\sdl\SDL_error.h"\
 
6109
        ".\sdl\SDL_events.h"\
 
6110
        ".\sdl\SDL_getenv.h"\
 
6111
        ".\sdl\SDL_joystick.h"\
 
6112
        ".\sdl\SDL_keyboard.h"\
 
6113
        ".\sdl\SDL_keysym.h"\
 
6114
        ".\sdl\SDL_main.h"\
 
6115
        ".\sdl\SDL_mouse.h"\
 
6116
        ".\sdl\SDL_mutex.h"\
 
6117
        ".\sdl\SDL_quit.h"\
 
6118
        ".\sdl\SDL_rwops.h"\
 
6119
        ".\sdl\SDL_timer.h"\
 
6120
        ".\sdl\SDL_types.h"\
 
6121
        ".\sdl\SDL_version.h"\
 
6122
        ".\sdl\SDL_video.h"\
5635
6123
        
5636
6124
NODEP_CPP_PROGR=\
5637
6125
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5655
6143
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
5656
6144
 
5657
6145
DEP_CPP_SCROL=\
 
6146
        "..\common\Array.hxx"\
5658
6147
        "..\emucore\Cart.hxx"\
5659
6148
        "..\emucore\Console.hxx"\
5660
6149
        "..\emucore\Control.hxx"\
5681
6170
        "..\gui\StringList.hxx"\
5682
6171
        "..\gui\Widget.hxx"\
5683
6172
        ".\missing.h"\
5684
 
        
5685
 
NODEP_CPP_SCROL=\
5686
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5687
6173
        ".\sdl\begin_code.h"\
5688
6174
        ".\sdl\close_code.h"\
5689
6175
        ".\sdl\SDL.h"\
5702
6188
        ".\sdl\SDL_mutex.h"\
5703
6189
        ".\sdl\SDL_quit.h"\
5704
6190
        ".\sdl\SDL_rwops.h"\
5705
 
        ".\sdl\SDL_syswm.h"\
5706
6191
        ".\sdl\SDL_timer.h"\
5707
6192
        ".\sdl\SDL_types.h"\
5708
6193
        ".\sdl\SDL_version.h"\
5709
6194
        ".\sdl\SDL_video.h"\
5710
6195
        
 
6196
NODEP_CPP_SCROL=\
 
6197
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6198
        
5711
6199
 
5712
6200
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
5713
6201
 
5714
6202
DEP_CPP_SCROL=\
 
6203
        "..\common\Array.hxx"\
5715
6204
        "..\emucore\Cart.hxx"\
5716
6205
        "..\emucore\Console.hxx"\
5717
6206
        "..\emucore\Control.hxx"\
5718
6207
        "..\emucore\Event.hxx"\
5719
6208
        "..\emucore\EventHandler.hxx"\
5720
6209
        "..\emucore\FrameBuffer.hxx"\
 
6210
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
5721
6211
        "..\emucore\m6502\src\Device.hxx"\
5722
6212
        "..\emucore\M6532.hxx"\
5723
6213
        "..\emucore\MediaSrc.hxx"\
5724
6214
        "..\emucore\OSystem.hxx"\
5725
6215
        "..\emucore\Props.hxx"\
 
6216
        "..\emucore\Serializer.hxx"\
5726
6217
        "..\emucore\Settings.hxx"\
5727
6218
        "..\emucore\Sound.hxx"\
5728
6219
        "..\emucore\TIA.hxx"\
5735
6226
        "..\gui\ScrollBarWidget.hxx"\
5736
6227
        "..\gui\StringList.hxx"\
5737
6228
        "..\gui\Widget.hxx"\
5738
 
        
5739
 
NODEP_CPP_SCROL=\
5740
 
        "..\gui\Array.hxx"\
5741
 
        ".\port\bspf.hxx"\
5742
 
        ".\port\missing.h"\
5743
 
        ".\port\pspstdint.h"\
 
6229
        ".\missing.h"\
5744
6230
        ".\sdl\begin_code.h"\
5745
6231
        ".\sdl\close_code.h"\
5746
6232
        ".\sdl\SDL.h"\
5759
6245
        ".\sdl\SDL_mutex.h"\
5760
6246
        ".\sdl\SDL_quit.h"\
5761
6247
        ".\sdl\SDL_rwops.h"\
5762
 
        ".\sdl\SDL_syswm.h"\
5763
6248
        ".\sdl\SDL_timer.h"\
5764
6249
        ".\sdl\SDL_types.h"\
5765
6250
        ".\sdl\SDL_version.h"\
5766
6251
        ".\sdl\SDL_video.h"\
5767
6252
        
 
6253
NODEP_CPP_SCROL=\
 
6254
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6255
        
5768
6256
 
5769
6257
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
5770
6258
 
5771
6259
DEP_CPP_SCROL=\
 
6260
        "..\common\Array.hxx"\
5772
6261
        "..\emucore\Cart.hxx"\
5773
6262
        "..\emucore\Console.hxx"\
5774
6263
        "..\emucore\Control.hxx"\
5781
6270
        "..\emucore\MediaSrc.hxx"\
5782
6271
        "..\emucore\OSystem.hxx"\
5783
6272
        "..\emucore\Props.hxx"\
 
6273
        "..\emucore\Serializer.hxx"\
5784
6274
        "..\emucore\Settings.hxx"\
5785
6275
        "..\emucore\Sound.hxx"\
5786
6276
        "..\emucore\TIA.hxx"\
5794
6284
        "..\gui\StringList.hxx"\
5795
6285
        "..\gui\Widget.hxx"\
5796
6286
        ".\missing.h"\
5797
 
        
5798
 
NODEP_CPP_SCROL=\
5799
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5800
 
        "..\gui\Array.hxx"\
5801
6287
        ".\sdl\begin_code.h"\
5802
6288
        ".\sdl\close_code.h"\
5803
6289
        ".\sdl\SDL.h"\
5816
6302
        ".\sdl\SDL_mutex.h"\
5817
6303
        ".\sdl\SDL_quit.h"\
5818
6304
        ".\sdl\SDL_rwops.h"\
5819
 
        ".\sdl\SDL_syswm.h"\
5820
6305
        ".\sdl\SDL_timer.h"\
5821
6306
        ".\sdl\SDL_types.h"\
5822
6307
        ".\sdl\SDL_version.h"\
5823
6308
        ".\sdl\SDL_video.h"\
5824
6309
        
 
6310
NODEP_CPP_SCROL=\
 
6311
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6312
        
5825
6313
 
5826
6314
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
5827
6315
 
5853
6341
        "..\gui\StringList.hxx"\
5854
6342
        "..\gui\Widget.hxx"\
5855
6343
        ".\missing.h"\
 
6344
        ".\sdl\begin_code.h"\
 
6345
        ".\sdl\close_code.h"\
 
6346
        ".\sdl\SDL.h"\
 
6347
        ".\sdl\SDL_active.h"\
 
6348
        ".\sdl\SDL_audio.h"\
 
6349
        ".\sdl\SDL_byteorder.h"\
 
6350
        ".\sdl\SDL_cdrom.h"\
 
6351
        ".\sdl\SDL_error.h"\
 
6352
        ".\sdl\SDL_events.h"\
 
6353
        ".\sdl\SDL_getenv.h"\
 
6354
        ".\sdl\SDL_joystick.h"\
 
6355
        ".\sdl\SDL_keyboard.h"\
 
6356
        ".\sdl\SDL_keysym.h"\
 
6357
        ".\sdl\SDL_main.h"\
 
6358
        ".\sdl\SDL_mouse.h"\
 
6359
        ".\sdl\SDL_mutex.h"\
 
6360
        ".\sdl\SDL_quit.h"\
 
6361
        ".\sdl\SDL_rwops.h"\
 
6362
        ".\sdl\SDL_timer.h"\
 
6363
        ".\sdl\SDL_types.h"\
 
6364
        ".\sdl\SDL_version.h"\
 
6365
        ".\sdl\SDL_video.h"\
5856
6366
        
5857
6367
NODEP_CPP_SCROL=\
5858
6368
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5884
6394
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
5885
6395
 
5886
6396
DEP_CPP_STRIN=\
 
6397
        "..\common\Array.hxx"\
5887
6398
        "..\emucore\Cart.hxx"\
5888
6399
        "..\emucore\Console.hxx"\
5889
6400
        "..\emucore\Control.hxx"\
5912
6423
        "..\gui\StringListWidget.hxx"\
5913
6424
        "..\gui\Widget.hxx"\
5914
6425
        ".\missing.h"\
5915
 
        
5916
 
NODEP_CPP_STRIN=\
5917
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
5918
6426
        ".\sdl\begin_code.h"\
5919
6427
        ".\sdl\close_code.h"\
5920
6428
        ".\sdl\SDL.h"\
5933
6441
        ".\sdl\SDL_mutex.h"\
5934
6442
        ".\sdl\SDL_quit.h"\
5935
6443
        ".\sdl\SDL_rwops.h"\
5936
 
        ".\sdl\SDL_syswm.h"\
5937
6444
        ".\sdl\SDL_timer.h"\
5938
6445
        ".\sdl\SDL_types.h"\
5939
6446
        ".\sdl\SDL_version.h"\
5940
6447
        ".\sdl\SDL_video.h"\
5941
6448
        
 
6449
NODEP_CPP_STRIN=\
 
6450
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6451
        
5942
6452
 
5943
6453
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
5944
6454
 
5945
6455
DEP_CPP_STRIN=\
 
6456
        "..\common\Array.hxx"\
5946
6457
        "..\emucore\Cart.hxx"\
5947
6458
        "..\emucore\Console.hxx"\
5948
6459
        "..\emucore\Control.hxx"\
5949
6460
        "..\emucore\Event.hxx"\
5950
6461
        "..\emucore\EventHandler.hxx"\
5951
6462
        "..\emucore\FrameBuffer.hxx"\
 
6463
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
5952
6464
        "..\emucore\m6502\src\Device.hxx"\
5953
6465
        "..\emucore\M6532.hxx"\
5954
6466
        "..\emucore\MediaSrc.hxx"\
5955
6467
        "..\emucore\OSystem.hxx"\
5956
6468
        "..\emucore\Props.hxx"\
 
6469
        "..\emucore\Serializer.hxx"\
5957
6470
        "..\emucore\Settings.hxx"\
5958
6471
        "..\emucore\Sound.hxx"\
5959
6472
        "..\emucore\TIA.hxx"\
5968
6481
        "..\gui\StringList.hxx"\
5969
6482
        "..\gui\StringListWidget.hxx"\
5970
6483
        "..\gui\Widget.hxx"\
5971
 
        
5972
 
NODEP_CPP_STRIN=\
5973
 
        "..\gui\Array.hxx"\
5974
 
        ".\port\bspf.hxx"\
5975
 
        ".\port\missing.h"\
5976
 
        ".\port\pspstdint.h"\
 
6484
        ".\missing.h"\
5977
6485
        ".\sdl\begin_code.h"\
5978
6486
        ".\sdl\close_code.h"\
5979
6487
        ".\sdl\SDL.h"\
5992
6500
        ".\sdl\SDL_mutex.h"\
5993
6501
        ".\sdl\SDL_quit.h"\
5994
6502
        ".\sdl\SDL_rwops.h"\
5995
 
        ".\sdl\SDL_syswm.h"\
5996
6503
        ".\sdl\SDL_timer.h"\
5997
6504
        ".\sdl\SDL_types.h"\
5998
6505
        ".\sdl\SDL_version.h"\
5999
6506
        ".\sdl\SDL_video.h"\
6000
6507
        
 
6508
NODEP_CPP_STRIN=\
 
6509
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6510
        
6001
6511
 
6002
6512
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
6003
6513
 
6004
6514
DEP_CPP_STRIN=\
 
6515
        "..\common\Array.hxx"\
6005
6516
        "..\emucore\Cart.hxx"\
6006
6517
        "..\emucore\Console.hxx"\
6007
6518
        "..\emucore\Control.hxx"\
6014
6525
        "..\emucore\MediaSrc.hxx"\
6015
6526
        "..\emucore\OSystem.hxx"\
6016
6527
        "..\emucore\Props.hxx"\
 
6528
        "..\emucore\Serializer.hxx"\
6017
6529
        "..\emucore\Settings.hxx"\
6018
6530
        "..\emucore\Sound.hxx"\
6019
6531
        "..\emucore\TIA.hxx"\
6029
6541
        "..\gui\StringListWidget.hxx"\
6030
6542
        "..\gui\Widget.hxx"\
6031
6543
        ".\missing.h"\
6032
 
        
6033
 
NODEP_CPP_STRIN=\
6034
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6035
 
        "..\gui\Array.hxx"\
6036
6544
        ".\sdl\begin_code.h"\
6037
6545
        ".\sdl\close_code.h"\
6038
6546
        ".\sdl\SDL.h"\
6051
6559
        ".\sdl\SDL_mutex.h"\
6052
6560
        ".\sdl\SDL_quit.h"\
6053
6561
        ".\sdl\SDL_rwops.h"\
6054
 
        ".\sdl\SDL_syswm.h"\
6055
6562
        ".\sdl\SDL_timer.h"\
6056
6563
        ".\sdl\SDL_types.h"\
6057
6564
        ".\sdl\SDL_version.h"\
6058
6565
        ".\sdl\SDL_video.h"\
6059
6566
        
 
6567
NODEP_CPP_STRIN=\
 
6568
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6569
        
6060
6570
 
6061
6571
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
6062
6572
 
6090
6600
        "..\gui\StringListWidget.hxx"\
6091
6601
        "..\gui\Widget.hxx"\
6092
6602
        ".\missing.h"\
 
6603
        ".\sdl\begin_code.h"\
 
6604
        ".\sdl\close_code.h"\
 
6605
        ".\sdl\SDL.h"\
 
6606
        ".\sdl\SDL_active.h"\
 
6607
        ".\sdl\SDL_audio.h"\
 
6608
        ".\sdl\SDL_byteorder.h"\
 
6609
        ".\sdl\SDL_cdrom.h"\
 
6610
        ".\sdl\SDL_error.h"\
 
6611
        ".\sdl\SDL_events.h"\
 
6612
        ".\sdl\SDL_getenv.h"\
 
6613
        ".\sdl\SDL_joystick.h"\
 
6614
        ".\sdl\SDL_keyboard.h"\
 
6615
        ".\sdl\SDL_keysym.h"\
 
6616
        ".\sdl\SDL_main.h"\
 
6617
        ".\sdl\SDL_mouse.h"\
 
6618
        ".\sdl\SDL_mutex.h"\
 
6619
        ".\sdl\SDL_quit.h"\
 
6620
        ".\sdl\SDL_rwops.h"\
 
6621
        ".\sdl\SDL_timer.h"\
 
6622
        ".\sdl\SDL_types.h"\
 
6623
        ".\sdl\SDL_version.h"\
 
6624
        ".\sdl\SDL_video.h"\
6093
6625
        
6094
6626
NODEP_CPP_STRIN=\
6095
6627
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6109
6641
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
6110
6642
 
6111
6643
DEP_CPP_TABWI=\
 
6644
        "..\common\Array.hxx"\
6112
6645
        "..\emucore\Cart.hxx"\
6113
6646
        "..\emucore\Console.hxx"\
6114
6647
        "..\emucore\Control.hxx"\
6135
6668
        "..\gui\TabWidget.hxx"\
6136
6669
        "..\gui\Widget.hxx"\
6137
6670
        ".\missing.h"\
6138
 
        
6139
 
NODEP_CPP_TABWI=\
6140
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6141
6671
        ".\sdl\begin_code.h"\
6142
6672
        ".\sdl\close_code.h"\
6143
6673
        ".\sdl\SDL.h"\
6156
6686
        ".\sdl\SDL_mutex.h"\
6157
6687
        ".\sdl\SDL_quit.h"\
6158
6688
        ".\sdl\SDL_rwops.h"\
6159
 
        ".\sdl\SDL_syswm.h"\
6160
6689
        ".\sdl\SDL_timer.h"\
6161
6690
        ".\sdl\SDL_types.h"\
6162
6691
        ".\sdl\SDL_version.h"\
6163
6692
        ".\sdl\SDL_video.h"\
6164
6693
        
 
6694
NODEP_CPP_TABWI=\
 
6695
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6696
        
6165
6697
 
6166
6698
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
6167
6699
 
6168
6700
DEP_CPP_TABWI=\
 
6701
        "..\common\Array.hxx"\
6169
6702
        "..\emucore\Cart.hxx"\
6170
6703
        "..\emucore\Console.hxx"\
6171
6704
        "..\emucore\Control.hxx"\
6172
6705
        "..\emucore\Event.hxx"\
6173
6706
        "..\emucore\EventHandler.hxx"\
6174
6707
        "..\emucore\FrameBuffer.hxx"\
 
6708
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
6175
6709
        "..\emucore\m6502\src\Device.hxx"\
6176
6710
        "..\emucore\M6532.hxx"\
6177
6711
        "..\emucore\MediaSrc.hxx"\
6178
6712
        "..\emucore\OSystem.hxx"\
6179
6713
        "..\emucore\Props.hxx"\
 
6714
        "..\emucore\Serializer.hxx"\
6180
6715
        "..\emucore\Settings.hxx"\
6181
6716
        "..\emucore\Sound.hxx"\
6182
6717
        "..\emucore\TIA.hxx"\
6189
6724
        "..\gui\StringList.hxx"\
6190
6725
        "..\gui\TabWidget.hxx"\
6191
6726
        "..\gui\Widget.hxx"\
6192
 
        
6193
 
NODEP_CPP_TABWI=\
6194
 
        "..\gui\Array.hxx"\
6195
 
        ".\port\bspf.hxx"\
6196
 
        ".\port\missing.h"\
6197
 
        ".\port\pspstdint.h"\
 
6727
        ".\missing.h"\
6198
6728
        ".\sdl\begin_code.h"\
6199
6729
        ".\sdl\close_code.h"\
6200
6730
        ".\sdl\SDL.h"\
6213
6743
        ".\sdl\SDL_mutex.h"\
6214
6744
        ".\sdl\SDL_quit.h"\
6215
6745
        ".\sdl\SDL_rwops.h"\
6216
 
        ".\sdl\SDL_syswm.h"\
6217
6746
        ".\sdl\SDL_timer.h"\
6218
6747
        ".\sdl\SDL_types.h"\
6219
6748
        ".\sdl\SDL_version.h"\
6220
6749
        ".\sdl\SDL_video.h"\
6221
6750
        
 
6751
NODEP_CPP_TABWI=\
 
6752
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6753
        
6222
6754
 
6223
6755
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
6224
6756
 
6225
6757
DEP_CPP_TABWI=\
 
6758
        "..\common\Array.hxx"\
6226
6759
        "..\emucore\Cart.hxx"\
6227
6760
        "..\emucore\Console.hxx"\
6228
6761
        "..\emucore\Control.hxx"\
6235
6768
        "..\emucore\MediaSrc.hxx"\
6236
6769
        "..\emucore\OSystem.hxx"\
6237
6770
        "..\emucore\Props.hxx"\
 
6771
        "..\emucore\Serializer.hxx"\
6238
6772
        "..\emucore\Settings.hxx"\
6239
6773
        "..\emucore\Sound.hxx"\
6240
6774
        "..\emucore\TIA.hxx"\
6248
6782
        "..\gui\TabWidget.hxx"\
6249
6783
        "..\gui\Widget.hxx"\
6250
6784
        ".\missing.h"\
6251
 
        
6252
 
NODEP_CPP_TABWI=\
6253
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6254
 
        "..\gui\Array.hxx"\
6255
6785
        ".\sdl\begin_code.h"\
6256
6786
        ".\sdl\close_code.h"\
6257
6787
        ".\sdl\SDL.h"\
6270
6800
        ".\sdl\SDL_mutex.h"\
6271
6801
        ".\sdl\SDL_quit.h"\
6272
6802
        ".\sdl\SDL_rwops.h"\
6273
 
        ".\sdl\SDL_syswm.h"\
6274
6803
        ".\sdl\SDL_timer.h"\
6275
6804
        ".\sdl\SDL_types.h"\
6276
6805
        ".\sdl\SDL_version.h"\
6277
6806
        ".\sdl\SDL_video.h"\
6278
6807
        
 
6808
NODEP_CPP_TABWI=\
 
6809
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6810
        
6279
6811
 
6280
6812
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
6281
6813
 
6307
6839
        "..\gui\TabWidget.hxx"\
6308
6840
        "..\gui\Widget.hxx"\
6309
6841
        ".\missing.h"\
 
6842
        ".\sdl\begin_code.h"\
 
6843
        ".\sdl\close_code.h"\
 
6844
        ".\sdl\SDL.h"\
 
6845
        ".\sdl\SDL_active.h"\
 
6846
        ".\sdl\SDL_audio.h"\
 
6847
        ".\sdl\SDL_byteorder.h"\
 
6848
        ".\sdl\SDL_cdrom.h"\
 
6849
        ".\sdl\SDL_error.h"\
 
6850
        ".\sdl\SDL_events.h"\
 
6851
        ".\sdl\SDL_getenv.h"\
 
6852
        ".\sdl\SDL_joystick.h"\
 
6853
        ".\sdl\SDL_keyboard.h"\
 
6854
        ".\sdl\SDL_keysym.h"\
 
6855
        ".\sdl\SDL_main.h"\
 
6856
        ".\sdl\SDL_mouse.h"\
 
6857
        ".\sdl\SDL_mutex.h"\
 
6858
        ".\sdl\SDL_quit.h"\
 
6859
        ".\sdl\SDL_rwops.h"\
 
6860
        ".\sdl\SDL_timer.h"\
 
6861
        ".\sdl\SDL_types.h"\
 
6862
        ".\sdl\SDL_version.h"\
 
6863
        ".\sdl\SDL_video.h"\
6310
6864
        
6311
6865
NODEP_CPP_TABWI=\
6312
6866
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6330
6884
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
6331
6885
 
6332
6886
DEP_CPP_VIDEO=\
 
6887
        "..\common\Array.hxx"\
6333
6888
        "..\emucore\Cart.hxx"\
6334
6889
        "..\emucore\Console.hxx"\
6335
6890
        "..\emucore\Control.hxx"\
6360
6915
        "..\gui\VideoDialog.hxx"\
6361
6916
        "..\gui\Widget.hxx"\
6362
6917
        ".\missing.h"\
6363
 
        
6364
 
NODEP_CPP_VIDEO=\
6365
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6366
6918
        ".\sdl\begin_code.h"\
6367
6919
        ".\sdl\close_code.h"\
6368
6920
        ".\sdl\SDL.h"\
6381
6933
        ".\sdl\SDL_mutex.h"\
6382
6934
        ".\sdl\SDL_quit.h"\
6383
6935
        ".\sdl\SDL_rwops.h"\
6384
 
        ".\sdl\SDL_syswm.h"\
6385
6936
        ".\sdl\SDL_timer.h"\
6386
6937
        ".\sdl\SDL_types.h"\
6387
6938
        ".\sdl\SDL_version.h"\
6388
6939
        ".\sdl\SDL_video.h"\
6389
6940
        
 
6941
NODEP_CPP_VIDEO=\
 
6942
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
6943
        
6390
6944
 
6391
6945
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
6392
6946
 
6393
6947
DEP_CPP_VIDEO=\
 
6948
        "..\common\Array.hxx"\
6394
6949
        "..\emucore\Cart.hxx"\
6395
6950
        "..\emucore\Console.hxx"\
6396
6951
        "..\emucore\Control.hxx"\
6397
6952
        "..\emucore\Event.hxx"\
6398
6953
        "..\emucore\EventHandler.hxx"\
6399
6954
        "..\emucore\FrameBuffer.hxx"\
 
6955
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
6400
6956
        "..\emucore\m6502\src\Device.hxx"\
6401
6957
        "..\emucore\M6532.hxx"\
6402
6958
        "..\emucore\MediaSrc.hxx"\
6403
6959
        "..\emucore\OSystem.hxx"\
6404
6960
        "..\emucore\Props.hxx"\
 
6961
        "..\emucore\Serializer.hxx"\
6405
6962
        "..\emucore\Settings.hxx"\
6406
6963
        "..\emucore\Sound.hxx"\
6407
6964
        "..\emucore\TIA.hxx"\
6418
6975
        "..\gui\StringList.hxx"\
6419
6976
        "..\gui\VideoDialog.hxx"\
6420
6977
        "..\gui\Widget.hxx"\
6421
 
        
6422
 
NODEP_CPP_VIDEO=\
6423
 
        "..\gui\Array.hxx"\
6424
 
        ".\port\bspf.hxx"\
6425
 
        ".\port\EventHandler.hxx"\
6426
 
        ".\port\missing.h"\
6427
 
        ".\port\pspstdint.h"\
 
6978
        ".\missing.h"\
6428
6979
        ".\sdl\begin_code.h"\
6429
6980
        ".\sdl\close_code.h"\
6430
6981
        ".\sdl\SDL.h"\
6443
6994
        ".\sdl\SDL_mutex.h"\
6444
6995
        ".\sdl\SDL_quit.h"\
6445
6996
        ".\sdl\SDL_rwops.h"\
6446
 
        ".\sdl\SDL_syswm.h"\
6447
6997
        ".\sdl\SDL_timer.h"\
6448
6998
        ".\sdl\SDL_types.h"\
6449
6999
        ".\sdl\SDL_version.h"\
6450
7000
        ".\sdl\SDL_video.h"\
6451
7001
        
 
7002
NODEP_CPP_VIDEO=\
 
7003
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
7004
        
6452
7005
 
6453
7006
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
6454
7007
 
6455
7008
DEP_CPP_VIDEO=\
 
7009
        "..\common\Array.hxx"\
6456
7010
        "..\emucore\Cart.hxx"\
6457
7011
        "..\emucore\Console.hxx"\
6458
7012
        "..\emucore\Control.hxx"\
6465
7019
        "..\emucore\MediaSrc.hxx"\
6466
7020
        "..\emucore\OSystem.hxx"\
6467
7021
        "..\emucore\Props.hxx"\
 
7022
        "..\emucore\Serializer.hxx"\
6468
7023
        "..\emucore\Settings.hxx"\
6469
7024
        "..\emucore\Sound.hxx"\
6470
7025
        "..\emucore\TIA.hxx"\
6482
7037
        "..\gui\VideoDialog.hxx"\
6483
7038
        "..\gui\Widget.hxx"\
6484
7039
        ".\missing.h"\
6485
 
        
6486
 
NODEP_CPP_VIDEO=\
6487
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6488
 
        "..\gui\Array.hxx"\
6489
7040
        ".\sdl\begin_code.h"\
6490
7041
        ".\sdl\close_code.h"\
6491
7042
        ".\sdl\SDL.h"\
6504
7055
        ".\sdl\SDL_mutex.h"\
6505
7056
        ".\sdl\SDL_quit.h"\
6506
7057
        ".\sdl\SDL_rwops.h"\
6507
 
        ".\sdl\SDL_syswm.h"\
6508
7058
        ".\sdl\SDL_timer.h"\
6509
7059
        ".\sdl\SDL_types.h"\
6510
7060
        ".\sdl\SDL_version.h"\
6511
7061
        ".\sdl\SDL_video.h"\
6512
7062
        
 
7063
NODEP_CPP_VIDEO=\
 
7064
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
7065
        
6513
7066
 
6514
7067
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
6515
7068
 
6545
7098
        "..\gui\VideoDialog.hxx"\
6546
7099
        "..\gui\Widget.hxx"\
6547
7100
        ".\missing.h"\
 
7101
        ".\sdl\begin_code.h"\
 
7102
        ".\sdl\close_code.h"\
 
7103
        ".\sdl\SDL.h"\
 
7104
        ".\sdl\SDL_active.h"\
 
7105
        ".\sdl\SDL_audio.h"\
 
7106
        ".\sdl\SDL_byteorder.h"\
 
7107
        ".\sdl\SDL_cdrom.h"\
 
7108
        ".\sdl\SDL_error.h"\
 
7109
        ".\sdl\SDL_events.h"\
 
7110
        ".\sdl\SDL_getenv.h"\
 
7111
        ".\sdl\SDL_joystick.h"\
 
7112
        ".\sdl\SDL_keyboard.h"\
 
7113
        ".\sdl\SDL_keysym.h"\
 
7114
        ".\sdl\SDL_main.h"\
 
7115
        ".\sdl\SDL_mouse.h"\
 
7116
        ".\sdl\SDL_mutex.h"\
 
7117
        ".\sdl\SDL_quit.h"\
 
7118
        ".\sdl\SDL_rwops.h"\
 
7119
        ".\sdl\SDL_timer.h"\
 
7120
        ".\sdl\SDL_types.h"\
 
7121
        ".\sdl\SDL_version.h"\
 
7122
        ".\sdl\SDL_video.h"\
6548
7123
        
6549
7124
NODEP_CPP_VIDEO=\
6550
7125
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6564
7139
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
6565
7140
 
6566
7141
DEP_CPP_WIDGE=\
 
7142
        "..\common\Array.hxx"\
6567
7143
        "..\emucore\Cart.hxx"\
6568
7144
        "..\emucore\Console.hxx"\
6569
7145
        "..\emucore\Control.hxx"\
6582
7158
        "..\emucore\TIA.hxx"\
6583
7159
        "..\gui\Command.hxx"\
6584
7160
        "..\gui\Dialog.hxx"\
 
7161
        "..\gui\DialogContainer.hxx"\
6585
7162
        "..\gui\EditableWidget.hxx"\
6586
7163
        "..\gui\Font.hxx"\
6587
7164
        "..\gui\GuiObject.hxx"\
6588
7165
        "..\gui\GuiUtils.hxx"\
6589
7166
        "..\gui\Rect.hxx"\
 
7167
        "..\gui\Stack.hxx"\
6590
7168
        "..\gui\StringList.hxx"\
6591
7169
        "..\gui\Widget.hxx"\
6592
7170
        ".\missing.h"\
6593
 
        
6594
 
NODEP_CPP_WIDGE=\
6595
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6596
7171
        ".\sdl\begin_code.h"\
6597
7172
        ".\sdl\close_code.h"\
6598
7173
        ".\sdl\SDL.h"\
6611
7186
        ".\sdl\SDL_mutex.h"\
6612
7187
        ".\sdl\SDL_quit.h"\
6613
7188
        ".\sdl\SDL_rwops.h"\
6614
 
        ".\sdl\SDL_syswm.h"\
6615
7189
        ".\sdl\SDL_timer.h"\
6616
7190
        ".\sdl\SDL_types.h"\
6617
7191
        ".\sdl\SDL_version.h"\
6618
7192
        ".\sdl\SDL_video.h"\
6619
7193
        
 
7194
NODEP_CPP_WIDGE=\
 
7195
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
7196
        
6620
7197
 
6621
7198
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
6622
7199
 
6623
7200
DEP_CPP_WIDGE=\
 
7201
        "..\common\Array.hxx"\
6624
7202
        "..\emucore\Cart.hxx"\
6625
7203
        "..\emucore\Console.hxx"\
6626
7204
        "..\emucore\Control.hxx"\
6627
7205
        "..\emucore\Event.hxx"\
6628
7206
        "..\emucore\EventHandler.hxx"\
6629
7207
        "..\emucore\FrameBuffer.hxx"\
 
7208
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
6630
7209
        "..\emucore\m6502\src\Device.hxx"\
6631
7210
        "..\emucore\M6532.hxx"\
6632
7211
        "..\emucore\MediaSrc.hxx"\
6633
7212
        "..\emucore\OSystem.hxx"\
6634
7213
        "..\emucore\Props.hxx"\
 
7214
        "..\emucore\Serializer.hxx"\
6635
7215
        "..\emucore\Settings.hxx"\
6636
7216
        "..\emucore\Sound.hxx"\
6637
7217
        "..\emucore\TIA.hxx"\
6638
7218
        "..\gui\Command.hxx"\
6639
7219
        "..\gui\Dialog.hxx"\
 
7220
        "..\gui\DialogContainer.hxx"\
 
7221
        "..\gui\EditableWidget.hxx"\
6640
7222
        "..\gui\Font.hxx"\
6641
7223
        "..\gui\GuiObject.hxx"\
6642
7224
        "..\gui\GuiUtils.hxx"\
6643
7225
        "..\gui\Rect.hxx"\
 
7226
        "..\gui\Stack.hxx"\
6644
7227
        "..\gui\StringList.hxx"\
6645
7228
        "..\gui\Widget.hxx"\
6646
 
        
6647
 
NODEP_CPP_WIDGE=\
6648
 
        "..\gui\Array.hxx"\
6649
 
        ".\port\bspf.hxx"\
6650
 
        ".\port\missing.h"\
6651
 
        ".\port\pspstdint.h"\
 
7229
        ".\missing.h"\
6652
7230
        ".\sdl\begin_code.h"\
6653
7231
        ".\sdl\close_code.h"\
6654
7232
        ".\sdl\SDL.h"\
6667
7245
        ".\sdl\SDL_mutex.h"\
6668
7246
        ".\sdl\SDL_quit.h"\
6669
7247
        ".\sdl\SDL_rwops.h"\
6670
 
        ".\sdl\SDL_syswm.h"\
6671
7248
        ".\sdl\SDL_timer.h"\
6672
7249
        ".\sdl\SDL_types.h"\
6673
7250
        ".\sdl\SDL_version.h"\
6674
7251
        ".\sdl\SDL_video.h"\
6675
7252
        
 
7253
NODEP_CPP_WIDGE=\
 
7254
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
7255
        
6676
7256
 
6677
7257
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
6678
7258
 
6679
7259
DEP_CPP_WIDGE=\
 
7260
        "..\common\Array.hxx"\
6680
7261
        "..\emucore\Cart.hxx"\
6681
7262
        "..\emucore\Console.hxx"\
6682
7263
        "..\emucore\Control.hxx"\
6689
7270
        "..\emucore\MediaSrc.hxx"\
6690
7271
        "..\emucore\OSystem.hxx"\
6691
7272
        "..\emucore\Props.hxx"\
 
7273
        "..\emucore\Serializer.hxx"\
6692
7274
        "..\emucore\Settings.hxx"\
6693
7275
        "..\emucore\Sound.hxx"\
6694
7276
        "..\emucore\TIA.hxx"\
6695
7277
        "..\gui\Command.hxx"\
6696
7278
        "..\gui\Dialog.hxx"\
 
7279
        "..\gui\DialogContainer.hxx"\
6697
7280
        "..\gui\EditableWidget.hxx"\
6698
7281
        "..\gui\Font.hxx"\
6699
7282
        "..\gui\GuiObject.hxx"\
6700
7283
        "..\gui\GuiUtils.hxx"\
6701
7284
        "..\gui\Rect.hxx"\
 
7285
        "..\gui\Stack.hxx"\
6702
7286
        "..\gui\StringList.hxx"\
6703
7287
        "..\gui\Widget.hxx"\
6704
7288
        ".\missing.h"\
6705
 
        
6706
 
NODEP_CPP_WIDGE=\
6707
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6708
 
        "..\gui\Array.hxx"\
6709
7289
        ".\sdl\begin_code.h"\
6710
7290
        ".\sdl\close_code.h"\
6711
7291
        ".\sdl\SDL.h"\
6724
7304
        ".\sdl\SDL_mutex.h"\
6725
7305
        ".\sdl\SDL_quit.h"\
6726
7306
        ".\sdl\SDL_rwops.h"\
6727
 
        ".\sdl\SDL_syswm.h"\
6728
7307
        ".\sdl\SDL_timer.h"\
6729
7308
        ".\sdl\SDL_types.h"\
6730
7309
        ".\sdl\SDL_version.h"\
6731
7310
        ".\sdl\SDL_video.h"\
6732
7311
        
 
7312
NODEP_CPP_WIDGE=\
 
7313
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
7314
        
6733
7315
 
6734
7316
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
6735
7317
 
6763
7345
        "..\gui\StringList.hxx"\
6764
7346
        "..\gui\Widget.hxx"\
6765
7347
        ".\missing.h"\
 
7348
        ".\sdl\begin_code.h"\
 
7349
        ".\sdl\close_code.h"\
 
7350
        ".\sdl\SDL.h"\
 
7351
        ".\sdl\SDL_active.h"\
 
7352
        ".\sdl\SDL_audio.h"\
 
7353
        ".\sdl\SDL_byteorder.h"\
 
7354
        ".\sdl\SDL_cdrom.h"\
 
7355
        ".\sdl\SDL_error.h"\
 
7356
        ".\sdl\SDL_events.h"\
 
7357
        ".\sdl\SDL_getenv.h"\
 
7358
        ".\sdl\SDL_joystick.h"\
 
7359
        ".\sdl\SDL_keyboard.h"\
 
7360
        ".\sdl\SDL_keysym.h"\
 
7361
        ".\sdl\SDL_main.h"\
 
7362
        ".\sdl\SDL_mouse.h"\
 
7363
        ".\sdl\SDL_mutex.h"\
 
7364
        ".\sdl\SDL_quit.h"\
 
7365
        ".\sdl\SDL_rwops.h"\
 
7366
        ".\sdl\SDL_timer.h"\
 
7367
        ".\sdl\SDL_types.h"\
 
7368
        ".\sdl\SDL_version.h"\
 
7369
        ".\sdl\SDL_video.h"\
6766
7370
        
6767
7371
NODEP_CPP_WIDGE=\
6768
7372
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6801
7405
        "..\emucore\Event.hxx"\
6802
7406
        
6803
7407
NODEP_CPP_BOOST=\
6804
 
        ".\port\bspf.hxx"\
6805
 
        ".\port\missing.h"\
6806
 
        ".\port\pspstdint.h"\
 
7408
        "..\emucore\bspf.hxx"\
6807
7409
        
6808
7410
 
6809
7411
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
6899
7501
        "..\emucore\CartMB.hxx"\
6900
7502
        "..\emucore\CartMC.hxx"\
6901
7503
        "..\emucore\CartUA.hxx"\
 
7504
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
6902
7505
        "..\emucore\m6502\src\Device.hxx"\
6903
7506
        "..\emucore\m6502\src\NullDev.hxx"\
6904
7507
        "..\emucore\m6502\src\System.hxx"\
6905
7508
        "..\emucore\MD5.hxx"\
6906
7509
        "..\emucore\Props.hxx"\
 
7510
        ".\missing.h"\
6907
7511
        
6908
7512
NODEP_CPP_CART_=\
6909
 
        ".\port\bspf.hxx"\
6910
 
        ".\port\missing.h"\
6911
 
        ".\port\pspstdint.h"\
 
7513
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
6912
7514
        
6913
7515
 
6914
7516
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7019
7621
        "..\emucore\Serializer.hxx"\
7020
7622
        
7021
7623
NODEP_CPP_CART2=\
7022
 
        ".\port\bspf.hxx"\
7023
 
        ".\port\missing.h"\
7024
 
        ".\port\pspstdint.h"\
 
7624
        "..\emucore\bspf.hxx"\
 
7625
        "..\emucore\m6502\src\bspf.hxx"\
7025
7626
        
7026
7627
 
7027
7628
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7102
7703
        "..\emucore\TIA.hxx"\
7103
7704
        
7104
7705
NODEP_CPP_CART3=\
7105
 
        ".\port\bspf.hxx"\
7106
 
        ".\port\missing.h"\
7107
 
        ".\port\pspstdint.h"\
 
7706
        "..\emucore\bspf.hxx"\
 
7707
        "..\emucore\m6502\src\bspf.hxx"\
7108
7708
        
7109
7709
 
7110
7710
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7191
7791
        "..\emucore\TIA.hxx"\
7192
7792
        
7193
7793
NODEP_CPP_CART3F=\
7194
 
        ".\port\bspf.hxx"\
7195
 
        ".\port\missing.h"\
7196
 
        ".\port\pspstdint.h"\
 
7794
        "..\emucore\bspf.hxx"\
 
7795
        "..\emucore\m6502\src\bspf.hxx"\
7197
7796
        
7198
7797
 
7199
7798
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7272
7871
        "..\emucore\Serializer.hxx"\
7273
7872
        
7274
7873
NODEP_CPP_CART4=\
7275
 
        ".\port\bspf.hxx"\
7276
 
        ".\port\missing.h"\
7277
 
        ".\port\pspstdint.h"\
 
7874
        "..\emucore\bspf.hxx"\
 
7875
        "..\emucore\m6502\src\bspf.hxx"\
7278
7876
        
7279
7877
 
7280
7878
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7321
7919
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
7322
7920
 
7323
7921
DEP_CPP_CARTA=\
 
7922
        "..\common\Array.hxx"\
7324
7923
        "..\emucore\Cart.hxx"\
7325
7924
        "..\emucore\CartAR.hxx"\
7326
7925
        "..\emucore\Deserializer.hxx"\
7342
7941
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
7343
7942
 
7344
7943
DEP_CPP_CARTA=\
 
7944
        "..\common\Array.hxx"\
7345
7945
        "..\emucore\Cart.hxx"\
7346
7946
        "..\emucore\CartAR.hxx"\
7347
7947
        "..\emucore\Deserializer.hxx"\
7355
7955
        "..\gui\StringList.hxx"\
7356
7956
        
7357
7957
NODEP_CPP_CARTA=\
7358
 
        "..\gui\Array.hxx"\
7359
 
        ".\port\bspf.hxx"\
7360
 
        ".\port\missing.h"\
7361
 
        ".\port\pspstdint.h"\
 
7958
        "..\common\bspf.hxx"\
 
7959
        "..\emucore\bspf.hxx"\
 
7960
        "..\emucore\m6502\src\bspf.hxx"\
 
7961
        "..\gui\bspf.hxx"\
7362
7962
        
7363
7963
 
7364
7964
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7365
7965
 
7366
7966
DEP_CPP_CARTA=\
 
7967
        "..\common\Array.hxx"\
7367
7968
        "..\emucore\Cart.hxx"\
7368
7969
        "..\emucore\CartAR.hxx"\
7369
7970
        "..\emucore\Deserializer.hxx"\
7380
7981
        
7381
7982
NODEP_CPP_CARTA=\
7382
7983
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
7383
 
        "..\gui\Array.hxx"\
7384
7984
        
7385
7985
 
7386
7986
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
7443
8043
        "..\emucore\Serializer.hxx"\
7444
8044
        
7445
8045
NODEP_CPP_CARTC=\
7446
 
        ".\port\bspf.hxx"\
7447
 
        ".\port\missing.h"\
7448
 
        ".\port\pspstdint.h"\
 
8046
        "..\emucore\bspf.hxx"\
 
8047
        "..\emucore\m6502\src\bspf.hxx"\
7449
8048
        
7450
8049
 
7451
8050
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7520
8119
        "..\emucore\Serializer.hxx"\
7521
8120
        
7522
8121
NODEP_CPP_CARTD=\
7523
 
        ".\port\bspf.hxx"\
7524
 
        ".\port\missing.h"\
7525
 
        ".\port\pspstdint.h"\
 
8122
        "..\emucore\bspf.hxx"\
 
8123
        "..\emucore\m6502\src\bspf.hxx"\
7526
8124
        
7527
8125
 
7528
8126
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7595
8193
        "..\emucore\Serializer.hxx"\
7596
8194
        
7597
8195
NODEP_CPP_CARTE=\
7598
 
        ".\port\bspf.hxx"\
7599
 
        ".\port\missing.h"\
7600
 
        ".\port\pspstdint.h"\
 
8196
        "..\emucore\bspf.hxx"\
 
8197
        "..\emucore\m6502\src\bspf.hxx"\
7601
8198
        
7602
8199
 
7603
8200
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7672
8269
        "..\emucore\Serializer.hxx"\
7673
8270
        
7674
8271
NODEP_CPP_CARTE7=\
7675
 
        ".\port\bspf.hxx"\
7676
 
        ".\port\missing.h"\
7677
 
        ".\port\pspstdint.h"\
 
8272
        "..\emucore\bspf.hxx"\
 
8273
        "..\emucore\m6502\src\bspf.hxx"\
7678
8274
        
7679
8275
 
7680
8276
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7751
8347
        "..\emucore\Serializer.hxx"\
7752
8348
        
7753
8349
NODEP_CPP_CARTF=\
7754
 
        ".\port\bspf.hxx"\
7755
 
        ".\port\missing.h"\
7756
 
        ".\port\pspstdint.h"\
 
8350
        "..\emucore\bspf.hxx"\
 
8351
        "..\emucore\m6502\src\bspf.hxx"\
7757
8352
        
7758
8353
 
7759
8354
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7830
8425
        "..\emucore\Serializer.hxx"\
7831
8426
        
7832
8427
NODEP_CPP_CARTF4=\
7833
 
        ".\port\bspf.hxx"\
7834
 
        ".\port\missing.h"\
7835
 
        ".\port\pspstdint.h"\
 
8428
        "..\emucore\bspf.hxx"\
 
8429
        "..\emucore\m6502\src\bspf.hxx"\
7836
8430
        
7837
8431
 
7838
8432
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7907
8501
        "..\emucore\Serializer.hxx"\
7908
8502
        
7909
8503
NODEP_CPP_CARTF6=\
7910
 
        ".\port\bspf.hxx"\
7911
 
        ".\port\missing.h"\
7912
 
        ".\port\pspstdint.h"\
 
8504
        "..\emucore\bspf.hxx"\
 
8505
        "..\emucore\m6502\src\bspf.hxx"\
7913
8506
        
7914
8507
 
7915
8508
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
7984
8577
        "..\emucore\Serializer.hxx"\
7985
8578
        
7986
8579
NODEP_CPP_CARTF6S=\
7987
 
        ".\port\bspf.hxx"\
7988
 
        ".\port\missing.h"\
7989
 
        ".\port\pspstdint.h"\
 
8580
        "..\emucore\bspf.hxx"\
 
8581
        "..\emucore\m6502\src\bspf.hxx"\
7990
8582
        
7991
8583
 
7992
8584
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8061
8653
        "..\emucore\Serializer.hxx"\
8062
8654
        
8063
8655
NODEP_CPP_CARTF8=\
8064
 
        ".\port\bspf.hxx"\
8065
 
        ".\port\missing.h"\
8066
 
        ".\port\pspstdint.h"\
 
8656
        "..\emucore\bspf.hxx"\
 
8657
        "..\emucore\m6502\src\bspf.hxx"\
8067
8658
        
8068
8659
 
8069
8660
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8138
8729
        "..\emucore\Serializer.hxx"\
8139
8730
        
8140
8731
NODEP_CPP_CARTF8S=\
8141
 
        ".\port\bspf.hxx"\
8142
 
        ".\port\missing.h"\
8143
 
        ".\port\pspstdint.h"\
 
8732
        "..\emucore\bspf.hxx"\
 
8733
        "..\emucore\m6502\src\bspf.hxx"\
8144
8734
        
8145
8735
 
8146
8736
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8217
8807
        "..\emucore\Serializer.hxx"\
8218
8808
        
8219
8809
NODEP_CPP_CARTFA=\
8220
 
        ".\port\bspf.hxx"\
8221
 
        ".\port\missing.h"\
8222
 
        ".\port\pspstdint.h"\
 
8810
        "..\emucore\bspf.hxx"\
 
8811
        "..\emucore\m6502\src\bspf.hxx"\
8223
8812
        
8224
8813
 
8225
8814
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8294
8883
        "..\emucore\Serializer.hxx"\
8295
8884
        
8296
8885
NODEP_CPP_CARTFE=\
8297
 
        ".\port\bspf.hxx"\
8298
 
        ".\port\missing.h"\
8299
 
        ".\port\pspstdint.h"\
 
8886
        "..\emucore\bspf.hxx"\
 
8887
        "..\emucore\m6502\src\bspf.hxx"\
8300
8888
        
8301
8889
 
8302
8890
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8369
8957
        "..\emucore\Serializer.hxx"\
8370
8958
        
8371
8959
NODEP_CPP_CARTM=\
8372
 
        ".\port\bspf.hxx"\
8373
 
        ".\port\missing.h"\
8374
 
        ".\port\pspstdint.h"\
 
8960
        "..\emucore\bspf.hxx"\
 
8961
        "..\emucore\m6502\src\bspf.hxx"\
8375
8962
        
8376
8963
 
8377
8964
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8446
9033
        "..\emucore\Serializer.hxx"\
8447
9034
        
8448
9035
NODEP_CPP_CARTMC=\
8449
 
        ".\port\bspf.hxx"\
8450
 
        ".\port\missing.h"\
8451
 
        ".\port\pspstdint.h"\
 
9036
        "..\emucore\bspf.hxx"\
 
9037
        "..\emucore\m6502\src\bspf.hxx"\
8452
9038
        
8453
9039
 
8454
9040
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8523
9109
        "..\emucore\Serializer.hxx"\
8524
9110
        
8525
9111
NODEP_CPP_CARTU=\
8526
 
        ".\port\bspf.hxx"\
8527
 
        ".\port\missing.h"\
8528
 
        ".\port\pspstdint.h"\
 
9112
        "..\emucore\bspf.hxx"\
 
9113
        "..\emucore\m6502\src\bspf.hxx"\
8529
9114
        
8530
9115
 
8531
9116
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8572
9157
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
8573
9158
 
8574
9159
DEP_CPP_CONSO=\
 
9160
        "..\common\Array.hxx"\
8575
9161
        "..\common\Snapshot.hxx"\
8576
9162
        "..\common\Version.hxx"\
8577
9163
        "..\debugger\Debugger.hxx"\
8594
9180
        "..\emucore\m6502\src\Device.hxx"\
8595
9181
        "..\emucore\m6502\src\M6502.hxx"\
8596
9182
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
9183
        "..\emucore\m6502\src\M6502Low.hxx"\
8597
9184
        "..\emucore\m6502\src\NullDev.hxx"\
8598
9185
        "..\emucore\m6502\src\System.hxx"\
8599
9186
        "..\emucore\M6532.hxx"\
8619
9206
        "..\gui\StringList.hxx"\
8620
9207
        "..\gui\Widget.hxx"\
8621
9208
        ".\missing.h"\
8622
 
        
8623
 
NODEP_CPP_CONSO=\
8624
 
        "..\emucore\CheatManager.hxx"\
8625
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
8626
9209
        ".\sdl\begin_code.h"\
8627
9210
        ".\sdl\close_code.h"\
8628
9211
        ".\sdl\SDL.h"\
8641
9224
        ".\sdl\SDL_mutex.h"\
8642
9225
        ".\sdl\SDL_quit.h"\
8643
9226
        ".\sdl\SDL_rwops.h"\
8644
 
        ".\sdl\SDL_syswm.h"\
8645
9227
        ".\sdl\SDL_timer.h"\
8646
9228
        ".\sdl\SDL_types.h"\
8647
9229
        ".\sdl\SDL_version.h"\
8648
9230
        ".\sdl\SDL_video.h"\
8649
9231
        
 
9232
NODEP_CPP_CONSO=\
 
9233
        "..\emucore\CheatManager.hxx"\
 
9234
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
9235
        
8650
9236
 
8651
9237
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
8652
9238
 
8653
9239
DEP_CPP_CONSO=\
 
9240
        "..\common\Array.hxx"\
8654
9241
        "..\common\Snapshot.hxx"\
8655
9242
        "..\common\Version.hxx"\
8656
9243
        "..\debugger\Debugger.hxx"\
8669
9256
        "..\emucore\FrameBuffer.hxx"\
8670
9257
        "..\emucore\Joystick.hxx"\
8671
9258
        "..\emucore\Keyboard.hxx"\
 
9259
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
8672
9260
        "..\emucore\m6502\src\Device.hxx"\
8673
9261
        "..\emucore\m6502\src\M6502.hxx"\
8674
9262
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
9263
        "..\emucore\m6502\src\M6502Low.hxx"\
8675
9264
        "..\emucore\m6502\src\NullDev.hxx"\
8676
9265
        "..\emucore\m6502\src\System.hxx"\
8677
9266
        "..\emucore\M6532.hxx"\
8678
 
        "..\emucore\MD5.hxx"\
8679
9267
        "..\emucore\MediaSrc.hxx"\
8680
9268
        "..\emucore\OSystem.hxx"\
8681
9269
        "..\emucore\Paddles.hxx"\
8682
9270
        "..\emucore\Props.hxx"\
8683
9271
        "..\emucore\PropsSet.hxx"\
 
9272
        "..\emucore\Serializer.hxx"\
8684
9273
        "..\emucore\Settings.hxx"\
8685
9274
        "..\emucore\Sound.hxx"\
8686
9275
        "..\emucore\Switches.hxx"\
8687
9276
        "..\emucore\TIA.hxx"\
8688
9277
        "..\gui\Command.hxx"\
8689
9278
        "..\gui\CommandMenu.hxx"\
8690
 
        "..\gui\Dialog.hxx"\
8691
9279
        "..\gui\DialogContainer.hxx"\
8692
9280
        "..\gui\Font.hxx"\
8693
9281
        "..\gui\GuiObject.hxx"\
8697
9285
        "..\gui\Stack.hxx"\
8698
9286
        "..\gui\StringList.hxx"\
8699
9287
        "..\gui\Widget.hxx"\
8700
 
        
8701
 
NODEP_CPP_CONSO=\
8702
 
        "..\gui\Array.hxx"\
8703
 
        ".\port\bspf.hxx"\
8704
 
        ".\port\missing.h"\
8705
 
        ".\port\pspstdint.h"\
 
9288
        ".\missing.h"\
8706
9289
        ".\sdl\begin_code.h"\
8707
9290
        ".\sdl\close_code.h"\
8708
9291
        ".\sdl\SDL.h"\
8721
9304
        ".\sdl\SDL_mutex.h"\
8722
9305
        ".\sdl\SDL_quit.h"\
8723
9306
        ".\sdl\SDL_rwops.h"\
8724
 
        ".\sdl\SDL_syswm.h"\
8725
9307
        ".\sdl\SDL_timer.h"\
8726
9308
        ".\sdl\SDL_types.h"\
8727
9309
        ".\sdl\SDL_version.h"\
8728
9310
        ".\sdl\SDL_video.h"\
8729
9311
        
 
9312
NODEP_CPP_CONSO=\
 
9313
        "..\emucore\CheatManager.hxx"\
 
9314
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
9315
        
8730
9316
 
8731
9317
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8732
9318
 
8733
9319
DEP_CPP_CONSO=\
 
9320
        "..\common\Array.hxx"\
8734
9321
        "..\common\Snapshot.hxx"\
8735
9322
        "..\common\Version.hxx"\
8736
9323
        "..\debugger\Debugger.hxx"\
8753
9340
        "..\emucore\m6502\src\Device.hxx"\
8754
9341
        "..\emucore\m6502\src\M6502.hxx"\
8755
9342
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
9343
        "..\emucore\m6502\src\M6502Low.hxx"\
8756
9344
        "..\emucore\m6502\src\NullDev.hxx"\
8757
9345
        "..\emucore\m6502\src\System.hxx"\
8758
9346
        "..\emucore\M6532.hxx"\
8761
9349
        "..\emucore\Paddles.hxx"\
8762
9350
        "..\emucore\Props.hxx"\
8763
9351
        "..\emucore\PropsSet.hxx"\
 
9352
        "..\emucore\Serializer.hxx"\
8764
9353
        "..\emucore\Settings.hxx"\
8765
9354
        "..\emucore\Sound.hxx"\
8766
9355
        "..\emucore\Switches.hxx"\
8767
9356
        "..\emucore\TIA.hxx"\
8768
9357
        "..\gui\Command.hxx"\
8769
9358
        "..\gui\CommandMenu.hxx"\
8770
 
        "..\gui\Dialog.hxx"\
8771
9359
        "..\gui\DialogContainer.hxx"\
8772
9360
        "..\gui\Font.hxx"\
8773
9361
        "..\gui\GuiObject.hxx"\
8778
9366
        "..\gui\StringList.hxx"\
8779
9367
        "..\gui\Widget.hxx"\
8780
9368
        ".\missing.h"\
8781
 
        
8782
 
NODEP_CPP_CONSO=\
8783
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
8784
 
        "..\gui\Array.hxx"\
8785
9369
        ".\sdl\begin_code.h"\
8786
9370
        ".\sdl\close_code.h"\
8787
9371
        ".\sdl\SDL.h"\
8800
9384
        ".\sdl\SDL_mutex.h"\
8801
9385
        ".\sdl\SDL_quit.h"\
8802
9386
        ".\sdl\SDL_rwops.h"\
8803
 
        ".\sdl\SDL_syswm.h"\
8804
9387
        ".\sdl\SDL_timer.h"\
8805
9388
        ".\sdl\SDL_types.h"\
8806
9389
        ".\sdl\SDL_version.h"\
8807
9390
        ".\sdl\SDL_video.h"\
8808
9391
        
 
9392
NODEP_CPP_CONSO=\
 
9393
        "..\emucore\CheatManager.hxx"\
 
9394
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
9395
        
8809
9396
 
8810
9397
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
8811
9398
 
8833
9420
        "..\emucore\m6502\src\Device.hxx"\
8834
9421
        "..\emucore\m6502\src\M6502.hxx"\
8835
9422
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
9423
        "..\emucore\m6502\src\M6502Low.hxx"\
8836
9424
        "..\emucore\m6502\src\NullDev.hxx"\
8837
9425
        "..\emucore\m6502\src\System.hxx"\
8838
9426
        "..\emucore\M6532.hxx"\
8858
9446
        "..\gui\StringList.hxx"\
8859
9447
        "..\gui\Widget.hxx"\
8860
9448
        ".\missing.h"\
 
9449
        ".\sdl\begin_code.h"\
 
9450
        ".\sdl\close_code.h"\
 
9451
        ".\sdl\SDL.h"\
 
9452
        ".\sdl\SDL_active.h"\
 
9453
        ".\sdl\SDL_audio.h"\
 
9454
        ".\sdl\SDL_byteorder.h"\
 
9455
        ".\sdl\SDL_cdrom.h"\
 
9456
        ".\sdl\SDL_error.h"\
 
9457
        ".\sdl\SDL_events.h"\
 
9458
        ".\sdl\SDL_getenv.h"\
 
9459
        ".\sdl\SDL_joystick.h"\
 
9460
        ".\sdl\SDL_keyboard.h"\
 
9461
        ".\sdl\SDL_keysym.h"\
 
9462
        ".\sdl\SDL_main.h"\
 
9463
        ".\sdl\SDL_mouse.h"\
 
9464
        ".\sdl\SDL_mutex.h"\
 
9465
        ".\sdl\SDL_quit.h"\
 
9466
        ".\sdl\SDL_rwops.h"\
 
9467
        ".\sdl\SDL_timer.h"\
 
9468
        ".\sdl\SDL_types.h"\
 
9469
        ".\sdl\SDL_version.h"\
 
9470
        ".\sdl\SDL_video.h"\
8861
9471
        
8862
9472
NODEP_CPP_CONSO=\
8863
9473
        "..\emucore\CheatManager.hxx"\
8888
9498
        "..\emucore\Control.hxx"\
8889
9499
        
8890
9500
NODEP_CPP_CONTR=\
8891
 
        ".\port\bspf.hxx"\
8892
 
        ".\port\missing.h"\
8893
 
        ".\port\pspstdint.h"\
 
9501
        "..\emucore\bspf.hxx"\
8894
9502
        
8895
9503
 
8896
9504
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8939
9547
        "..\emucore\Deserializer.hxx"\
8940
9548
        
8941
9549
NODEP_CPP_DESER=\
8942
 
        ".\port\bspf.hxx"\
8943
 
        ".\port\missing.h"\
8944
 
        ".\port\pspstdint.h"\
 
9550
        "..\emucore\bspf.hxx"\
8945
9551
        
8946
9552
 
8947
9553
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
8990
9596
        "..\emucore\m6502\src\Device.hxx"\
8991
9597
        
8992
9598
NODEP_CPP_DEVIC=\
8993
 
        ".\port\bspf.hxx"\
8994
 
        ".\port\missing.h"\
8995
 
        ".\port\pspstdint.h"\
 
9599
        "..\emucore\m6502\src\bspf.hxx"\
8996
9600
        
8997
9601
 
8998
9602
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9051
9655
        "..\emucore\m6502\src\System.hxx"\
9052
9656
        
9053
9657
NODEP_CPP_DRIVI=\
9054
 
        ".\port\bspf.hxx"\
9055
 
        ".\port\missing.h"\
9056
 
        ".\port\pspstdint.h"\
 
9658
        "..\emucore\bspf.hxx"\
 
9659
        "..\emucore\m6502\src\bspf.hxx"\
9057
9660
        
9058
9661
 
9059
9662
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9098
9701
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
9099
9702
 
9100
9703
DEP_CPP_EVENT_=\
 
9704
        "..\common\Array.hxx"\
 
9705
        "..\emucore\Deserializer.hxx"\
9101
9706
        "..\emucore\Event.hxx"\
 
9707
        "..\emucore\EventStreamer.hxx"\
9102
9708
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9103
9709
        "..\emucore\Serializer.hxx"\
9104
9710
        ".\missing.h"\
9110
9716
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
9111
9717
 
9112
9718
DEP_CPP_EVENT_=\
 
9719
        "..\common\Array.hxx"\
 
9720
        "..\emucore\Deserializer.hxx"\
9113
9721
        "..\emucore\Event.hxx"\
 
9722
        "..\emucore\EventStreamer.hxx"\
 
9723
        "..\emucore\Serializer.hxx"\
9114
9724
        
9115
9725
NODEP_CPP_EVENT_=\
9116
 
        ".\port\bspf.hxx"\
9117
 
        ".\port\missing.h"\
9118
 
        ".\port\pspstdint.h"\
 
9726
        "..\common\bspf.hxx"\
 
9727
        "..\emucore\bspf.hxx"\
9119
9728
        
9120
9729
 
9121
9730
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9122
9731
 
9123
9732
DEP_CPP_EVENT_=\
 
9733
        "..\common\Array.hxx"\
 
9734
        "..\emucore\Deserializer.hxx"\
9124
9735
        "..\emucore\Event.hxx"\
 
9736
        "..\emucore\EventStreamer.hxx"\
9125
9737
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
9738
        "..\emucore\Serializer.hxx"\
9126
9739
        ".\missing.h"\
9127
9740
        
9128
9741
NODEP_CPP_EVENT_=\
9154
9767
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
9155
9768
 
9156
9769
DEP_CPP_EVENTH=\
 
9770
        "..\common\Array.hxx"\
9157
9771
        "..\common\Snapshot.hxx"\
9158
9772
        "..\debugger\Debugger.hxx"\
9159
9773
        "..\debugger\DebuggerParser.hxx"\
9167
9781
        "..\emucore\Deserializer.hxx"\
9168
9782
        "..\emucore\Event.hxx"\
9169
9783
        "..\emucore\EventHandler.hxx"\
 
9784
        "..\emucore\EventStreamer.hxx"\
9170
9785
        "..\emucore\FrameBuffer.hxx"\
9171
9786
        "..\emucore\FSNode.hxx"\
9172
9787
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9195
9810
        "..\gui\StringList.hxx"\
9196
9811
        "..\gui\Widget.hxx"\
9197
9812
        ".\missing.h"\
9198
 
        
9199
 
NODEP_CPP_EVENTH=\
9200
 
        "..\emucore\CheatManager.hxx"\
9201
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9202
9813
        ".\sdl\begin_code.h"\
9203
9814
        ".\sdl\close_code.h"\
9204
9815
        ".\sdl\SDL.h"\
9217
9828
        ".\sdl\SDL_mutex.h"\
9218
9829
        ".\sdl\SDL_quit.h"\
9219
9830
        ".\sdl\SDL_rwops.h"\
9220
 
        ".\sdl\SDL_syswm.h"\
9221
9831
        ".\sdl\SDL_timer.h"\
9222
9832
        ".\sdl\SDL_types.h"\
9223
9833
        ".\sdl\SDL_version.h"\
9224
9834
        ".\sdl\SDL_video.h"\
9225
9835
        
 
9836
NODEP_CPP_EVENTH=\
 
9837
        "..\emucore\CheatManager.hxx"\
 
9838
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
9839
        
9226
9840
 
9227
9841
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
9228
9842
 
9229
9843
DEP_CPP_EVENTH=\
 
9844
        "..\common\Array.hxx"\
9230
9845
        "..\common\Snapshot.hxx"\
9231
9846
        "..\debugger\Debugger.hxx"\
9232
9847
        "..\debugger\DebuggerParser.hxx"\
9237
9852
        "..\emucore\Cart.hxx"\
9238
9853
        "..\emucore\Console.hxx"\
9239
9854
        "..\emucore\Control.hxx"\
 
9855
        "..\emucore\Deserializer.hxx"\
9240
9856
        "..\emucore\Event.hxx"\
9241
9857
        "..\emucore\EventHandler.hxx"\
 
9858
        "..\emucore\EventStreamer.hxx"\
9242
9859
        "..\emucore\FrameBuffer.hxx"\
9243
9860
        "..\emucore\FSNode.hxx"\
 
9861
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9244
9862
        "..\emucore\m6502\src\Device.hxx"\
9245
9863
        "..\emucore\m6502\src\M6502.hxx"\
9246
9864
        "..\emucore\m6502\src\NullDev.hxx"\
9249
9867
        "..\emucore\MediaSrc.hxx"\
9250
9868
        "..\emucore\OSystem.hxx"\
9251
9869
        "..\emucore\Props.hxx"\
 
9870
        "..\emucore\Serializer.hxx"\
9252
9871
        "..\emucore\Settings.hxx"\
9253
9872
        "..\emucore\Sound.hxx"\
9254
9873
        "..\emucore\TIA.hxx"\
9255
9874
        "..\gui\Command.hxx"\
9256
9875
        "..\gui\CommandMenu.hxx"\
9257
 
        "..\gui\Dialog.hxx"\
9258
9876
        "..\gui\DialogContainer.hxx"\
9259
9877
        "..\gui\Font.hxx"\
9260
9878
        "..\gui\GuiObject.hxx"\
9265
9883
        "..\gui\Stack.hxx"\
9266
9884
        "..\gui\StringList.hxx"\
9267
9885
        "..\gui\Widget.hxx"\
9268
 
        
9269
 
NODEP_CPP_EVENTH=\
9270
 
        "..\gui\Array.hxx"\
9271
 
        ".\port\bspf.hxx"\
9272
 
        ".\port\missing.h"\
9273
 
        ".\port\pspstdint.h"\
 
9886
        ".\missing.h"\
9274
9887
        ".\sdl\begin_code.h"\
9275
9888
        ".\sdl\close_code.h"\
9276
9889
        ".\sdl\SDL.h"\
9289
9902
        ".\sdl\SDL_mutex.h"\
9290
9903
        ".\sdl\SDL_quit.h"\
9291
9904
        ".\sdl\SDL_rwops.h"\
9292
 
        ".\sdl\SDL_syswm.h"\
9293
9905
        ".\sdl\SDL_timer.h"\
9294
9906
        ".\sdl\SDL_types.h"\
9295
9907
        ".\sdl\SDL_version.h"\
9296
9908
        ".\sdl\SDL_video.h"\
9297
9909
        
 
9910
NODEP_CPP_EVENTH=\
 
9911
        "..\emucore\CheatManager.hxx"\
 
9912
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
9913
        
9298
9914
 
9299
9915
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9300
9916
 
9301
9917
DEP_CPP_EVENTH=\
 
9918
        "..\common\Array.hxx"\
9302
9919
        "..\common\Snapshot.hxx"\
9303
9920
        "..\debugger\Debugger.hxx"\
9304
9921
        "..\debugger\DebuggerParser.hxx"\
9309
9926
        "..\emucore\Cart.hxx"\
9310
9927
        "..\emucore\Console.hxx"\
9311
9928
        "..\emucore\Control.hxx"\
 
9929
        "..\emucore\Deserializer.hxx"\
9312
9930
        "..\emucore\Event.hxx"\
9313
9931
        "..\emucore\EventHandler.hxx"\
 
9932
        "..\emucore\EventStreamer.hxx"\
9314
9933
        "..\emucore\FrameBuffer.hxx"\
9315
9934
        "..\emucore\FSNode.hxx"\
9316
9935
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9322
9941
        "..\emucore\MediaSrc.hxx"\
9323
9942
        "..\emucore\OSystem.hxx"\
9324
9943
        "..\emucore\Props.hxx"\
 
9944
        "..\emucore\Serializer.hxx"\
9325
9945
        "..\emucore\Settings.hxx"\
9326
9946
        "..\emucore\Sound.hxx"\
9327
9947
        "..\emucore\TIA.hxx"\
9328
9948
        "..\gui\Command.hxx"\
9329
9949
        "..\gui\CommandMenu.hxx"\
9330
 
        "..\gui\Dialog.hxx"\
9331
9950
        "..\gui\DialogContainer.hxx"\
9332
9951
        "..\gui\Font.hxx"\
9333
9952
        "..\gui\GuiObject.hxx"\
9339
9958
        "..\gui\StringList.hxx"\
9340
9959
        "..\gui\Widget.hxx"\
9341
9960
        ".\missing.h"\
9342
 
        
9343
 
NODEP_CPP_EVENTH=\
9344
 
        "..\emucore\CheatManager.hxx"\
9345
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9346
 
        "..\gui\Array.hxx"\
9347
9961
        ".\sdl\begin_code.h"\
9348
9962
        ".\sdl\close_code.h"\
9349
9963
        ".\sdl\SDL.h"\
9362
9976
        ".\sdl\SDL_mutex.h"\
9363
9977
        ".\sdl\SDL_quit.h"\
9364
9978
        ".\sdl\SDL_rwops.h"\
9365
 
        ".\sdl\SDL_syswm.h"\
9366
9979
        ".\sdl\SDL_timer.h"\
9367
9980
        ".\sdl\SDL_types.h"\
9368
9981
        ".\sdl\SDL_version.h"\
9369
9982
        ".\sdl\SDL_video.h"\
9370
9983
        
 
9984
NODEP_CPP_EVENTH=\
 
9985
        "..\emucore\CheatManager.hxx"\
 
9986
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
9987
        
9371
9988
 
9372
9989
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
9373
9990
 
9415
10032
        "..\gui\StringList.hxx"\
9416
10033
        "..\gui\Widget.hxx"\
9417
10034
        ".\missing.h"\
 
10035
        ".\sdl\begin_code.h"\
 
10036
        ".\sdl\close_code.h"\
 
10037
        ".\sdl\SDL.h"\
 
10038
        ".\sdl\SDL_active.h"\
 
10039
        ".\sdl\SDL_audio.h"\
 
10040
        ".\sdl\SDL_byteorder.h"\
 
10041
        ".\sdl\SDL_cdrom.h"\
 
10042
        ".\sdl\SDL_error.h"\
 
10043
        ".\sdl\SDL_events.h"\
 
10044
        ".\sdl\SDL_getenv.h"\
 
10045
        ".\sdl\SDL_joystick.h"\
 
10046
        ".\sdl\SDL_keyboard.h"\
 
10047
        ".\sdl\SDL_keysym.h"\
 
10048
        ".\sdl\SDL_main.h"\
 
10049
        ".\sdl\SDL_mouse.h"\
 
10050
        ".\sdl\SDL_mutex.h"\
 
10051
        ".\sdl\SDL_quit.h"\
 
10052
        ".\sdl\SDL_rwops.h"\
 
10053
        ".\sdl\SDL_timer.h"\
 
10054
        ".\sdl\SDL_types.h"\
 
10055
        ".\sdl\SDL_version.h"\
 
10056
        ".\sdl\SDL_video.h"\
9418
10057
        
9419
10058
NODEP_CPP_EVENTH=\
9420
10059
        "..\emucore\CheatManager.hxx"\
9495
10134
        "..\emucore\EventHandler.hxx"\
9496
10135
        "..\emucore\EventStreamer.hxx"\
9497
10136
        "..\emucore\FrameBuffer.hxx"\
 
10137
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9498
10138
        "..\emucore\m6502\src\Device.hxx"\
9499
10139
        "..\emucore\m6502\src\NullDev.hxx"\
9500
10140
        "..\emucore\m6502\src\System.hxx"\
9509
10149
        "..\gui\Font.hxx"\
9510
10150
        "..\gui\GuiUtils.hxx"\
9511
10151
        "..\gui\StringList.hxx"\
 
10152
        ".\missing.h"\
9512
10153
        ".\sdl\begin_code.h"\
9513
10154
        ".\sdl\close_code.h"\
9514
10155
        ".\sdl\SDL.h"\
9533
10174
        ".\sdl\SDL_video.h"\
9534
10175
        
9535
10176
NODEP_CPP_EVENTS=\
9536
 
        "..\common\bspf.hxx"\
9537
 
        "..\emucore\bspf.hxx"\
9538
 
        "..\emucore\m6502\src\bspf.hxx"\
9539
 
        "..\gui\bspf.hxx"\
 
10177
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9540
10178
        
9541
10179
 
9542
10180
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9659
10297
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
9660
10298
 
9661
10299
DEP_CPP_FRAME=\
 
10300
        "..\common\Array.hxx"\
9662
10301
        "..\common\stella.xpm"\
9663
10302
        "..\debugger\Debugger.hxx"\
9664
10303
        "..\debugger\DebuggerParser.hxx"\
9698
10337
        "..\gui\StringList.hxx"\
9699
10338
        "..\gui\Widget.hxx"\
9700
10339
        ".\missing.h"\
9701
 
        
9702
 
NODEP_CPP_FRAME=\
9703
 
        "..\emucore\DisplayPSP.hxx"\
9704
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9705
 
        "..\emucore\macOSXDisplay.h"\
9706
10340
        ".\sdl\begin_code.h"\
9707
10341
        ".\sdl\close_code.h"\
9708
10342
        ".\sdl\SDL.h"\
9721
10355
        ".\sdl\SDL_mutex.h"\
9722
10356
        ".\sdl\SDL_quit.h"\
9723
10357
        ".\sdl\SDL_rwops.h"\
9724
 
        ".\sdl\SDL_syswm.h"\
9725
10358
        ".\sdl\SDL_timer.h"\
9726
10359
        ".\sdl\SDL_types.h"\
9727
10360
        ".\sdl\SDL_version.h"\
9728
10361
        ".\sdl\SDL_video.h"\
9729
10362
        
 
10363
NODEP_CPP_FRAME=\
 
10364
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
10365
        
9730
10366
 
9731
10367
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
9732
10368
 
9733
10369
DEP_CPP_FRAME=\
 
10370
        "..\common\Array.hxx"\
9734
10371
        "..\common\stella.xpm"\
9735
10372
        "..\debugger\Debugger.hxx"\
9736
10373
        "..\debugger\DebuggerParser.hxx"\
9744
10381
        "..\emucore\Event.hxx"\
9745
10382
        "..\emucore\EventHandler.hxx"\
9746
10383
        "..\emucore\FrameBuffer.hxx"\
 
10384
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9747
10385
        "..\emucore\m6502\src\Device.hxx"\
9748
10386
        "..\emucore\m6502\src\M6502.hxx"\
9749
10387
        "..\emucore\m6502\src\NullDev.hxx"\
9752
10390
        "..\emucore\MediaSrc.hxx"\
9753
10391
        "..\emucore\OSystem.hxx"\
9754
10392
        "..\emucore\Props.hxx"\
 
10393
        "..\emucore\Serializer.hxx"\
9755
10394
        "..\emucore\Settings.hxx"\
9756
10395
        "..\emucore\Sound.hxx"\
9757
10396
        "..\emucore\TIA.hxx"\
9758
10397
        "..\gui\Command.hxx"\
9759
10398
        "..\gui\CommandMenu.hxx"\
9760
 
        "..\gui\Dialog.hxx"\
9761
10399
        "..\gui\DialogContainer.hxx"\
9762
10400
        "..\gui\Font.hxx"\
9763
10401
        "..\gui\GuiObject.hxx"\
9768
10406
        "..\gui\Stack.hxx"\
9769
10407
        "..\gui\StringList.hxx"\
9770
10408
        "..\gui\Widget.hxx"\
9771
 
        
9772
 
NODEP_CPP_FRAME=\
9773
 
        "..\emucore\DisplayPSP.hxx"\
9774
 
        "..\emucore\macOSXDisplay.h"\
9775
 
        "..\gui\Array.hxx"\
9776
 
        ".\port\bspf.hxx"\
9777
 
        ".\port\missing.h"\
9778
 
        ".\port\pspstdint.h"\
 
10409
        ".\missing.h"\
9779
10410
        ".\sdl\begin_code.h"\
9780
10411
        ".\sdl\close_code.h"\
9781
10412
        ".\sdl\SDL.h"\
9794
10425
        ".\sdl\SDL_mutex.h"\
9795
10426
        ".\sdl\SDL_quit.h"\
9796
10427
        ".\sdl\SDL_rwops.h"\
9797
 
        ".\sdl\SDL_syswm.h"\
9798
10428
        ".\sdl\SDL_timer.h"\
9799
10429
        ".\sdl\SDL_types.h"\
9800
10430
        ".\sdl\SDL_version.h"\
9801
10431
        ".\sdl\SDL_video.h"\
9802
10432
        
 
10433
NODEP_CPP_FRAME=\
 
10434
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
10435
        
9803
10436
 
9804
10437
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9805
10438
 
9806
10439
DEP_CPP_FRAME=\
 
10440
        "..\common\Array.hxx"\
9807
10441
        "..\common\stella.xpm"\
9808
10442
        "..\debugger\Debugger.hxx"\
9809
10443
        "..\debugger\DebuggerParser.hxx"\
9826
10460
        "..\emucore\MediaSrc.hxx"\
9827
10461
        "..\emucore\OSystem.hxx"\
9828
10462
        "..\emucore\Props.hxx"\
 
10463
        "..\emucore\Serializer.hxx"\
9829
10464
        "..\emucore\Settings.hxx"\
9830
10465
        "..\emucore\Sound.hxx"\
9831
10466
        "..\emucore\TIA.hxx"\
9832
10467
        "..\gui\Command.hxx"\
9833
10468
        "..\gui\CommandMenu.hxx"\
9834
 
        "..\gui\Dialog.hxx"\
9835
10469
        "..\gui\DialogContainer.hxx"\
9836
10470
        "..\gui\Font.hxx"\
9837
10471
        "..\gui\GuiObject.hxx"\
9843
10477
        "..\gui\StringList.hxx"\
9844
10478
        "..\gui\Widget.hxx"\
9845
10479
        ".\missing.h"\
9846
 
        
9847
 
NODEP_CPP_FRAME=\
9848
 
        "..\emucore\DisplayPSP.hxx"\
9849
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9850
 
        "..\emucore\macOSXDisplay.h"\
9851
 
        "..\gui\Array.hxx"\
9852
10480
        ".\sdl\begin_code.h"\
9853
10481
        ".\sdl\close_code.h"\
9854
10482
        ".\sdl\SDL.h"\
9867
10495
        ".\sdl\SDL_mutex.h"\
9868
10496
        ".\sdl\SDL_quit.h"\
9869
10497
        ".\sdl\SDL_rwops.h"\
9870
 
        ".\sdl\SDL_syswm.h"\
9871
10498
        ".\sdl\SDL_timer.h"\
9872
10499
        ".\sdl\SDL_types.h"\
9873
10500
        ".\sdl\SDL_version.h"\
9874
10501
        ".\sdl\SDL_video.h"\
9875
10502
        
 
10503
NODEP_CPP_FRAME=\
 
10504
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
10505
        
9876
10506
 
9877
10507
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
9878
10508
 
9917
10547
        "..\gui\StringList.hxx"\
9918
10548
        "..\gui\Widget.hxx"\
9919
10549
        ".\missing.h"\
 
10550
        ".\sdl\begin_code.h"\
 
10551
        ".\sdl\close_code.h"\
 
10552
        ".\sdl\SDL.h"\
 
10553
        ".\sdl\SDL_active.h"\
 
10554
        ".\sdl\SDL_audio.h"\
 
10555
        ".\sdl\SDL_byteorder.h"\
 
10556
        ".\sdl\SDL_cdrom.h"\
 
10557
        ".\sdl\SDL_error.h"\
 
10558
        ".\sdl\SDL_events.h"\
 
10559
        ".\sdl\SDL_getenv.h"\
 
10560
        ".\sdl\SDL_joystick.h"\
 
10561
        ".\sdl\SDL_keyboard.h"\
 
10562
        ".\sdl\SDL_keysym.h"\
 
10563
        ".\sdl\SDL_main.h"\
 
10564
        ".\sdl\SDL_mouse.h"\
 
10565
        ".\sdl\SDL_mutex.h"\
 
10566
        ".\sdl\SDL_quit.h"\
 
10567
        ".\sdl\SDL_rwops.h"\
 
10568
        ".\sdl\SDL_timer.h"\
 
10569
        ".\sdl\SDL_types.h"\
 
10570
        ".\sdl\SDL_version.h"\
 
10571
        ".\sdl\SDL_video.h"\
9920
10572
        
9921
10573
NODEP_CPP_FRAME=\
9922
10574
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9932
10584
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
9933
10585
 
9934
10586
DEP_CPP_FSNOD=\
 
10587
        "..\common\Array.hxx"\
9935
10588
        "..\emucore\FSNode.hxx"\
9936
10589
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9937
10590
        "..\gui\GuiUtils.hxx"\
9944
10597
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
9945
10598
 
9946
10599
DEP_CPP_FSNOD=\
 
10600
        "..\common\Array.hxx"\
9947
10601
        "..\emucore\FSNode.hxx"\
9948
10602
        "..\gui\GuiUtils.hxx"\
9949
10603
        
9950
10604
NODEP_CPP_FSNOD=\
9951
 
        "..\gui\Array.hxx"\
9952
 
        ".\port\bspf.hxx"\
9953
 
        ".\port\missing.h"\
9954
 
        ".\port\pspstdint.h"\
 
10605
        "..\common\bspf.hxx"\
 
10606
        "..\emucore\bspf.hxx"\
 
10607
        "..\gui\bspf.hxx"\
9955
10608
        
9956
10609
 
9957
10610
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
9958
10611
 
9959
10612
DEP_CPP_FSNOD=\
 
10613
        "..\common\Array.hxx"\
9960
10614
        "..\emucore\FSNode.hxx"\
9961
10615
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
9962
10616
        "..\gui\GuiUtils.hxx"\
9964
10618
        
9965
10619
NODEP_CPP_FSNOD=\
9966
10620
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
9967
 
        "..\gui\Array.hxx"\
9968
10621
        
9969
10622
 
9970
10623
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
10008
10661
        "..\emucore\Joystick.hxx"\
10009
10662
        
10010
10663
NODEP_CPP_JOYST=\
10011
 
        ".\port\bspf.hxx"\
10012
 
        ".\port\missing.h"\
10013
 
        ".\port\pspstdint.h"\
 
10664
        "..\emucore\bspf.hxx"\
10014
10665
        
10015
10666
 
10016
10667
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10067
10718
        "..\emucore\Keyboard.hxx"\
10068
10719
        
10069
10720
NODEP_CPP_KEYBO=\
10070
 
        ".\port\bspf.hxx"\
10071
 
        ".\port\missing.h"\
10072
 
        ".\port\pspstdint.h"\
 
10721
        "..\emucore\bspf.hxx"\
10073
10722
        
10074
10723
 
10075
10724
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10108
10757
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
10109
10758
 
10110
10759
DEP_CPP_M6502=\
 
10760
        "..\common\Array.hxx"\
10111
10761
        "..\debugger\Expression.hxx"\
10112
10762
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
10113
10763
        "..\emucore\m6502\src\Device.hxx"\
10124
10774
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
10125
10775
 
10126
10776
DEP_CPP_M6502=\
 
10777
        "..\common\Array.hxx"\
10127
10778
        "..\debugger\Expression.hxx"\
10128
10779
        "..\emucore\m6502\src\Device.hxx"\
10129
10780
        "..\emucore\m6502\src\M6502.hxx"\
10132
10783
        "..\gui\StringList.hxx"\
10133
10784
        
10134
10785
NODEP_CPP_M6502=\
10135
 
        "..\gui\Array.hxx"\
10136
 
        ".\port\bspf.hxx"\
10137
 
        ".\port\missing.h"\
10138
 
        ".\port\pspstdint.h"\
 
10786
        "..\common\bspf.hxx"\
 
10787
        "..\debugger\bspf.hxx"\
 
10788
        "..\emucore\m6502\src\bspf.hxx"\
 
10789
        "..\gui\bspf.hxx"\
10139
10790
        
10140
10791
 
10141
10792
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10142
10793
 
10143
10794
DEP_CPP_M6502=\
 
10795
        "..\common\Array.hxx"\
10144
10796
        "..\debugger\Expression.hxx"\
10145
10797
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
10146
10798
        "..\emucore\m6502\src\Device.hxx"\
10152
10804
        
10153
10805
NODEP_CPP_M6502=\
10154
10806
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10155
 
        "..\gui\Array.hxx"\
10156
10807
        
10157
10808
 
10158
10809
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
10182
10833
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
10183
10834
 
10184
10835
DEP_CPP_M6502H=\
10185
 
        "..\debugger\Debugger.hxx"\
10186
 
        "..\debugger\DebuggerParser.hxx"\
10187
 
        "..\debugger\Equate.hxx"\
10188
 
        "..\debugger\EquateList.hxx"\
10189
 
        "..\debugger\gui\PromptWidget.hxx"\
10190
 
        "..\debugger\PackedBitArray.hxx"\
10191
 
        "..\emucore\Cart.hxx"\
10192
 
        "..\emucore\Console.hxx"\
10193
 
        "..\emucore\Control.hxx"\
10194
 
        "..\emucore\Deserializer.hxx"\
10195
 
        "..\emucore\Event.hxx"\
10196
 
        "..\emucore\EventHandler.hxx"\
10197
 
        "..\emucore\FrameBuffer.hxx"\
10198
 
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
10199
 
        "..\emucore\m6502\src\Device.hxx"\
10200
 
        "..\emucore\m6502\src\M6502.hxx"\
10201
 
        "..\emucore\m6502\src\M6502Hi.hxx"\
10202
 
        "..\emucore\m6502\src\M6502Hi.ins"\
10203
 
        "..\emucore\m6502\src\NullDev.hxx"\
10204
 
        "..\emucore\m6502\src\System.hxx"\
10205
 
        "..\emucore\M6532.hxx"\
10206
 
        "..\emucore\MediaSrc.hxx"\
10207
 
        "..\emucore\OSystem.hxx"\
10208
 
        "..\emucore\Props.hxx"\
10209
 
        "..\emucore\Serializer.hxx"\
10210
 
        "..\emucore\Settings.hxx"\
10211
 
        "..\emucore\Sound.hxx"\
10212
 
        "..\emucore\TIA.hxx"\
10213
 
        "..\gui\Command.hxx"\
10214
 
        "..\gui\DialogContainer.hxx"\
10215
 
        "..\gui\Font.hxx"\
10216
 
        "..\gui\GuiObject.hxx"\
10217
 
        "..\gui\GuiUtils.hxx"\
10218
 
        "..\gui\Rect.hxx"\
10219
 
        "..\gui\Stack.hxx"\
10220
 
        "..\gui\StringList.hxx"\
10221
 
        "..\gui\Widget.hxx"\
10222
 
        ".\missing.h"\
10223
 
        
10224
 
NODEP_CPP_M6502H=\
10225
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10226
 
        ".\sdl\begin_code.h"\
10227
 
        ".\sdl\close_code.h"\
10228
 
        ".\sdl\SDL.h"\
10229
 
        ".\sdl\SDL_active.h"\
10230
 
        ".\sdl\SDL_audio.h"\
10231
 
        ".\sdl\SDL_byteorder.h"\
10232
 
        ".\sdl\SDL_cdrom.h"\
10233
 
        ".\sdl\SDL_error.h"\
10234
 
        ".\sdl\SDL_events.h"\
10235
 
        ".\sdl\SDL_getenv.h"\
10236
 
        ".\sdl\SDL_joystick.h"\
10237
 
        ".\sdl\SDL_keyboard.h"\
10238
 
        ".\sdl\SDL_keysym.h"\
10239
 
        ".\sdl\SDL_main.h"\
10240
 
        ".\sdl\SDL_mouse.h"\
10241
 
        ".\sdl\SDL_mutex.h"\
10242
 
        ".\sdl\SDL_quit.h"\
10243
 
        ".\sdl\SDL_rwops.h"\
10244
 
        ".\sdl\SDL_syswm.h"\
10245
 
        ".\sdl\SDL_timer.h"\
10246
 
        ".\sdl\SDL_types.h"\
10247
 
        ".\sdl\SDL_version.h"\
10248
 
        ".\sdl\SDL_video.h"\
10249
 
        
10250
 
# ADD CPP /U "DEBUG"
10251
 
 
10252
 
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
10253
 
 
10254
 
DEP_CPP_M6502H=\
10255
 
        "..\debugger\Debugger.hxx"\
10256
 
        "..\debugger\DebuggerParser.hxx"\
10257
 
        "..\debugger\Equate.hxx"\
10258
 
        "..\debugger\EquateList.hxx"\
10259
 
        "..\debugger\gui\PromptWidget.hxx"\
10260
 
        "..\debugger\PackedBitArray.hxx"\
10261
 
        "..\emucore\Cart.hxx"\
10262
 
        "..\emucore\Console.hxx"\
10263
 
        "..\emucore\Control.hxx"\
10264
 
        "..\emucore\Deserializer.hxx"\
10265
 
        "..\emucore\Event.hxx"\
10266
 
        "..\emucore\EventHandler.hxx"\
10267
 
        "..\emucore\FrameBuffer.hxx"\
10268
 
        "..\emucore\m6502\src\Device.hxx"\
10269
 
        "..\emucore\m6502\src\M6502.hxx"\
10270
 
        "..\emucore\m6502\src\M6502Hi.hxx"\
10271
 
        "..\emucore\m6502\src\M6502Hi.ins"\
10272
 
        "..\emucore\m6502\src\NullDev.hxx"\
10273
 
        "..\emucore\m6502\src\System.hxx"\
10274
 
        "..\emucore\M6532.hxx"\
10275
 
        "..\emucore\MediaSrc.hxx"\
10276
 
        "..\emucore\OSystem.hxx"\
10277
 
        "..\emucore\Props.hxx"\
10278
 
        "..\emucore\Serializer.hxx"\
10279
 
        "..\emucore\Settings.hxx"\
10280
 
        "..\emucore\Sound.hxx"\
10281
 
        "..\emucore\TIA.hxx"\
10282
 
        "..\gui\Command.hxx"\
10283
 
        "..\gui\Dialog.hxx"\
10284
 
        "..\gui\DialogContainer.hxx"\
10285
 
        "..\gui\Font.hxx"\
10286
 
        "..\gui\GuiObject.hxx"\
10287
 
        "..\gui\GuiUtils.hxx"\
10288
 
        "..\gui\Rect.hxx"\
10289
 
        "..\gui\Stack.hxx"\
10290
 
        "..\gui\StringList.hxx"\
10291
 
        "..\gui\Widget.hxx"\
10292
 
        
10293
 
NODEP_CPP_M6502H=\
10294
 
        "..\gui\Array.hxx"\
10295
 
        ".\port\bspf.hxx"\
10296
 
        ".\port\EventHandler.hxx"\
10297
 
        ".\port\missing.h"\
10298
 
        ".\port\pspstdint.h"\
10299
 
        ".\sdl\begin_code.h"\
10300
 
        ".\sdl\close_code.h"\
10301
 
        ".\sdl\SDL.h"\
10302
 
        ".\sdl\SDL_active.h"\
10303
 
        ".\sdl\SDL_audio.h"\
10304
 
        ".\sdl\SDL_byteorder.h"\
10305
 
        ".\sdl\SDL_cdrom.h"\
10306
 
        ".\sdl\SDL_error.h"\
10307
 
        ".\sdl\SDL_events.h"\
10308
 
        ".\sdl\SDL_getenv.h"\
10309
 
        ".\sdl\SDL_joystick.h"\
10310
 
        ".\sdl\SDL_keyboard.h"\
10311
 
        ".\sdl\SDL_keysym.h"\
10312
 
        ".\sdl\SDL_main.h"\
10313
 
        ".\sdl\SDL_mouse.h"\
10314
 
        ".\sdl\SDL_mutex.h"\
10315
 
        ".\sdl\SDL_quit.h"\
10316
 
        ".\sdl\SDL_rwops.h"\
10317
 
        ".\sdl\SDL_syswm.h"\
10318
 
        ".\sdl\SDL_timer.h"\
10319
 
        ".\sdl\SDL_types.h"\
10320
 
        ".\sdl\SDL_version.h"\
10321
 
        ".\sdl\SDL_video.h"\
10322
 
        
10323
 
# ADD CPP /U "DEBUG"
10324
 
 
10325
 
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10326
 
 
10327
 
DEP_CPP_M6502H=\
10328
 
        "..\debugger\Debugger.hxx"\
10329
 
        "..\debugger\DebuggerParser.hxx"\
10330
 
        "..\debugger\Equate.hxx"\
10331
 
        "..\debugger\EquateList.hxx"\
10332
 
        "..\debugger\gui\PromptWidget.hxx"\
10333
 
        "..\debugger\PackedBitArray.hxx"\
10334
 
        "..\emucore\Cart.hxx"\
10335
 
        "..\emucore\Console.hxx"\
10336
 
        "..\emucore\Control.hxx"\
10337
 
        "..\emucore\Deserializer.hxx"\
10338
 
        "..\emucore\Event.hxx"\
10339
 
        "..\emucore\EventHandler.hxx"\
10340
 
        "..\emucore\FrameBuffer.hxx"\
10341
 
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
10342
 
        "..\emucore\m6502\src\Device.hxx"\
10343
 
        "..\emucore\m6502\src\M6502.hxx"\
10344
 
        "..\emucore\m6502\src\M6502Hi.hxx"\
10345
 
        "..\emucore\m6502\src\M6502Hi.ins"\
10346
 
        "..\emucore\m6502\src\NullDev.hxx"\
10347
 
        "..\emucore\m6502\src\System.hxx"\
10348
 
        "..\emucore\M6532.hxx"\
10349
 
        "..\emucore\MediaSrc.hxx"\
10350
 
        "..\emucore\OSystem.hxx"\
10351
 
        "..\emucore\Props.hxx"\
10352
 
        "..\emucore\Serializer.hxx"\
10353
 
        "..\emucore\Settings.hxx"\
10354
 
        "..\emucore\Sound.hxx"\
10355
 
        "..\emucore\TIA.hxx"\
10356
 
        "..\gui\Command.hxx"\
10357
 
        "..\gui\Dialog.hxx"\
10358
 
        "..\gui\DialogContainer.hxx"\
10359
 
        "..\gui\Font.hxx"\
10360
 
        "..\gui\GuiObject.hxx"\
10361
 
        "..\gui\GuiUtils.hxx"\
10362
 
        "..\gui\Rect.hxx"\
10363
 
        "..\gui\Stack.hxx"\
10364
 
        "..\gui\StringList.hxx"\
10365
 
        "..\gui\Widget.hxx"\
10366
 
        ".\missing.h"\
10367
 
        
10368
 
NODEP_CPP_M6502H=\
10369
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10370
 
        "..\gui\Array.hxx"\
10371
 
        ".\sdl\begin_code.h"\
10372
 
        ".\sdl\close_code.h"\
10373
 
        ".\sdl\SDL.h"\
10374
 
        ".\sdl\SDL_active.h"\
10375
 
        ".\sdl\SDL_audio.h"\
10376
 
        ".\sdl\SDL_byteorder.h"\
10377
 
        ".\sdl\SDL_cdrom.h"\
10378
 
        ".\sdl\SDL_error.h"\
10379
 
        ".\sdl\SDL_events.h"\
10380
 
        ".\sdl\SDL_getenv.h"\
10381
 
        ".\sdl\SDL_joystick.h"\
10382
 
        ".\sdl\SDL_keyboard.h"\
10383
 
        ".\sdl\SDL_keysym.h"\
10384
 
        ".\sdl\SDL_main.h"\
10385
 
        ".\sdl\SDL_mouse.h"\
10386
 
        ".\sdl\SDL_mutex.h"\
10387
 
        ".\sdl\SDL_quit.h"\
10388
 
        ".\sdl\SDL_rwops.h"\
10389
 
        ".\sdl\SDL_syswm.h"\
10390
 
        ".\sdl\SDL_timer.h"\
10391
 
        ".\sdl\SDL_types.h"\
10392
 
        ".\sdl\SDL_version.h"\
10393
 
        ".\sdl\SDL_video.h"\
10394
 
        
10395
 
# ADD CPP /U "DEBUG"
10396
 
 
10397
 
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
10398
 
 
10399
 
DEP_CPP_M6502H=\
10400
 
        "..\common\Array.hxx"\
10401
 
        "..\debugger\Debugger.hxx"\
10402
 
        "..\debugger\DebuggerParser.hxx"\
10403
 
        "..\debugger\Equate.hxx"\
10404
 
        "..\debugger\EquateList.hxx"\
10405
 
        "..\debugger\gui\PromptWidget.hxx"\
10406
 
        "..\debugger\PackedBitArray.hxx"\
10407
 
        "..\emucore\Cart.hxx"\
10408
 
        "..\emucore\Console.hxx"\
10409
 
        "..\emucore\Control.hxx"\
10410
 
        "..\emucore\Deserializer.hxx"\
10411
 
        "..\emucore\Event.hxx"\
10412
 
        "..\emucore\EventHandler.hxx"\
10413
 
        "..\emucore\FrameBuffer.hxx"\
10414
 
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
10415
 
        "..\emucore\m6502\src\Device.hxx"\
10416
 
        "..\emucore\m6502\src\M6502.hxx"\
10417
 
        "..\emucore\m6502\src\M6502Hi.hxx"\
10418
 
        "..\emucore\m6502\src\M6502Hi.ins"\
10419
 
        "..\emucore\m6502\src\NullDev.hxx"\
10420
 
        "..\emucore\m6502\src\System.hxx"\
10421
 
        "..\emucore\M6532.hxx"\
10422
 
        "..\emucore\MediaSrc.hxx"\
10423
 
        "..\emucore\OSystem.hxx"\
10424
 
        "..\emucore\Props.hxx"\
10425
 
        "..\emucore\Serializer.hxx"\
10426
 
        "..\emucore\Settings.hxx"\
10427
 
        "..\emucore\Sound.hxx"\
10428
 
        "..\emucore\TIA.hxx"\
10429
 
        "..\gui\Command.hxx"\
10430
 
        "..\gui\DialogContainer.hxx"\
10431
 
        "..\gui\Font.hxx"\
10432
 
        "..\gui\GuiObject.hxx"\
10433
 
        "..\gui\GuiUtils.hxx"\
10434
 
        "..\gui\Rect.hxx"\
10435
 
        "..\gui\Stack.hxx"\
10436
 
        "..\gui\StringList.hxx"\
10437
 
        "..\gui\Widget.hxx"\
10438
 
        ".\missing.h"\
10439
 
        
10440
 
NODEP_CPP_M6502H=\
 
10836
        "..\common\Array.hxx"\
 
10837
        "..\debugger\Debugger.hxx"\
 
10838
        "..\debugger\DebuggerParser.hxx"\
 
10839
        "..\debugger\Equate.hxx"\
 
10840
        "..\debugger\EquateList.hxx"\
 
10841
        "..\debugger\gui\PromptWidget.hxx"\
 
10842
        "..\debugger\PackedBitArray.hxx"\
 
10843
        "..\emucore\Cart.hxx"\
 
10844
        "..\emucore\Console.hxx"\
 
10845
        "..\emucore\Control.hxx"\
 
10846
        "..\emucore\Deserializer.hxx"\
 
10847
        "..\emucore\Event.hxx"\
 
10848
        "..\emucore\EventHandler.hxx"\
 
10849
        "..\emucore\FrameBuffer.hxx"\
 
10850
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
10851
        "..\emucore\m6502\src\Device.hxx"\
 
10852
        "..\emucore\m6502\src\M6502.hxx"\
 
10853
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
10854
        "..\emucore\m6502\src\M6502Hi.ins"\
 
10855
        "..\emucore\m6502\src\NullDev.hxx"\
 
10856
        "..\emucore\m6502\src\System.hxx"\
 
10857
        "..\emucore\M6532.hxx"\
 
10858
        "..\emucore\MediaSrc.hxx"\
 
10859
        "..\emucore\OSystem.hxx"\
 
10860
        "..\emucore\Props.hxx"\
 
10861
        "..\emucore\Serializer.hxx"\
 
10862
        "..\emucore\Settings.hxx"\
 
10863
        "..\emucore\Sound.hxx"\
 
10864
        "..\emucore\TIA.hxx"\
 
10865
        "..\gui\Command.hxx"\
 
10866
        "..\gui\DialogContainer.hxx"\
 
10867
        "..\gui\Font.hxx"\
 
10868
        "..\gui\GuiObject.hxx"\
 
10869
        "..\gui\GuiUtils.hxx"\
 
10870
        "..\gui\Rect.hxx"\
 
10871
        "..\gui\Stack.hxx"\
 
10872
        "..\gui\StringList.hxx"\
 
10873
        "..\gui\Widget.hxx"\
 
10874
        ".\missing.h"\
 
10875
        ".\sdl\begin_code.h"\
 
10876
        ".\sdl\close_code.h"\
 
10877
        ".\sdl\SDL.h"\
 
10878
        ".\sdl\SDL_active.h"\
 
10879
        ".\sdl\SDL_audio.h"\
 
10880
        ".\sdl\SDL_byteorder.h"\
 
10881
        ".\sdl\SDL_cdrom.h"\
 
10882
        ".\sdl\SDL_error.h"\
 
10883
        ".\sdl\SDL_events.h"\
 
10884
        ".\sdl\SDL_getenv.h"\
 
10885
        ".\sdl\SDL_joystick.h"\
 
10886
        ".\sdl\SDL_keyboard.h"\
 
10887
        ".\sdl\SDL_keysym.h"\
 
10888
        ".\sdl\SDL_main.h"\
 
10889
        ".\sdl\SDL_mouse.h"\
 
10890
        ".\sdl\SDL_mutex.h"\
 
10891
        ".\sdl\SDL_quit.h"\
 
10892
        ".\sdl\SDL_rwops.h"\
 
10893
        ".\sdl\SDL_timer.h"\
 
10894
        ".\sdl\SDL_types.h"\
 
10895
        ".\sdl\SDL_version.h"\
 
10896
        ".\sdl\SDL_video.h"\
 
10897
        
 
10898
NODEP_CPP_M6502H=\
 
10899
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
10900
        
 
10901
# ADD CPP /U "DEBUG"
 
10902
 
 
10903
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
 
10904
 
 
10905
DEP_CPP_M6502H=\
 
10906
        "..\common\Array.hxx"\
 
10907
        "..\debugger\Debugger.hxx"\
 
10908
        "..\debugger\DebuggerParser.hxx"\
 
10909
        "..\debugger\Equate.hxx"\
 
10910
        "..\debugger\EquateList.hxx"\
 
10911
        "..\debugger\gui\PromptWidget.hxx"\
 
10912
        "..\debugger\PackedBitArray.hxx"\
 
10913
        "..\emucore\Cart.hxx"\
 
10914
        "..\emucore\Console.hxx"\
 
10915
        "..\emucore\Control.hxx"\
 
10916
        "..\emucore\Deserializer.hxx"\
 
10917
        "..\emucore\Event.hxx"\
 
10918
        "..\emucore\EventHandler.hxx"\
 
10919
        "..\emucore\FrameBuffer.hxx"\
 
10920
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
10921
        "..\emucore\m6502\src\Device.hxx"\
 
10922
        "..\emucore\m6502\src\M6502.hxx"\
 
10923
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
10924
        "..\emucore\m6502\src\M6502Hi.ins"\
 
10925
        "..\emucore\m6502\src\NullDev.hxx"\
 
10926
        "..\emucore\m6502\src\System.hxx"\
 
10927
        "..\emucore\M6532.hxx"\
 
10928
        "..\emucore\MediaSrc.hxx"\
 
10929
        "..\emucore\OSystem.hxx"\
 
10930
        "..\emucore\Props.hxx"\
 
10931
        "..\emucore\Serializer.hxx"\
 
10932
        "..\emucore\Settings.hxx"\
 
10933
        "..\emucore\Sound.hxx"\
 
10934
        "..\emucore\TIA.hxx"\
 
10935
        "..\gui\Command.hxx"\
 
10936
        "..\gui\DialogContainer.hxx"\
 
10937
        "..\gui\Font.hxx"\
 
10938
        "..\gui\GuiObject.hxx"\
 
10939
        "..\gui\GuiUtils.hxx"\
 
10940
        "..\gui\Rect.hxx"\
 
10941
        "..\gui\Stack.hxx"\
 
10942
        "..\gui\StringList.hxx"\
 
10943
        "..\gui\Widget.hxx"\
 
10944
        ".\missing.h"\
 
10945
        ".\sdl\begin_code.h"\
 
10946
        ".\sdl\close_code.h"\
 
10947
        ".\sdl\SDL.h"\
 
10948
        ".\sdl\SDL_active.h"\
 
10949
        ".\sdl\SDL_audio.h"\
 
10950
        ".\sdl\SDL_byteorder.h"\
 
10951
        ".\sdl\SDL_cdrom.h"\
 
10952
        ".\sdl\SDL_error.h"\
 
10953
        ".\sdl\SDL_events.h"\
 
10954
        ".\sdl\SDL_getenv.h"\
 
10955
        ".\sdl\SDL_joystick.h"\
 
10956
        ".\sdl\SDL_keyboard.h"\
 
10957
        ".\sdl\SDL_keysym.h"\
 
10958
        ".\sdl\SDL_main.h"\
 
10959
        ".\sdl\SDL_mouse.h"\
 
10960
        ".\sdl\SDL_mutex.h"\
 
10961
        ".\sdl\SDL_quit.h"\
 
10962
        ".\sdl\SDL_rwops.h"\
 
10963
        ".\sdl\SDL_timer.h"\
 
10964
        ".\sdl\SDL_types.h"\
 
10965
        ".\sdl\SDL_version.h"\
 
10966
        ".\sdl\SDL_video.h"\
 
10967
        
 
10968
NODEP_CPP_M6502H=\
 
10969
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
10970
        
 
10971
# ADD CPP /U "DEBUG"
 
10972
 
 
10973
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
 
10974
 
 
10975
DEP_CPP_M6502H=\
 
10976
        "..\common\Array.hxx"\
 
10977
        "..\debugger\Debugger.hxx"\
 
10978
        "..\debugger\DebuggerParser.hxx"\
 
10979
        "..\debugger\Equate.hxx"\
 
10980
        "..\debugger\EquateList.hxx"\
 
10981
        "..\debugger\gui\PromptWidget.hxx"\
 
10982
        "..\debugger\PackedBitArray.hxx"\
 
10983
        "..\emucore\Cart.hxx"\
 
10984
        "..\emucore\Console.hxx"\
 
10985
        "..\emucore\Control.hxx"\
 
10986
        "..\emucore\Deserializer.hxx"\
 
10987
        "..\emucore\Event.hxx"\
 
10988
        "..\emucore\EventHandler.hxx"\
 
10989
        "..\emucore\FrameBuffer.hxx"\
 
10990
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
10991
        "..\emucore\m6502\src\Device.hxx"\
 
10992
        "..\emucore\m6502\src\M6502.hxx"\
 
10993
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
10994
        "..\emucore\m6502\src\M6502Hi.ins"\
 
10995
        "..\emucore\m6502\src\NullDev.hxx"\
 
10996
        "..\emucore\m6502\src\System.hxx"\
 
10997
        "..\emucore\M6532.hxx"\
 
10998
        "..\emucore\MediaSrc.hxx"\
 
10999
        "..\emucore\OSystem.hxx"\
 
11000
        "..\emucore\Props.hxx"\
 
11001
        "..\emucore\Serializer.hxx"\
 
11002
        "..\emucore\Settings.hxx"\
 
11003
        "..\emucore\Sound.hxx"\
 
11004
        "..\emucore\TIA.hxx"\
 
11005
        "..\gui\Command.hxx"\
 
11006
        "..\gui\DialogContainer.hxx"\
 
11007
        "..\gui\Font.hxx"\
 
11008
        "..\gui\GuiObject.hxx"\
 
11009
        "..\gui\GuiUtils.hxx"\
 
11010
        "..\gui\Rect.hxx"\
 
11011
        "..\gui\Stack.hxx"\
 
11012
        "..\gui\StringList.hxx"\
 
11013
        "..\gui\Widget.hxx"\
 
11014
        ".\missing.h"\
 
11015
        ".\sdl\begin_code.h"\
 
11016
        ".\sdl\close_code.h"\
 
11017
        ".\sdl\SDL.h"\
 
11018
        ".\sdl\SDL_active.h"\
 
11019
        ".\sdl\SDL_audio.h"\
 
11020
        ".\sdl\SDL_byteorder.h"\
 
11021
        ".\sdl\SDL_cdrom.h"\
 
11022
        ".\sdl\SDL_error.h"\
 
11023
        ".\sdl\SDL_events.h"\
 
11024
        ".\sdl\SDL_getenv.h"\
 
11025
        ".\sdl\SDL_joystick.h"\
 
11026
        ".\sdl\SDL_keyboard.h"\
 
11027
        ".\sdl\SDL_keysym.h"\
 
11028
        ".\sdl\SDL_main.h"\
 
11029
        ".\sdl\SDL_mouse.h"\
 
11030
        ".\sdl\SDL_mutex.h"\
 
11031
        ".\sdl\SDL_quit.h"\
 
11032
        ".\sdl\SDL_rwops.h"\
 
11033
        ".\sdl\SDL_timer.h"\
 
11034
        ".\sdl\SDL_types.h"\
 
11035
        ".\sdl\SDL_version.h"\
 
11036
        ".\sdl\SDL_video.h"\
 
11037
        
 
11038
NODEP_CPP_M6502H=\
 
11039
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
11040
        
 
11041
# ADD CPP /U "DEBUG"
 
11042
 
 
11043
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
 
11044
 
 
11045
DEP_CPP_M6502H=\
 
11046
        "..\common\Array.hxx"\
 
11047
        "..\debugger\Debugger.hxx"\
 
11048
        "..\debugger\DebuggerParser.hxx"\
 
11049
        "..\debugger\Equate.hxx"\
 
11050
        "..\debugger\EquateList.hxx"\
 
11051
        "..\debugger\gui\PromptWidget.hxx"\
 
11052
        "..\debugger\PackedBitArray.hxx"\
 
11053
        "..\emucore\Cart.hxx"\
 
11054
        "..\emucore\Console.hxx"\
 
11055
        "..\emucore\Control.hxx"\
 
11056
        "..\emucore\Deserializer.hxx"\
 
11057
        "..\emucore\Event.hxx"\
 
11058
        "..\emucore\EventHandler.hxx"\
 
11059
        "..\emucore\FrameBuffer.hxx"\
 
11060
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
11061
        "..\emucore\m6502\src\Device.hxx"\
 
11062
        "..\emucore\m6502\src\M6502.hxx"\
 
11063
        "..\emucore\m6502\src\M6502Hi.hxx"\
 
11064
        "..\emucore\m6502\src\M6502Hi.ins"\
 
11065
        "..\emucore\m6502\src\NullDev.hxx"\
 
11066
        "..\emucore\m6502\src\System.hxx"\
 
11067
        "..\emucore\M6532.hxx"\
 
11068
        "..\emucore\MediaSrc.hxx"\
 
11069
        "..\emucore\OSystem.hxx"\
 
11070
        "..\emucore\Props.hxx"\
 
11071
        "..\emucore\Serializer.hxx"\
 
11072
        "..\emucore\Settings.hxx"\
 
11073
        "..\emucore\Sound.hxx"\
 
11074
        "..\emucore\TIA.hxx"\
 
11075
        "..\gui\Command.hxx"\
 
11076
        "..\gui\DialogContainer.hxx"\
 
11077
        "..\gui\Font.hxx"\
 
11078
        "..\gui\GuiObject.hxx"\
 
11079
        "..\gui\GuiUtils.hxx"\
 
11080
        "..\gui\Rect.hxx"\
 
11081
        "..\gui\Stack.hxx"\
 
11082
        "..\gui\StringList.hxx"\
 
11083
        "..\gui\Widget.hxx"\
 
11084
        ".\missing.h"\
 
11085
        ".\sdl\begin_code.h"\
 
11086
        ".\sdl\close_code.h"\
 
11087
        ".\sdl\SDL.h"\
 
11088
        ".\sdl\SDL_active.h"\
 
11089
        ".\sdl\SDL_audio.h"\
 
11090
        ".\sdl\SDL_byteorder.h"\
 
11091
        ".\sdl\SDL_cdrom.h"\
 
11092
        ".\sdl\SDL_error.h"\
 
11093
        ".\sdl\SDL_events.h"\
 
11094
        ".\sdl\SDL_getenv.h"\
 
11095
        ".\sdl\SDL_joystick.h"\
 
11096
        ".\sdl\SDL_keyboard.h"\
 
11097
        ".\sdl\SDL_keysym.h"\
 
11098
        ".\sdl\SDL_main.h"\
 
11099
        ".\sdl\SDL_mouse.h"\
 
11100
        ".\sdl\SDL_mutex.h"\
 
11101
        ".\sdl\SDL_quit.h"\
 
11102
        ".\sdl\SDL_rwops.h"\
 
11103
        ".\sdl\SDL_timer.h"\
 
11104
        ".\sdl\SDL_types.h"\
 
11105
        ".\sdl\SDL_version.h"\
 
11106
        ".\sdl\SDL_video.h"\
 
11107
        
 
11108
NODEP_CPP_M6502H=\
 
11109
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
11110
        
 
11111
# ADD CPP /U "DEBUG"
 
11112
 
 
11113
!ENDIF 
 
11114
 
 
11115
# End Source File
 
11116
# Begin Source File
 
11117
 
 
11118
SOURCE=..\emucore\m6502\src\M6502Low.cxx
 
11119
 
 
11120
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
 
11121
 
 
11122
DEP_CPP_M6502L=\
 
11123
        "..\common\Array.hxx"\
 
11124
        "..\debugger\Debugger.hxx"\
 
11125
        "..\debugger\DebuggerParser.hxx"\
 
11126
        "..\debugger\Equate.hxx"\
 
11127
        "..\debugger\EquateList.hxx"\
 
11128
        "..\debugger\gui\PromptWidget.hxx"\
 
11129
        "..\debugger\PackedBitArray.hxx"\
 
11130
        "..\emucore\Cart.hxx"\
 
11131
        "..\emucore\Console.hxx"\
 
11132
        "..\emucore\Control.hxx"\
 
11133
        "..\emucore\Deserializer.hxx"\
 
11134
        "..\emucore\Event.hxx"\
 
11135
        "..\emucore\EventHandler.hxx"\
 
11136
        "..\emucore\FrameBuffer.hxx"\
 
11137
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
11138
        "..\emucore\m6502\src\Device.hxx"\
 
11139
        "..\emucore\m6502\src\M6502.hxx"\
 
11140
        "..\emucore\m6502\src\M6502Low.hxx"\
 
11141
        "..\emucore\m6502\src\M6502Low.ins"\
 
11142
        "..\emucore\m6502\src\NullDev.hxx"\
 
11143
        "..\emucore\m6502\src\System.hxx"\
 
11144
        "..\emucore\M6532.hxx"\
 
11145
        "..\emucore\MediaSrc.hxx"\
 
11146
        "..\emucore\OSystem.hxx"\
 
11147
        "..\emucore\Props.hxx"\
 
11148
        "..\emucore\Serializer.hxx"\
 
11149
        "..\emucore\Settings.hxx"\
 
11150
        "..\emucore\Sound.hxx"\
 
11151
        "..\emucore\TIA.hxx"\
 
11152
        "..\gui\Command.hxx"\
 
11153
        "..\gui\DialogContainer.hxx"\
 
11154
        "..\gui\Font.hxx"\
 
11155
        "..\gui\GuiObject.hxx"\
 
11156
        "..\gui\GuiUtils.hxx"\
 
11157
        "..\gui\Rect.hxx"\
 
11158
        "..\gui\Stack.hxx"\
 
11159
        "..\gui\StringList.hxx"\
 
11160
        "..\gui\Widget.hxx"\
 
11161
        ".\missing.h"\
 
11162
        ".\sdl\begin_code.h"\
 
11163
        ".\sdl\close_code.h"\
 
11164
        ".\sdl\SDL.h"\
 
11165
        ".\sdl\SDL_active.h"\
 
11166
        ".\sdl\SDL_audio.h"\
 
11167
        ".\sdl\SDL_byteorder.h"\
 
11168
        ".\sdl\SDL_cdrom.h"\
 
11169
        ".\sdl\SDL_error.h"\
 
11170
        ".\sdl\SDL_events.h"\
 
11171
        ".\sdl\SDL_getenv.h"\
 
11172
        ".\sdl\SDL_joystick.h"\
 
11173
        ".\sdl\SDL_keyboard.h"\
 
11174
        ".\sdl\SDL_keysym.h"\
 
11175
        ".\sdl\SDL_main.h"\
 
11176
        ".\sdl\SDL_mouse.h"\
 
11177
        ".\sdl\SDL_mutex.h"\
 
11178
        ".\sdl\SDL_quit.h"\
 
11179
        ".\sdl\SDL_rwops.h"\
 
11180
        ".\sdl\SDL_timer.h"\
 
11181
        ".\sdl\SDL_types.h"\
 
11182
        ".\sdl\SDL_version.h"\
 
11183
        ".\sdl\SDL_video.h"\
 
11184
        
 
11185
NODEP_CPP_M6502L=\
 
11186
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
11187
        
 
11188
 
 
11189
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
 
11190
 
 
11191
DEP_CPP_M6502L=\
 
11192
        "..\common\Array.hxx"\
 
11193
        "..\debugger\Debugger.hxx"\
 
11194
        "..\debugger\DebuggerParser.hxx"\
 
11195
        "..\debugger\Equate.hxx"\
 
11196
        "..\debugger\EquateList.hxx"\
 
11197
        "..\debugger\gui\PromptWidget.hxx"\
 
11198
        "..\debugger\PackedBitArray.hxx"\
 
11199
        "..\emucore\Cart.hxx"\
 
11200
        "..\emucore\Console.hxx"\
 
11201
        "..\emucore\Control.hxx"\
 
11202
        "..\emucore\Deserializer.hxx"\
 
11203
        "..\emucore\Event.hxx"\
 
11204
        "..\emucore\EventHandler.hxx"\
 
11205
        "..\emucore\FrameBuffer.hxx"\
 
11206
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
11207
        "..\emucore\m6502\src\Device.hxx"\
 
11208
        "..\emucore\m6502\src\M6502.hxx"\
 
11209
        "..\emucore\m6502\src\M6502Low.hxx"\
 
11210
        "..\emucore\m6502\src\M6502Low.ins"\
 
11211
        "..\emucore\m6502\src\NullDev.hxx"\
 
11212
        "..\emucore\m6502\src\System.hxx"\
 
11213
        "..\emucore\M6532.hxx"\
 
11214
        "..\emucore\MediaSrc.hxx"\
 
11215
        "..\emucore\OSystem.hxx"\
 
11216
        "..\emucore\Props.hxx"\
 
11217
        "..\emucore\Serializer.hxx"\
 
11218
        "..\emucore\Settings.hxx"\
 
11219
        "..\emucore\Sound.hxx"\
 
11220
        "..\emucore\TIA.hxx"\
 
11221
        "..\gui\Command.hxx"\
 
11222
        "..\gui\DialogContainer.hxx"\
 
11223
        "..\gui\Font.hxx"\
 
11224
        "..\gui\GuiObject.hxx"\
 
11225
        "..\gui\GuiUtils.hxx"\
 
11226
        "..\gui\Rect.hxx"\
 
11227
        "..\gui\Stack.hxx"\
 
11228
        "..\gui\StringList.hxx"\
 
11229
        "..\gui\Widget.hxx"\
 
11230
        ".\missing.h"\
 
11231
        ".\sdl\begin_code.h"\
 
11232
        ".\sdl\close_code.h"\
 
11233
        ".\sdl\SDL.h"\
 
11234
        ".\sdl\SDL_active.h"\
 
11235
        ".\sdl\SDL_audio.h"\
 
11236
        ".\sdl\SDL_byteorder.h"\
 
11237
        ".\sdl\SDL_cdrom.h"\
 
11238
        ".\sdl\SDL_error.h"\
 
11239
        ".\sdl\SDL_events.h"\
 
11240
        ".\sdl\SDL_getenv.h"\
 
11241
        ".\sdl\SDL_joystick.h"\
 
11242
        ".\sdl\SDL_keyboard.h"\
 
11243
        ".\sdl\SDL_keysym.h"\
 
11244
        ".\sdl\SDL_main.h"\
 
11245
        ".\sdl\SDL_mouse.h"\
 
11246
        ".\sdl\SDL_mutex.h"\
 
11247
        ".\sdl\SDL_quit.h"\
 
11248
        ".\sdl\SDL_rwops.h"\
 
11249
        ".\sdl\SDL_timer.h"\
 
11250
        ".\sdl\SDL_types.h"\
 
11251
        ".\sdl\SDL_version.h"\
 
11252
        ".\sdl\SDL_video.h"\
 
11253
        
 
11254
NODEP_CPP_M6502L=\
 
11255
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
11256
        
 
11257
# ADD CPP /U "DEBUG"
 
11258
 
 
11259
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
 
11260
 
 
11261
DEP_CPP_M6502L=\
 
11262
        "..\common\Array.hxx"\
 
11263
        "..\debugger\Debugger.hxx"\
 
11264
        "..\debugger\DebuggerParser.hxx"\
 
11265
        "..\debugger\Equate.hxx"\
 
11266
        "..\debugger\EquateList.hxx"\
 
11267
        "..\debugger\gui\PromptWidget.hxx"\
 
11268
        "..\debugger\PackedBitArray.hxx"\
 
11269
        "..\emucore\Cart.hxx"\
 
11270
        "..\emucore\Console.hxx"\
 
11271
        "..\emucore\Control.hxx"\
 
11272
        "..\emucore\Deserializer.hxx"\
 
11273
        "..\emucore\Event.hxx"\
 
11274
        "..\emucore\EventHandler.hxx"\
 
11275
        "..\emucore\FrameBuffer.hxx"\
 
11276
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
11277
        "..\emucore\m6502\src\Device.hxx"\
 
11278
        "..\emucore\m6502\src\M6502.hxx"\
 
11279
        "..\emucore\m6502\src\M6502Low.hxx"\
 
11280
        "..\emucore\m6502\src\M6502Low.ins"\
 
11281
        "..\emucore\m6502\src\NullDev.hxx"\
 
11282
        "..\emucore\m6502\src\System.hxx"\
 
11283
        "..\emucore\M6532.hxx"\
 
11284
        "..\emucore\MediaSrc.hxx"\
 
11285
        "..\emucore\OSystem.hxx"\
 
11286
        "..\emucore\Props.hxx"\
 
11287
        "..\emucore\Serializer.hxx"\
 
11288
        "..\emucore\Settings.hxx"\
 
11289
        "..\emucore\Sound.hxx"\
 
11290
        "..\emucore\TIA.hxx"\
 
11291
        "..\gui\Command.hxx"\
 
11292
        "..\gui\DialogContainer.hxx"\
 
11293
        "..\gui\Font.hxx"\
 
11294
        "..\gui\GuiObject.hxx"\
 
11295
        "..\gui\GuiUtils.hxx"\
 
11296
        "..\gui\Rect.hxx"\
 
11297
        "..\gui\Stack.hxx"\
 
11298
        "..\gui\StringList.hxx"\
 
11299
        "..\gui\Widget.hxx"\
 
11300
        ".\missing.h"\
 
11301
        ".\sdl\begin_code.h"\
 
11302
        ".\sdl\close_code.h"\
 
11303
        ".\sdl\SDL.h"\
 
11304
        ".\sdl\SDL_active.h"\
 
11305
        ".\sdl\SDL_audio.h"\
 
11306
        ".\sdl\SDL_byteorder.h"\
 
11307
        ".\sdl\SDL_cdrom.h"\
 
11308
        ".\sdl\SDL_error.h"\
 
11309
        ".\sdl\SDL_events.h"\
 
11310
        ".\sdl\SDL_getenv.h"\
 
11311
        ".\sdl\SDL_joystick.h"\
 
11312
        ".\sdl\SDL_keyboard.h"\
 
11313
        ".\sdl\SDL_keysym.h"\
 
11314
        ".\sdl\SDL_main.h"\
 
11315
        ".\sdl\SDL_mouse.h"\
 
11316
        ".\sdl\SDL_mutex.h"\
 
11317
        ".\sdl\SDL_quit.h"\
 
11318
        ".\sdl\SDL_rwops.h"\
 
11319
        ".\sdl\SDL_timer.h"\
 
11320
        ".\sdl\SDL_types.h"\
 
11321
        ".\sdl\SDL_version.h"\
 
11322
        ".\sdl\SDL_video.h"\
 
11323
        
 
11324
NODEP_CPP_M6502L=\
 
11325
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
11326
        
 
11327
 
 
11328
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
 
11329
 
 
11330
DEP_CPP_M6502L=\
 
11331
        "..\common\Array.hxx"\
 
11332
        "..\debugger\Debugger.hxx"\
 
11333
        "..\debugger\DebuggerParser.hxx"\
 
11334
        "..\debugger\Equate.hxx"\
 
11335
        "..\debugger\EquateList.hxx"\
 
11336
        "..\debugger\gui\PromptWidget.hxx"\
 
11337
        "..\debugger\PackedBitArray.hxx"\
 
11338
        "..\emucore\Cart.hxx"\
 
11339
        "..\emucore\Console.hxx"\
 
11340
        "..\emucore\Control.hxx"\
 
11341
        "..\emucore\Deserializer.hxx"\
 
11342
        "..\emucore\Event.hxx"\
 
11343
        "..\emucore\EventHandler.hxx"\
 
11344
        "..\emucore\FrameBuffer.hxx"\
 
11345
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
11346
        "..\emucore\m6502\src\Device.hxx"\
 
11347
        "..\emucore\m6502\src\M6502.hxx"\
 
11348
        "..\emucore\m6502\src\M6502Low.hxx"\
 
11349
        "..\emucore\m6502\src\M6502Low.ins"\
 
11350
        "..\emucore\m6502\src\NullDev.hxx"\
 
11351
        "..\emucore\m6502\src\System.hxx"\
 
11352
        "..\emucore\M6532.hxx"\
 
11353
        "..\emucore\MediaSrc.hxx"\
 
11354
        "..\emucore\OSystem.hxx"\
 
11355
        "..\emucore\Props.hxx"\
 
11356
        "..\emucore\Serializer.hxx"\
 
11357
        "..\emucore\Settings.hxx"\
 
11358
        "..\emucore\Sound.hxx"\
 
11359
        "..\emucore\TIA.hxx"\
 
11360
        "..\gui\Command.hxx"\
 
11361
        "..\gui\DialogContainer.hxx"\
 
11362
        "..\gui\Font.hxx"\
 
11363
        "..\gui\GuiObject.hxx"\
 
11364
        "..\gui\GuiUtils.hxx"\
 
11365
        "..\gui\Rect.hxx"\
 
11366
        "..\gui\Stack.hxx"\
 
11367
        "..\gui\StringList.hxx"\
 
11368
        "..\gui\Widget.hxx"\
 
11369
        ".\missing.h"\
 
11370
        ".\sdl\begin_code.h"\
 
11371
        ".\sdl\close_code.h"\
 
11372
        ".\sdl\SDL.h"\
 
11373
        ".\sdl\SDL_active.h"\
 
11374
        ".\sdl\SDL_audio.h"\
 
11375
        ".\sdl\SDL_byteorder.h"\
 
11376
        ".\sdl\SDL_cdrom.h"\
 
11377
        ".\sdl\SDL_error.h"\
 
11378
        ".\sdl\SDL_events.h"\
 
11379
        ".\sdl\SDL_getenv.h"\
 
11380
        ".\sdl\SDL_joystick.h"\
 
11381
        ".\sdl\SDL_keyboard.h"\
 
11382
        ".\sdl\SDL_keysym.h"\
 
11383
        ".\sdl\SDL_main.h"\
 
11384
        ".\sdl\SDL_mouse.h"\
 
11385
        ".\sdl\SDL_mutex.h"\
 
11386
        ".\sdl\SDL_quit.h"\
 
11387
        ".\sdl\SDL_rwops.h"\
 
11388
        ".\sdl\SDL_timer.h"\
 
11389
        ".\sdl\SDL_types.h"\
 
11390
        ".\sdl\SDL_version.h"\
 
11391
        ".\sdl\SDL_video.h"\
 
11392
        
 
11393
NODEP_CPP_M6502L=\
10441
11394
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10442
11395
        
10443
11396
# ADD CPP /U "DEBUG"
10481
11434
        "..\emucore\Console.hxx"\
10482
11435
        "..\emucore\Control.hxx"\
10483
11436
        "..\emucore\Deserializer.hxx"\
 
11437
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
10484
11438
        "..\emucore\m6502\src\Device.hxx"\
10485
11439
        "..\emucore\m6502\src\NullDev.hxx"\
10486
11440
        "..\emucore\m6502\src\System.hxx"\
10492
11446
        "..\emucore\Sound.hxx"\
10493
11447
        "..\emucore\Switches.hxx"\
10494
11448
        "..\emucore\TIA.hxx"\
 
11449
        ".\missing.h"\
10495
11450
        
10496
11451
NODEP_CPP_M6532=\
10497
 
        ".\port\bspf.hxx"\
10498
 
        ".\port\missing.h"\
10499
 
        ".\port\pspstdint.h"\
 
11452
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10500
11453
        
10501
11454
 
10502
11455
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10573
11526
        "..\emucore\MD5.hxx"\
10574
11527
        
10575
11528
NODEP_CPP_MD5_C=\
10576
 
        ".\port\bspf.hxx"\
10577
 
        ".\port\missing.h"\
10578
 
        ".\port\pspstdint.h"\
 
11529
        "..\emucore\bspf.hxx"\
10579
11530
        
10580
11531
 
10581
11532
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10638
11589
        "..\gui\StringList.hxx"\
10639
11590
        ".\FrameBufferWinCE.hxx"\
10640
11591
        ".\missing.h"\
10641
 
        ".\SoundWinCE.hxx"\
10642
 
        
10643
 
NODEP_CPP_MEDIA=\
10644
 
        "..\emucore\FrameBufferPSP.hxx"\
10645
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10646
11592
        ".\sdl\begin_code.h"\
10647
11593
        ".\sdl\close_code.h"\
10648
11594
        ".\sdl\SDL.h"\
10667
11613
        ".\sdl\SDL_types.h"\
10668
11614
        ".\sdl\SDL_version.h"\
10669
11615
        ".\sdl\SDL_video.h"\
10670
 
        ".\x.h"\
 
11616
        ".\SoundWinCE.hxx"\
 
11617
        {$(INCLUDE)}"gx.h"\
 
11618
        
 
11619
NODEP_CPP_MEDIA=\
 
11620
        "..\emucore\FrameBufferPSP.hxx"\
 
11621
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10671
11622
        
10672
11623
 
10673
11624
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
10678
11629
        "..\common\FrameBufferSoft.hxx"\
10679
11630
        "..\common\SoundNull.hxx"\
10680
11631
        "..\common\SoundSDL.hxx"\
 
11632
        "..\emucore\Cart.hxx"\
 
11633
        "..\emucore\Console.hxx"\
 
11634
        "..\emucore\Control.hxx"\
10681
11635
        "..\emucore\Event.hxx"\
 
11636
        "..\emucore\EventHandler.hxx"\
10682
11637
        "..\emucore\FrameBuffer.hxx"\
 
11638
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
11639
        "..\emucore\m6502\src\Device.hxx"\
 
11640
        "..\emucore\M6532.hxx"\
10683
11641
        "..\emucore\MediaFactory.hxx"\
10684
11642
        "..\emucore\MediaSrc.hxx"\
 
11643
        "..\emucore\OSystem.hxx"\
 
11644
        "..\emucore\Props.hxx"\
 
11645
        "..\emucore\Serializer.hxx"\
 
11646
        "..\emucore\Settings.hxx"\
10685
11647
        "..\emucore\Sound.hxx"\
 
11648
        "..\emucore\TIA.hxx"\
10686
11649
        "..\emucore\TIASnd.hxx"\
10687
11650
        "..\gui\Font.hxx"\
10688
11651
        "..\gui\GuiUtils.hxx"\
10689
 
        
10690
 
NODEP_CPP_MEDIA=\
10691
 
        "..\common\bspf.hxx"\
10692
 
        "..\emucore\bspf.hxx"\
10693
 
        "..\emucore\FrameBufferPSP.hxx"\
10694
 
        "..\emucore\FrameBufferWinCE.hxx"\
10695
 
        "..\emucore\SoundWinCE.hxx"\
10696
 
        "..\gui\bspf.hxx"\
 
11652
        "..\gui\StringList.hxx"\
 
11653
        ".\FrameBufferWinCE.hxx"\
 
11654
        ".\missing.h"\
10697
11655
        ".\sdl\begin_code.h"\
10698
11656
        ".\sdl\close_code.h"\
10699
11657
        ".\sdl\SDL.h"\
10718
11676
        ".\sdl\SDL_types.h"\
10719
11677
        ".\sdl\SDL_version.h"\
10720
11678
        ".\sdl\SDL_video.h"\
 
11679
        ".\SoundWinCE.hxx"\
 
11680
        
 
11681
NODEP_CPP_MEDIA=\
 
11682
        "..\emucore\FrameBufferPSP.hxx"\
 
11683
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
11684
        ".\x.h"\
10721
11685
        
10722
11686
 
10723
11687
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10751
11715
        "..\gui\StringList.hxx"\
10752
11716
        ".\FrameBufferWinCE.hxx"\
10753
11717
        ".\missing.h"\
10754
 
        ".\SoundWinCE.hxx"\
10755
 
        
10756
 
NODEP_CPP_MEDIA=\
10757
 
        "..\emucore\FrameBufferPSP.hxx"\
10758
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10759
11718
        ".\sdl\begin_code.h"\
10760
11719
        ".\sdl\close_code.h"\
10761
11720
        ".\sdl\SDL.h"\
10780
11739
        ".\sdl\SDL_types.h"\
10781
11740
        ".\sdl\SDL_version.h"\
10782
11741
        ".\sdl\SDL_video.h"\
 
11742
        ".\SoundWinCE.hxx"\
 
11743
        
 
11744
NODEP_CPP_MEDIA=\
 
11745
        "..\emucore\FrameBufferPSP.hxx"\
 
11746
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
10783
11747
        ".\x.h"\
10784
11748
        
10785
11749
 
10870
11834
        "..\emucore\MediaSrc.hxx"\
10871
11835
        
10872
11836
NODEP_CPP_MEDIAS=\
10873
 
        ".\port\bspf.hxx"\
10874
 
        ".\port\missing.h"\
10875
 
        ".\port\pspstdint.h"\
 
11837
        "..\emucore\bspf.hxx"\
10876
11838
        
10877
11839
 
10878
11840
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10927
11889
        "..\emucore\Serializer.hxx"\
10928
11890
        
10929
11891
NODEP_CPP_NULLD=\
10930
 
        ".\port\bspf.hxx"\
10931
 
        ".\port\missing.h"\
10932
 
        ".\port\pspstdint.h"\
 
11892
        "..\emucore\bspf.hxx"\
 
11893
        "..\emucore\m6502\src\bspf.hxx"\
10933
11894
        
10934
11895
 
10935
11896
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
10970
11931
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
10971
11932
 
10972
11933
DEP_CPP_OSYST=\
 
11934
        "..\common\Array.hxx"\
10973
11935
        "..\debugger\Debugger.hxx"\
10974
11936
        "..\debugger\DebuggerParser.hxx"\
10975
11937
        "..\debugger\Equate.hxx"\
11015
11977
        "..\gui\StringList.hxx"\
11016
11978
        "..\gui\Widget.hxx"\
11017
11979
        ".\missing.h"\
11018
 
        
11019
 
NODEP_CPP_OSYST=\
11020
 
        "..\emucore\CheatManager.hxx"\
11021
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11022
11980
        ".\sdl\begin_code.h"\
11023
11981
        ".\sdl\close_code.h"\
11024
11982
        ".\sdl\SDL.h"\
11037
11995
        ".\sdl\SDL_mutex.h"\
11038
11996
        ".\sdl\SDL_quit.h"\
11039
11997
        ".\sdl\SDL_rwops.h"\
11040
 
        ".\sdl\SDL_syswm.h"\
11041
11998
        ".\sdl\SDL_timer.h"\
11042
11999
        ".\sdl\SDL_types.h"\
11043
12000
        ".\sdl\SDL_version.h"\
11045
12002
        ".\zlib\zconf.h"\
11046
12003
        ".\zlib\zlib.h"\
11047
12004
        
 
12005
NODEP_CPP_OSYST=\
 
12006
        "..\emucore\CheatManager.hxx"\
 
12007
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12008
        
11048
12009
 
11049
12010
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
11050
12011
 
11051
12012
DEP_CPP_OSYST=\
11052
 
        "..\common\FrameBufferGL.hxx"\
11053
 
        "..\common\FrameBufferSoft.hxx"\
11054
 
        "..\common\SoundNull.hxx"\
11055
 
        "..\common\SoundSDL.hxx"\
 
12013
        "..\common\Array.hxx"\
11056
12014
        "..\debugger\Debugger.hxx"\
11057
12015
        "..\debugger\DebuggerParser.hxx"\
11058
12016
        "..\debugger\Equate.hxx"\
11066
12024
        "..\emucore\EventHandler.hxx"\
11067
12025
        "..\emucore\FrameBuffer.hxx"\
11068
12026
        "..\emucore\FSNode.hxx"\
 
12027
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11069
12028
        "..\emucore\m6502\src\Device.hxx"\
11070
12029
        "..\emucore\m6502\src\M6502.hxx"\
11071
12030
        "..\emucore\m6502\src\NullDev.hxx"\
11072
12031
        "..\emucore\m6502\src\System.hxx"\
11073
12032
        "..\emucore\M6532.hxx"\
 
12033
        "..\emucore\MD5.hxx"\
 
12034
        "..\emucore\MediaFactory.hxx"\
11074
12035
        "..\emucore\MediaSrc.hxx"\
11075
12036
        "..\emucore\OSystem.hxx"\
11076
12037
        "..\emucore\Props.hxx"\
11077
12038
        "..\emucore\PropsSet.hxx"\
 
12039
        "..\emucore\Serializer.hxx"\
11078
12040
        "..\emucore\Settings.hxx"\
11079
12041
        "..\emucore\Sound.hxx"\
11080
12042
        "..\emucore\TIA.hxx"\
11081
 
        "..\emucore\TIASnd.hxx"\
11082
12043
        "..\emucore\unzip.h"\
11083
12044
        "..\gui\Command.hxx"\
11084
12045
        "..\gui\CommandMenu.hxx"\
11085
12046
        "..\gui\ConsoleFont.hxx"\
11086
 
        "..\gui\Dialog.hxx"\
11087
12047
        "..\gui\DialogContainer.hxx"\
11088
12048
        "..\gui\Font.hxx"\
11089
12049
        "..\gui\GuiObject.hxx"\
11095
12055
        "..\gui\StellaFont.hxx"\
11096
12056
        "..\gui\StringList.hxx"\
11097
12057
        "..\gui\Widget.hxx"\
11098
 
        
11099
 
NODEP_CPP_OSYST=\
11100
 
        "..\emucore\FrameBufferPSP.hxx"\
11101
 
        "..\gui\Array.hxx"\
11102
 
        ".\port\bspf.hxx"\
11103
 
        ".\port\missing.h"\
11104
 
        ".\port\pspstdint.h"\
 
12058
        ".\missing.h"\
11105
12059
        ".\sdl\begin_code.h"\
11106
12060
        ".\sdl\close_code.h"\
11107
12061
        ".\sdl\SDL.h"\
11118
12072
        ".\sdl\SDL_main.h"\
11119
12073
        ".\sdl\SDL_mouse.h"\
11120
12074
        ".\sdl\SDL_mutex.h"\
11121
 
        ".\sdl\SDL_opengl.h"\
11122
12075
        ".\sdl\SDL_quit.h"\
11123
12076
        ".\sdl\SDL_rwops.h"\
11124
 
        ".\sdl\SDL_syswm.h"\
11125
12077
        ".\sdl\SDL_timer.h"\
11126
12078
        ".\sdl\SDL_types.h"\
11127
12079
        ".\sdl\SDL_version.h"\
11129
12081
        ".\zlib\zconf.h"\
11130
12082
        ".\zlib\zlib.h"\
11131
12083
        
 
12084
NODEP_CPP_OSYST=\
 
12085
        "..\emucore\CheatManager.hxx"\
 
12086
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12087
        
11132
12088
 
11133
12089
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11134
12090
 
11135
12091
DEP_CPP_OSYST=\
11136
 
        "..\common\FrameBufferGL.hxx"\
11137
 
        "..\common\FrameBufferSoft.hxx"\
11138
 
        "..\common\SoundNull.hxx"\
11139
 
        "..\common\SoundSDL.hxx"\
 
12092
        "..\common\Array.hxx"\
11140
12093
        "..\debugger\Debugger.hxx"\
11141
12094
        "..\debugger\DebuggerParser.hxx"\
11142
12095
        "..\debugger\Equate.hxx"\
11157
12110
        "..\emucore\m6502\src\System.hxx"\
11158
12111
        "..\emucore\M6532.hxx"\
11159
12112
        "..\emucore\MD5.hxx"\
 
12113
        "..\emucore\MediaFactory.hxx"\
11160
12114
        "..\emucore\MediaSrc.hxx"\
11161
12115
        "..\emucore\OSystem.hxx"\
11162
12116
        "..\emucore\Props.hxx"\
11163
12117
        "..\emucore\PropsSet.hxx"\
 
12118
        "..\emucore\Serializer.hxx"\
11164
12119
        "..\emucore\Settings.hxx"\
11165
12120
        "..\emucore\Sound.hxx"\
11166
12121
        "..\emucore\TIA.hxx"\
11167
 
        "..\emucore\TIASnd.hxx"\
11168
12122
        "..\emucore\unzip.h"\
11169
12123
        "..\gui\Command.hxx"\
11170
12124
        "..\gui\CommandMenu.hxx"\
11171
12125
        "..\gui\ConsoleFont.hxx"\
11172
 
        "..\gui\Dialog.hxx"\
11173
12126
        "..\gui\DialogContainer.hxx"\
11174
12127
        "..\gui\Font.hxx"\
11175
12128
        "..\gui\GuiObject.hxx"\
11181
12134
        "..\gui\StellaFont.hxx"\
11182
12135
        "..\gui\StringList.hxx"\
11183
12136
        "..\gui\Widget.hxx"\
11184
 
        ".\FrameBufferWinCE.hxx"\
11185
12137
        ".\missing.h"\
11186
 
        ".\SoundWinCE.hxx"\
11187
 
        
11188
 
NODEP_CPP_OSYST=\
11189
 
        "..\emucore\CheatManager.hxx"\
11190
 
        "..\emucore\FrameBufferPSP.hxx"\
11191
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11192
 
        "..\gui\Array.hxx"\
11193
12138
        ".\sdl\begin_code.h"\
11194
12139
        ".\sdl\close_code.h"\
11195
12140
        ".\sdl\SDL.h"\
11206
12151
        ".\sdl\SDL_main.h"\
11207
12152
        ".\sdl\SDL_mouse.h"\
11208
12153
        ".\sdl\SDL_mutex.h"\
11209
 
        ".\sdl\SDL_opengl.h"\
11210
12154
        ".\sdl\SDL_quit.h"\
11211
12155
        ".\sdl\SDL_rwops.h"\
11212
 
        ".\sdl\SDL_syswm.h"\
11213
12156
        ".\sdl\SDL_timer.h"\
11214
12157
        ".\sdl\SDL_types.h"\
11215
12158
        ".\sdl\SDL_version.h"\
11216
12159
        ".\sdl\SDL_video.h"\
11217
 
        ".\x.h"\
11218
12160
        ".\zlib\zconf.h"\
11219
12161
        ".\zlib\zlib.h"\
11220
12162
        
 
12163
NODEP_CPP_OSYST=\
 
12164
        "..\emucore\CheatManager.hxx"\
 
12165
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12166
        
11221
12167
 
11222
12168
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
11223
12169
 
11268
12214
        "..\gui\StringList.hxx"\
11269
12215
        "..\gui\Widget.hxx"\
11270
12216
        ".\missing.h"\
 
12217
        ".\sdl\begin_code.h"\
 
12218
        ".\sdl\close_code.h"\
 
12219
        ".\sdl\SDL.h"\
 
12220
        ".\sdl\SDL_active.h"\
 
12221
        ".\sdl\SDL_audio.h"\
 
12222
        ".\sdl\SDL_byteorder.h"\
 
12223
        ".\sdl\SDL_cdrom.h"\
 
12224
        ".\sdl\SDL_error.h"\
 
12225
        ".\sdl\SDL_events.h"\
 
12226
        ".\sdl\SDL_getenv.h"\
 
12227
        ".\sdl\SDL_joystick.h"\
 
12228
        ".\sdl\SDL_keyboard.h"\
 
12229
        ".\sdl\SDL_keysym.h"\
 
12230
        ".\sdl\SDL_main.h"\
 
12231
        ".\sdl\SDL_mouse.h"\
 
12232
        ".\sdl\SDL_mutex.h"\
 
12233
        ".\sdl\SDL_quit.h"\
 
12234
        ".\sdl\SDL_rwops.h"\
 
12235
        ".\sdl\SDL_timer.h"\
 
12236
        ".\sdl\SDL_types.h"\
 
12237
        ".\sdl\SDL_version.h"\
 
12238
        ".\sdl\SDL_video.h"\
 
12239
        ".\zlib\zconf.h"\
 
12240
        ".\zlib\zlib.h"\
11271
12241
        
11272
12242
NODEP_CPP_OSYST=\
11273
12243
        "..\emucore\CheatManager.hxx"\
11302
12272
        "..\emucore\Paddles.hxx"\
11303
12273
        
11304
12274
NODEP_CPP_PADDL=\
11305
 
        ".\port\bspf.hxx"\
11306
 
        ".\port\missing.h"\
11307
 
        ".\port\pspstdint.h"\
 
12275
        "..\emucore\bspf.hxx"\
11308
12276
        
11309
12277
 
11310
12278
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11345
12313
DEP_CPP_PROPS=\
11346
12314
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11347
12315
        "..\emucore\Props.hxx"\
 
12316
        "..\gui\GuiUtils.hxx"\
11348
12317
        ".\missing.h"\
11349
12318
        
11350
12319
NODEP_CPP_PROPS=\
11354
12323
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
11355
12324
 
11356
12325
DEP_CPP_PROPS=\
 
12326
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11357
12327
        "..\emucore\Props.hxx"\
 
12328
        "..\gui\GuiUtils.hxx"\
 
12329
        ".\missing.h"\
11358
12330
        
11359
12331
NODEP_CPP_PROPS=\
11360
 
        ".\port\bspf.hxx"\
11361
 
        ".\port\missing.h"\
11362
 
        ".\port\pspstdint.h"\
 
12332
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11363
12333
        
11364
12334
 
11365
12335
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11367
12337
DEP_CPP_PROPS=\
11368
12338
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11369
12339
        "..\emucore\Props.hxx"\
 
12340
        "..\gui\GuiUtils.hxx"\
11370
12341
        ".\missing.h"\
11371
12342
        
11372
12343
NODEP_CPP_PROPS=\
11378
12349
DEP_CPP_PROPS=\
11379
12350
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11380
12351
        "..\emucore\Props.hxx"\
 
12352
        "..\gui\GuiUtils.hxx"\
11381
12353
        ".\missing.h"\
11382
12354
        
11383
12355
NODEP_CPP_PROPS=\
11394
12366
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
11395
12367
 
11396
12368
DEP_CPP_PROPSS=\
 
12369
        "..\emucore\DefProps.hxx"\
11397
12370
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11398
12371
        "..\emucore\Props.hxx"\
11399
12372
        "..\emucore\PropsSet.hxx"\
 
12373
        "..\gui\GuiUtils.hxx"\
11400
12374
        ".\missing.h"\
11401
12375
        
11402
12376
NODEP_CPP_PROPSS=\
11406
12380
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
11407
12381
 
11408
12382
DEP_CPP_PROPSS=\
 
12383
        "..\emucore\DefProps.hxx"\
 
12384
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11409
12385
        "..\emucore\Props.hxx"\
11410
12386
        "..\emucore\PropsSet.hxx"\
 
12387
        "..\gui\GuiUtils.hxx"\
 
12388
        ".\missing.h"\
11411
12389
        
11412
12390
NODEP_CPP_PROPSS=\
11413
 
        ".\port\bspf.hxx"\
11414
 
        ".\port\missing.h"\
11415
 
        ".\port\pspstdint.h"\
 
12391
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11416
12392
        
 
12393
# ADD CPP /Zp8
11417
12394
 
11418
12395
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11419
12396
 
11420
12397
DEP_CPP_PROPSS=\
 
12398
        "..\emucore\DefProps.hxx"\
11421
12399
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11422
12400
        "..\emucore\Props.hxx"\
11423
12401
        "..\emucore\PropsSet.hxx"\
 
12402
        "..\gui\GuiUtils.hxx"\
11424
12403
        ".\missing.h"\
11425
12404
        
11426
12405
NODEP_CPP_PROPSS=\
11430
12409
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
11431
12410
 
11432
12411
DEP_CPP_PROPSS=\
 
12412
        "..\emucore\DefProps.hxx"\
11433
12413
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11434
12414
        "..\emucore\Props.hxx"\
11435
12415
        "..\emucore\PropsSet.hxx"\
 
12416
        "..\gui\GuiUtils.hxx"\
11436
12417
        ".\missing.h"\
11437
12418
        
11438
12419
NODEP_CPP_PROPSS=\
11463
12444
        "..\emucore\Random.hxx"\
11464
12445
        
11465
12446
NODEP_CPP_RANDO=\
11466
 
        ".\port\bspf.hxx"\
11467
 
        ".\port\missing.h"\
11468
 
        ".\port\pspstdint.h"\
 
12447
        "..\emucore\bspf.hxx"\
11469
12448
        
11470
12449
 
11471
12450
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11514
12493
        "..\emucore\Serializer.hxx"\
11515
12494
        
11516
12495
NODEP_CPP_SERIA=\
11517
 
        ".\port\bspf.hxx"\
11518
 
        ".\port\missing.h"\
11519
 
        ".\port\pspstdint.h"\
 
12496
        "..\emucore\bspf.hxx"\
11520
12497
        
11521
12498
 
11522
12499
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11551
12528
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
11552
12529
 
11553
12530
DEP_CPP_SETTI=\
 
12531
        "..\common\Array.hxx"\
11554
12532
        "..\common\Version.hxx"\
11555
12533
        "..\emucore\Cart.hxx"\
11556
12534
        "..\emucore\Console.hxx"\
11572
12550
        "..\gui\GuiUtils.hxx"\
11573
12551
        "..\gui\StringList.hxx"\
11574
12552
        ".\missing.h"\
11575
 
        
11576
 
NODEP_CPP_SETTI=\
11577
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11578
12553
        ".\sdl\begin_code.h"\
11579
12554
        ".\sdl\close_code.h"\
11580
12555
        ".\sdl\SDL.h"\
11593
12568
        ".\sdl\SDL_mutex.h"\
11594
12569
        ".\sdl\SDL_quit.h"\
11595
12570
        ".\sdl\SDL_rwops.h"\
11596
 
        ".\sdl\SDL_syswm.h"\
11597
12571
        ".\sdl\SDL_timer.h"\
11598
12572
        ".\sdl\SDL_types.h"\
11599
12573
        ".\sdl\SDL_version.h"\
11600
12574
        ".\sdl\SDL_video.h"\
11601
12575
        
 
12576
NODEP_CPP_SETTI=\
 
12577
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12578
        
11602
12579
 
11603
12580
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
11604
12581
 
11605
12582
DEP_CPP_SETTI=\
 
12583
        "..\common\Array.hxx"\
11606
12584
        "..\common\Version.hxx"\
11607
12585
        "..\emucore\Cart.hxx"\
11608
12586
        "..\emucore\Console.hxx"\
11610
12588
        "..\emucore\Event.hxx"\
11611
12589
        "..\emucore\EventHandler.hxx"\
11612
12590
        "..\emucore\FrameBuffer.hxx"\
 
12591
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11613
12592
        "..\emucore\m6502\src\Device.hxx"\
11614
12593
        "..\emucore\M6532.hxx"\
11615
12594
        "..\emucore\MediaSrc.hxx"\
11616
12595
        "..\emucore\OSystem.hxx"\
11617
12596
        "..\emucore\Props.hxx"\
 
12597
        "..\emucore\Serializer.hxx"\
11618
12598
        "..\emucore\Settings.hxx"\
11619
12599
        "..\emucore\Sound.hxx"\
11620
12600
        "..\emucore\TIA.hxx"\
11621
12601
        "..\gui\Font.hxx"\
11622
12602
        "..\gui\GuiUtils.hxx"\
11623
12603
        "..\gui\StringList.hxx"\
11624
 
        
11625
 
NODEP_CPP_SETTI=\
11626
 
        "..\gui\Array.hxx"\
11627
 
        ".\port\bspf.hxx"\
11628
 
        ".\port\missing.h"\
11629
 
        ".\port\pspstdint.h"\
 
12604
        ".\missing.h"\
11630
12605
        ".\sdl\begin_code.h"\
11631
12606
        ".\sdl\close_code.h"\
11632
12607
        ".\sdl\SDL.h"\
11645
12620
        ".\sdl\SDL_mutex.h"\
11646
12621
        ".\sdl\SDL_quit.h"\
11647
12622
        ".\sdl\SDL_rwops.h"\
11648
 
        ".\sdl\SDL_syswm.h"\
11649
12623
        ".\sdl\SDL_timer.h"\
11650
12624
        ".\sdl\SDL_types.h"\
11651
12625
        ".\sdl\SDL_version.h"\
11652
12626
        ".\sdl\SDL_video.h"\
11653
12627
        
 
12628
NODEP_CPP_SETTI=\
 
12629
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12630
        
11654
12631
 
11655
12632
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11656
12633
 
11657
12634
DEP_CPP_SETTI=\
 
12635
        "..\common\Array.hxx"\
11658
12636
        "..\common\Version.hxx"\
11659
12637
        "..\emucore\Cart.hxx"\
11660
12638
        "..\emucore\Console.hxx"\
11668
12646
        "..\emucore\MediaSrc.hxx"\
11669
12647
        "..\emucore\OSystem.hxx"\
11670
12648
        "..\emucore\Props.hxx"\
 
12649
        "..\emucore\Serializer.hxx"\
11671
12650
        "..\emucore\Settings.hxx"\
11672
12651
        "..\emucore\Sound.hxx"\
11673
12652
        "..\emucore\TIA.hxx"\
11675
12654
        "..\gui\GuiUtils.hxx"\
11676
12655
        "..\gui\StringList.hxx"\
11677
12656
        ".\missing.h"\
11678
 
        
11679
 
NODEP_CPP_SETTI=\
11680
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11681
 
        "..\gui\Array.hxx"\
11682
12657
        ".\sdl\begin_code.h"\
11683
12658
        ".\sdl\close_code.h"\
11684
12659
        ".\sdl\SDL.h"\
11697
12672
        ".\sdl\SDL_mutex.h"\
11698
12673
        ".\sdl\SDL_quit.h"\
11699
12674
        ".\sdl\SDL_rwops.h"\
11700
 
        ".\sdl\SDL_syswm.h"\
11701
12675
        ".\sdl\SDL_timer.h"\
11702
12676
        ".\sdl\SDL_types.h"\
11703
12677
        ".\sdl\SDL_version.h"\
11704
12678
        ".\sdl\SDL_video.h"\
11705
12679
        
 
12680
NODEP_CPP_SETTI=\
 
12681
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12682
        
11706
12683
 
11707
12684
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
11708
12685
 
11729
12706
        "..\gui\GuiUtils.hxx"\
11730
12707
        "..\gui\StringList.hxx"\
11731
12708
        ".\missing.h"\
 
12709
        ".\sdl\begin_code.h"\
 
12710
        ".\sdl\close_code.h"\
 
12711
        ".\sdl\SDL.h"\
 
12712
        ".\sdl\SDL_active.h"\
 
12713
        ".\sdl\SDL_audio.h"\
 
12714
        ".\sdl\SDL_byteorder.h"\
 
12715
        ".\sdl\SDL_cdrom.h"\
 
12716
        ".\sdl\SDL_error.h"\
 
12717
        ".\sdl\SDL_events.h"\
 
12718
        ".\sdl\SDL_getenv.h"\
 
12719
        ".\sdl\SDL_joystick.h"\
 
12720
        ".\sdl\SDL_keyboard.h"\
 
12721
        ".\sdl\SDL_keysym.h"\
 
12722
        ".\sdl\SDL_main.h"\
 
12723
        ".\sdl\SDL_mouse.h"\
 
12724
        ".\sdl\SDL_mutex.h"\
 
12725
        ".\sdl\SDL_quit.h"\
 
12726
        ".\sdl\SDL_rwops.h"\
 
12727
        ".\sdl\SDL_timer.h"\
 
12728
        ".\sdl\SDL_types.h"\
 
12729
        ".\sdl\SDL_version.h"\
 
12730
        ".\sdl\SDL_video.h"\
11732
12731
        
11733
12732
NODEP_CPP_SETTI=\
11734
12733
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11767
12766
        "..\gui\GuiUtils.hxx"\
11768
12767
        "..\gui\StringList.hxx"\
11769
12768
        ".\missing.h"\
11770
 
        
11771
 
NODEP_CPP_SOUND=\
11772
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11773
12769
        ".\sdl\begin_code.h"\
11774
12770
        ".\sdl\close_code.h"\
11775
12771
        ".\sdl\SDL.h"\
11788
12784
        ".\sdl\SDL_mutex.h"\
11789
12785
        ".\sdl\SDL_quit.h"\
11790
12786
        ".\sdl\SDL_rwops.h"\
11791
 
        ".\sdl\SDL_syswm.h"\
11792
12787
        ".\sdl\SDL_timer.h"\
11793
12788
        ".\sdl\SDL_types.h"\
11794
12789
        ".\sdl\SDL_version.h"\
11795
12790
        ".\sdl\SDL_video.h"\
11796
12791
        
 
12792
NODEP_CPP_SOUND=\
 
12793
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12794
        
11797
12795
 
11798
12796
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
11799
12797
 
11800
12798
DEP_CPP_SOUND=\
 
12799
        "..\common\Array.hxx"\
11801
12800
        "..\common\SoundNull.hxx"\
11802
12801
        "..\emucore\Cart.hxx"\
11803
12802
        "..\emucore\Console.hxx"\
11806
12805
        "..\emucore\Event.hxx"\
11807
12806
        "..\emucore\EventHandler.hxx"\
11808
12807
        "..\emucore\FrameBuffer.hxx"\
 
12808
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11809
12809
        "..\emucore\m6502\src\Device.hxx"\
11810
12810
        "..\emucore\M6532.hxx"\
11811
12811
        "..\emucore\MediaSrc.hxx"\
11818
12818
        "..\gui\Font.hxx"\
11819
12819
        "..\gui\GuiUtils.hxx"\
11820
12820
        "..\gui\StringList.hxx"\
11821
 
        
11822
 
NODEP_CPP_SOUND=\
11823
 
        "..\gui\Array.hxx"\
11824
 
        ".\port\bspf.hxx"\
11825
 
        ".\port\missing.h"\
11826
 
        ".\port\pspstdint.h"\
 
12821
        ".\missing.h"\
11827
12822
        ".\sdl\begin_code.h"\
11828
12823
        ".\sdl\close_code.h"\
11829
12824
        ".\sdl\SDL.h"\
11842
12837
        ".\sdl\SDL_mutex.h"\
11843
12838
        ".\sdl\SDL_quit.h"\
11844
12839
        ".\sdl\SDL_rwops.h"\
11845
 
        ".\sdl\SDL_syswm.h"\
11846
12840
        ".\sdl\SDL_timer.h"\
11847
12841
        ".\sdl\SDL_types.h"\
11848
12842
        ".\sdl\SDL_version.h"\
11849
12843
        ".\sdl\SDL_video.h"\
11850
12844
        
 
12845
NODEP_CPP_SOUND=\
 
12846
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12847
        
11851
12848
 
11852
12849
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
11853
12850
 
11854
12851
DEP_CPP_SOUND=\
 
12852
        "..\common\Array.hxx"\
11855
12853
        "..\common\SoundNull.hxx"\
11856
12854
        "..\emucore\Cart.hxx"\
11857
12855
        "..\emucore\Console.hxx"\
11874
12872
        "..\gui\GuiUtils.hxx"\
11875
12873
        "..\gui\StringList.hxx"\
11876
12874
        ".\missing.h"\
11877
 
        
11878
 
NODEP_CPP_SOUND=\
11879
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11880
 
        "..\gui\Array.hxx"\
11881
12875
        ".\sdl\begin_code.h"\
11882
12876
        ".\sdl\close_code.h"\
11883
12877
        ".\sdl\SDL.h"\
11896
12890
        ".\sdl\SDL_mutex.h"\
11897
12891
        ".\sdl\SDL_quit.h"\
11898
12892
        ".\sdl\SDL_rwops.h"\
11899
 
        ".\sdl\SDL_syswm.h"\
11900
12893
        ".\sdl\SDL_timer.h"\
11901
12894
        ".\sdl\SDL_types.h"\
11902
12895
        ".\sdl\SDL_version.h"\
11903
12896
        ".\sdl\SDL_video.h"\
11904
12897
        
 
12898
NODEP_CPP_SOUND=\
 
12899
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
 
12900
        
11905
12901
 
11906
12902
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
11907
12903
 
11929
12925
        "..\gui\GuiUtils.hxx"\
11930
12926
        "..\gui\StringList.hxx"\
11931
12927
        ".\missing.h"\
 
12928
        ".\sdl\begin_code.h"\
 
12929
        ".\sdl\close_code.h"\
 
12930
        ".\sdl\SDL.h"\
 
12931
        ".\sdl\SDL_active.h"\
 
12932
        ".\sdl\SDL_audio.h"\
 
12933
        ".\sdl\SDL_byteorder.h"\
 
12934
        ".\sdl\SDL_cdrom.h"\
 
12935
        ".\sdl\SDL_error.h"\
 
12936
        ".\sdl\SDL_events.h"\
 
12937
        ".\sdl\SDL_getenv.h"\
 
12938
        ".\sdl\SDL_joystick.h"\
 
12939
        ".\sdl\SDL_keyboard.h"\
 
12940
        ".\sdl\SDL_keysym.h"\
 
12941
        ".\sdl\SDL_main.h"\
 
12942
        ".\sdl\SDL_mouse.h"\
 
12943
        ".\sdl\SDL_mutex.h"\
 
12944
        ".\sdl\SDL_quit.h"\
 
12945
        ".\sdl\SDL_rwops.h"\
 
12946
        ".\sdl\SDL_timer.h"\
 
12947
        ".\sdl\SDL_types.h"\
 
12948
        ".\sdl\SDL_version.h"\
 
12949
        ".\sdl\SDL_video.h"\
11932
12950
        
11933
12951
NODEP_CPP_SOUND=\
11934
12952
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11958
12976
 
11959
12977
DEP_CPP_SWITC=\
11960
12978
        "..\emucore\Event.hxx"\
 
12979
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
11961
12980
        "..\emucore\Props.hxx"\
11962
12981
        "..\emucore\Switches.hxx"\
 
12982
        ".\missing.h"\
11963
12983
        
11964
12984
NODEP_CPP_SWITC=\
11965
 
        ".\port\bspf.hxx"\
11966
 
        ".\port\missing.h"\
11967
 
        ".\port\pspstdint.h"\
 
12985
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
11968
12986
        
11969
12987
 
11970
12988
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12003
13021
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
12004
13022
 
12005
13023
DEP_CPP_SYSTE=\
 
13024
        "..\common\Array.hxx"\
12006
13025
        "..\emucore\Deserializer.hxx"\
12007
13026
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
12008
13027
        "..\emucore\m6502\src\Device.hxx"\
12023
13042
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
12024
13043
 
12025
13044
DEP_CPP_SYSTE=\
 
13045
        "..\common\Array.hxx"\
12026
13046
        "..\emucore\Deserializer.hxx"\
12027
13047
        "..\emucore\m6502\src\Device.hxx"\
12028
13048
        "..\emucore\m6502\src\M6502.hxx"\
12035
13055
        "..\gui\StringList.hxx"\
12036
13056
        
12037
13057
NODEP_CPP_SYSTE=\
12038
 
        "..\gui\Array.hxx"\
12039
 
        ".\port\bspf.hxx"\
12040
 
        ".\port\missing.h"\
12041
 
        ".\port\pspstdint.h"\
 
13058
        "..\common\bspf.hxx"\
 
13059
        "..\emucore\bspf.hxx"\
 
13060
        "..\emucore\m6502\src\bspf.hxx"\
 
13061
        "..\gui\bspf.hxx"\
12042
13062
        
12043
13063
 
12044
13064
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12045
13065
 
12046
13066
DEP_CPP_SYSTE=\
 
13067
        "..\common\Array.hxx"\
12047
13068
        "..\emucore\Deserializer.hxx"\
12048
13069
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
12049
13070
        "..\emucore\m6502\src\Device.hxx"\
12059
13080
        
12060
13081
NODEP_CPP_SYSTE=\
12061
13082
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12062
 
        "..\gui\Array.hxx"\
12063
13083
        
12064
13084
 
12065
13085
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
12093
13113
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
12094
13114
 
12095
13115
DEP_CPP_TIA_C=\
 
13116
        "..\common\Array.hxx"\
12096
13117
        "..\emucore\Cart.hxx"\
12097
13118
        "..\emucore\Console.hxx"\
12098
13119
        "..\emucore\Control.hxx"\
12120
13141
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
12121
13142
 
12122
13143
DEP_CPP_TIA_C=\
 
13144
        "..\common\Array.hxx"\
12123
13145
        "..\emucore\Cart.hxx"\
12124
13146
        "..\emucore\Console.hxx"\
12125
13147
        "..\emucore\Control.hxx"\
12126
13148
        "..\emucore\Deserializer.hxx"\
 
13149
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
12127
13150
        "..\emucore\m6502\src\Device.hxx"\
12128
13151
        "..\emucore\m6502\src\M6502.hxx"\
12129
13152
        "..\emucore\m6502\src\NullDev.hxx"\
12137
13160
        "..\emucore\TIA.hxx"\
12138
13161
        "..\gui\GuiUtils.hxx"\
12139
13162
        "..\gui\StringList.hxx"\
 
13163
        ".\missing.h"\
12140
13164
        
12141
13165
NODEP_CPP_TIA_C=\
12142
 
        "..\gui\Array.hxx"\
12143
 
        ".\port\bspf.hxx"\
12144
 
        ".\port\missing.h"\
12145
 
        ".\port\pspstdint.h"\
 
13166
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12146
13167
        
12147
13168
 
12148
13169
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12149
13170
 
12150
13171
DEP_CPP_TIA_C=\
 
13172
        "..\common\Array.hxx"\
12151
13173
        "..\emucore\Cart.hxx"\
12152
13174
        "..\emucore\Console.hxx"\
12153
13175
        "..\emucore\Control.hxx"\
12170
13192
        
12171
13193
NODEP_CPP_TIA_C=\
12172
13194
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12173
 
        "..\gui\Array.hxx"\
12174
13195
        
12175
13196
 
12176
13197
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
12231
13252
        "..\emucore\TIASnd.hxx"\
12232
13253
        
12233
13254
NODEP_CPP_TIASN=\
12234
 
        ".\port\bspf.hxx"\
12235
 
        ".\port\missing.h"\
12236
 
        ".\port\pspstdint.h"\
 
13255
        "..\emucore\bspf.hxx"\
 
13256
        "..\emucore\m6502\src\bspf.hxx"\
12237
13257
        
12238
13258
 
12239
13259
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12275
13295
 
12276
13296
DEP_CPP_UNZIP=\
12277
13297
        "..\emucore\unzip.h"\
12278
 
        
12279
 
NODEP_CPP_UNZIP=\
12280
13298
        ".\zlib\zconf.h"\
12281
13299
        ".\zlib\zlib.h"\
12282
13300
        
12285
13303
 
12286
13304
DEP_CPP_UNZIP=\
12287
13305
        "..\emucore\unzip.h"\
12288
 
        
12289
 
NODEP_CPP_UNZIP=\
12290
13306
        ".\zlib\zconf.h"\
12291
13307
        ".\zlib\zlib.h"\
12292
13308
        
12295
13311
 
12296
13312
DEP_CPP_UNZIP=\
12297
13313
        "..\emucore\unzip.h"\
12298
 
        
12299
 
NODEP_CPP_UNZIP=\
12300
13314
        ".\zlib\zconf.h"\
12301
13315
        ".\zlib\zlib.h"\
12302
13316
        
12305
13319
 
12306
13320
DEP_CPP_UNZIP=\
12307
13321
        "..\emucore\unzip.h"\
 
13322
        ".\zlib\zconf.h"\
 
13323
        ".\zlib\zlib.h"\
12308
13324
        
12309
13325
 
12310
13326
!ENDIF 
12416
13432
# End Source File
12417
13433
# Begin Source File
12418
13434
 
 
13435
SOURCE=..\emucore\DefProps.hxx
 
13436
# End Source File
 
13437
# Begin Source File
 
13438
 
12419
13439
SOURCE=..\emucore\Deserializer.hxx
12420
13440
# End Source File
12421
13441
# Begin Source File
12576
13596
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
12577
13597
 
12578
13598
DEP_CPP_FRAMEB=\
 
13599
        "..\common\Array.hxx"\
12579
13600
        "..\emucore\Cart.hxx"\
12580
13601
        "..\emucore\Console.hxx"\
12581
13602
        "..\emucore\Control.hxx"\
12597
13618
        "..\gui\StringList.hxx"\
12598
13619
        ".\FrameBufferWinCE.hxx"\
12599
13620
        ".\missing.h"\
12600
 
        
12601
 
NODEP_CPP_FRAMEB=\
12602
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12603
13621
        ".\sdl\begin_code.h"\
12604
13622
        ".\sdl\close_code.h"\
12605
13623
        ".\sdl\SDL.h"\
12618
13636
        ".\sdl\SDL_mutex.h"\
12619
13637
        ".\sdl\SDL_quit.h"\
12620
13638
        ".\sdl\SDL_rwops.h"\
12621
 
        ".\sdl\SDL_syswm.h"\
12622
13639
        ".\sdl\SDL_timer.h"\
12623
13640
        ".\sdl\SDL_types.h"\
12624
13641
        ".\sdl\SDL_version.h"\
12625
13642
        ".\sdl\SDL_video.h"\
12626
 
        ".\x.h"\
 
13643
        {$(INCLUDE)}"gx.h"\
 
13644
        
 
13645
NODEP_CPP_FRAMEB=\
 
13646
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12627
13647
        
12628
13648
 
12629
13649
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
12630
13650
 
12631
13651
DEP_CPP_FRAMEB=\
 
13652
        "..\common\Array.hxx"\
12632
13653
        "..\emucore\Cart.hxx"\
12633
13654
        "..\emucore\Console.hxx"\
12634
13655
        "..\emucore\Control.hxx"\
12635
13656
        "..\emucore\Event.hxx"\
12636
13657
        "..\emucore\EventHandler.hxx"\
12637
13658
        "..\emucore\FrameBuffer.hxx"\
 
13659
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
12638
13660
        "..\emucore\m6502\src\Device.hxx"\
12639
13661
        "..\emucore\M6532.hxx"\
12640
13662
        "..\emucore\MediaSrc.hxx"\
12641
13663
        "..\emucore\OSystem.hxx"\
12642
13664
        "..\emucore\Props.hxx"\
 
13665
        "..\emucore\Serializer.hxx"\
12643
13666
        "..\emucore\Settings.hxx"\
12644
13667
        "..\emucore\Sound.hxx"\
12645
13668
        "..\emucore\TIA.hxx"\
12647
13670
        "..\gui\GuiUtils.hxx"\
12648
13671
        "..\gui\StringList.hxx"\
12649
13672
        ".\FrameBufferWinCE.hxx"\
12650
 
        
12651
 
NODEP_CPP_FRAMEB=\
12652
 
        "..\emucore\bspf.hxx"\
12653
 
        "..\emucore\m6502\src\bspf.hxx"\
12654
 
        "..\gui\Array.hxx"\
12655
 
        "..\gui\bspf.hxx"\
12656
 
        ".\bspf.hxx"\
 
13673
        ".\missing.h"\
12657
13674
        ".\sdl\begin_code.h"\
12658
13675
        ".\sdl\close_code.h"\
12659
13676
        ".\sdl\SDL.h"\
12672
13689
        ".\sdl\SDL_mutex.h"\
12673
13690
        ".\sdl\SDL_quit.h"\
12674
13691
        ".\sdl\SDL_rwops.h"\
12675
 
        ".\sdl\SDL_syswm.h"\
12676
13692
        ".\sdl\SDL_timer.h"\
12677
13693
        ".\sdl\SDL_types.h"\
12678
13694
        ".\sdl\SDL_version.h"\
12679
13695
        ".\sdl\SDL_video.h"\
 
13696
        
 
13697
NODEP_CPP_FRAMEB=\
 
13698
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12680
13699
        ".\x.h"\
12681
13700
        
12682
13701
 
12683
13702
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12684
13703
 
12685
13704
DEP_CPP_FRAMEB=\
 
13705
        "..\common\Array.hxx"\
12686
13706
        "..\emucore\Cart.hxx"\
12687
13707
        "..\emucore\Console.hxx"\
12688
13708
        "..\emucore\Control.hxx"\
12695
13715
        "..\emucore\MediaSrc.hxx"\
12696
13716
        "..\emucore\OSystem.hxx"\
12697
13717
        "..\emucore\Props.hxx"\
 
13718
        "..\emucore\Serializer.hxx"\
12698
13719
        "..\emucore\Settings.hxx"\
12699
13720
        "..\emucore\Sound.hxx"\
12700
13721
        "..\emucore\TIA.hxx"\
12703
13724
        "..\gui\StringList.hxx"\
12704
13725
        ".\FrameBufferWinCE.hxx"\
12705
13726
        ".\missing.h"\
12706
 
        
12707
 
NODEP_CPP_FRAMEB=\
12708
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12709
 
        "..\gui\Array.hxx"\
12710
13727
        ".\sdl\begin_code.h"\
12711
13728
        ".\sdl\close_code.h"\
12712
13729
        ".\sdl\SDL.h"\
12725
13742
        ".\sdl\SDL_mutex.h"\
12726
13743
        ".\sdl\SDL_quit.h"\
12727
13744
        ".\sdl\SDL_rwops.h"\
12728
 
        ".\sdl\SDL_syswm.h"\
12729
13745
        ".\sdl\SDL_timer.h"\
12730
13746
        ".\sdl\SDL_types.h"\
12731
13747
        ".\sdl\SDL_version.h"\
12732
13748
        ".\sdl\SDL_video.h"\
 
13749
        
 
13750
NODEP_CPP_FRAMEB=\
 
13751
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12733
13752
        ".\x.h"\
12734
13753
        
12735
13754
 
12800
13819
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
12801
13820
 
12802
13821
DEP_CPP_FSNODE=\
 
13822
        "..\common\Array.hxx"\
12803
13823
        "..\emucore\FSNode.hxx"\
 
13824
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
 
13825
        ".\missing.h"\
 
13826
        
 
13827
NODEP_CPP_FSNODE=\
 
13828
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12804
13829
        
12805
13830
 
12806
13831
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
12807
13832
 
12808
13833
DEP_CPP_FSNODE=\
 
13834
        "..\common\Array.hxx"\
12809
13835
        "..\emucore\FSNode.hxx"\
12810
13836
        
12811
13837
NODEP_CPP_FSNODE=\
12812
 
        "..\gui\Array.hxx"\
12813
 
        "..\gui\bspf.hxx"\
 
13838
        "..\common\bspf.hxx"\
12814
13839
        
12815
13840
 
12816
13841
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12817
13842
 
12818
13843
DEP_CPP_FSNODE=\
 
13844
        "..\common\Array.hxx"\
12819
13845
        "..\emucore\FSNode.hxx"\
12820
13846
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
12821
13847
        ".\missing.h"\
12822
13848
        
12823
13849
NODEP_CPP_FSNODE=\
12824
13850
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12825
 
        "..\gui\Array.hxx"\
12826
13851
        
12827
13852
 
12828
13853
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
12847
13872
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
12848
13873
 
12849
13874
DEP_CPP_MISSI=\
 
13875
        "..\common\Array.hxx"\
12850
13876
        "..\emucore\Cart.hxx"\
12851
13877
        "..\emucore\Console.hxx"\
12852
13878
        "..\emucore\Control.hxx"\
12869
13895
        ".\FrameBufferWinCE.hxx"\
12870
13896
        ".\missing.h"\
12871
13897
        ".\OSystemWinCE.hxx"\
12872
 
        
12873
 
NODEP_CPP_MISSI=\
12874
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12875
13898
        ".\sdl\begin_code.h"\
12876
13899
        ".\sdl\close_code.h"\
12877
13900
        ".\sdl\SDL.h"\
12890
13913
        ".\sdl\SDL_mutex.h"\
12891
13914
        ".\sdl\SDL_quit.h"\
12892
13915
        ".\sdl\SDL_rwops.h"\
12893
 
        ".\sdl\SDL_syswm.h"\
12894
13916
        ".\sdl\SDL_timer.h"\
12895
13917
        ".\sdl\SDL_types.h"\
12896
13918
        ".\sdl\SDL_version.h"\
12897
13919
        ".\sdl\SDL_video.h"\
12898
 
        ".\x.h"\
 
13920
        {$(INCLUDE)}"gx.h"\
 
13921
        
 
13922
NODEP_CPP_MISSI=\
 
13923
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12899
13924
        
12900
13925
 
12901
13926
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
12902
13927
 
12903
13928
DEP_CPP_MISSI=\
 
13929
        "..\common\Array.hxx"\
12904
13930
        "..\emucore\Cart.hxx"\
12905
13931
        "..\emucore\Console.hxx"\
12906
13932
        "..\emucore\Control.hxx"\
12907
13933
        "..\emucore\Event.hxx"\
12908
13934
        "..\emucore\EventHandler.hxx"\
12909
13935
        "..\emucore\FrameBuffer.hxx"\
 
13936
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
12910
13937
        "..\emucore\m6502\src\Device.hxx"\
12911
13938
        "..\emucore\M6532.hxx"\
12912
13939
        "..\emucore\MediaSrc.hxx"\
12913
13940
        "..\emucore\OSystem.hxx"\
12914
13941
        "..\emucore\Props.hxx"\
 
13942
        "..\emucore\Serializer.hxx"\
12915
13943
        "..\emucore\Settings.hxx"\
12916
13944
        "..\emucore\Sound.hxx"\
12917
13945
        "..\emucore\TIA.hxx"\
12919
13947
        "..\gui\GuiUtils.hxx"\
12920
13948
        "..\gui\StringList.hxx"\
12921
13949
        ".\FrameBufferWinCE.hxx"\
 
13950
        ".\missing.h"\
12922
13951
        ".\OSystemWinCE.hxx"\
12923
 
        
12924
 
NODEP_CPP_MISSI=\
12925
 
        "..\emucore\bspf.hxx"\
12926
 
        "..\emucore\m6502\src\bspf.hxx"\
12927
 
        "..\gui\Array.hxx"\
12928
 
        "..\gui\bspf.hxx"\
12929
 
        ".\bspf.hxx"\
12930
13952
        ".\sdl\begin_code.h"\
12931
13953
        ".\sdl\close_code.h"\
12932
13954
        ".\sdl\SDL.h"\
12945
13967
        ".\sdl\SDL_mutex.h"\
12946
13968
        ".\sdl\SDL_quit.h"\
12947
13969
        ".\sdl\SDL_rwops.h"\
12948
 
        ".\sdl\SDL_syswm.h"\
12949
13970
        ".\sdl\SDL_timer.h"\
12950
13971
        ".\sdl\SDL_types.h"\
12951
13972
        ".\sdl\SDL_version.h"\
12952
13973
        ".\sdl\SDL_video.h"\
 
13974
        
 
13975
NODEP_CPP_MISSI=\
 
13976
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12953
13977
        ".\x.h"\
12954
13978
        
12955
13979
 
12956
13980
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
12957
13981
 
12958
13982
DEP_CPP_MISSI=\
 
13983
        "..\common\Array.hxx"\
12959
13984
        "..\emucore\Cart.hxx"\
12960
13985
        "..\emucore\Console.hxx"\
12961
13986
        "..\emucore\Control.hxx"\
12968
13993
        "..\emucore\MediaSrc.hxx"\
12969
13994
        "..\emucore\OSystem.hxx"\
12970
13995
        "..\emucore\Props.hxx"\
 
13996
        "..\emucore\Serializer.hxx"\
12971
13997
        "..\emucore\Settings.hxx"\
12972
13998
        "..\emucore\Sound.hxx"\
12973
13999
        "..\emucore\TIA.hxx"\
12977
14003
        ".\FrameBufferWinCE.hxx"\
12978
14004
        ".\missing.h"\
12979
14005
        ".\OSystemWinCE.hxx"\
12980
 
        
12981
 
NODEP_CPP_MISSI=\
12982
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
12983
 
        "..\gui\Array.hxx"\
12984
14006
        ".\sdl\begin_code.h"\
12985
14007
        ".\sdl\close_code.h"\
12986
14008
        ".\sdl\SDL.h"\
12999
14021
        ".\sdl\SDL_mutex.h"\
13000
14022
        ".\sdl\SDL_quit.h"\
13001
14023
        ".\sdl\SDL_rwops.h"\
13002
 
        ".\sdl\SDL_syswm.h"\
13003
14024
        ".\sdl\SDL_timer.h"\
13004
14025
        ".\sdl\SDL_types.h"\
13005
14026
        ".\sdl\SDL_version.h"\
13006
14027
        ".\sdl\SDL_video.h"\
 
14028
        
 
14029
NODEP_CPP_MISSI=\
 
14030
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13007
14031
        ".\x.h"\
13008
14032
        
13009
14033
 
13075
14099
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
13076
14100
 
13077
14101
DEP_CPP_OSYSTE=\
 
14102
        "..\common\Array.hxx"\
13078
14103
        "..\emucore\Cart.hxx"\
13079
14104
        "..\emucore\Console.hxx"\
13080
14105
        "..\emucore\Control.hxx"\
13098
14123
        ".\FrameBufferWinCE.hxx"\
13099
14124
        ".\missing.h"\
13100
14125
        ".\OSystemWinCE.hxx"\
13101
 
        ".\SoundWinCE.hxx"\
13102
 
        
13103
 
NODEP_CPP_OSYSTE=\
13104
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13105
14126
        ".\sdl\begin_code.h"\
13106
14127
        ".\sdl\close_code.h"\
13107
14128
        ".\sdl\SDL.h"\
13120
14141
        ".\sdl\SDL_mutex.h"\
13121
14142
        ".\sdl\SDL_quit.h"\
13122
14143
        ".\sdl\SDL_rwops.h"\
13123
 
        ".\sdl\SDL_syswm.h"\
13124
14144
        ".\sdl\SDL_timer.h"\
13125
14145
        ".\sdl\SDL_types.h"\
13126
14146
        ".\sdl\SDL_version.h"\
13127
14147
        ".\sdl\SDL_video.h"\
13128
 
        ".\x.h"\
 
14148
        ".\SoundWinCE.hxx"\
 
14149
        {$(INCLUDE)}"gx.h"\
 
14150
        
 
14151
NODEP_CPP_OSYSTE=\
 
14152
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13129
14153
        
13130
14154
 
13131
14155
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
13132
14156
 
13133
14157
DEP_CPP_OSYSTE=\
 
14158
        "..\common\Array.hxx"\
13134
14159
        "..\emucore\Cart.hxx"\
13135
14160
        "..\emucore\Console.hxx"\
13136
14161
        "..\emucore\Control.hxx"\
13137
14162
        "..\emucore\Event.hxx"\
13138
14163
        "..\emucore\EventHandler.hxx"\
13139
14164
        "..\emucore\FrameBuffer.hxx"\
 
14165
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
13140
14166
        "..\emucore\m6502\src\Device.hxx"\
13141
14167
        "..\emucore\M6532.hxx"\
13142
14168
        "..\emucore\MediaSrc.hxx"\
13143
14169
        "..\emucore\OSystem.hxx"\
13144
14170
        "..\emucore\Props.hxx"\
 
14171
        "..\emucore\Serializer.hxx"\
13145
14172
        "..\emucore\Settings.hxx"\
13146
14173
        "..\emucore\Sound.hxx"\
13147
14174
        "..\emucore\TIA.hxx"\
13150
14177
        "..\gui\GuiUtils.hxx"\
13151
14178
        "..\gui\StringList.hxx"\
13152
14179
        ".\FrameBufferWinCE.hxx"\
 
14180
        ".\missing.h"\
13153
14181
        ".\OSystemWinCE.hxx"\
13154
 
        ".\SoundWinCE.hxx"\
13155
 
        
13156
 
NODEP_CPP_OSYSTE=\
13157
 
        "..\emucore\bspf.hxx"\
13158
 
        "..\emucore\m6502\src\bspf.hxx"\
13159
 
        "..\gui\Array.hxx"\
13160
 
        "..\gui\bspf.hxx"\
13161
 
        ".\bspf.hxx"\
13162
14182
        ".\sdl\begin_code.h"\
13163
14183
        ".\sdl\close_code.h"\
13164
14184
        ".\sdl\SDL.h"\
13177
14197
        ".\sdl\SDL_mutex.h"\
13178
14198
        ".\sdl\SDL_quit.h"\
13179
14199
        ".\sdl\SDL_rwops.h"\
13180
 
        ".\sdl\SDL_syswm.h"\
13181
14200
        ".\sdl\SDL_timer.h"\
13182
14201
        ".\sdl\SDL_types.h"\
13183
14202
        ".\sdl\SDL_version.h"\
13184
14203
        ".\sdl\SDL_video.h"\
 
14204
        ".\SoundWinCE.hxx"\
 
14205
        
 
14206
NODEP_CPP_OSYSTE=\
 
14207
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13185
14208
        ".\x.h"\
13186
14209
        
13187
14210
 
13188
14211
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
13189
14212
 
13190
14213
DEP_CPP_OSYSTE=\
 
14214
        "..\common\Array.hxx"\
13191
14215
        "..\emucore\Cart.hxx"\
13192
14216
        "..\emucore\Console.hxx"\
13193
14217
        "..\emucore\Control.hxx"\
13200
14224
        "..\emucore\MediaSrc.hxx"\
13201
14225
        "..\emucore\OSystem.hxx"\
13202
14226
        "..\emucore\Props.hxx"\
 
14227
        "..\emucore\Serializer.hxx"\
13203
14228
        "..\emucore\Settings.hxx"\
13204
14229
        "..\emucore\Sound.hxx"\
13205
14230
        "..\emucore\TIA.hxx"\
13210
14235
        ".\FrameBufferWinCE.hxx"\
13211
14236
        ".\missing.h"\
13212
14237
        ".\OSystemWinCE.hxx"\
13213
 
        ".\SoundWinCE.hxx"\
13214
 
        
13215
 
NODEP_CPP_OSYSTE=\
13216
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13217
 
        "..\gui\Array.hxx"\
13218
14238
        ".\sdl\begin_code.h"\
13219
14239
        ".\sdl\close_code.h"\
13220
14240
        ".\sdl\SDL.h"\
13233
14253
        ".\sdl\SDL_mutex.h"\
13234
14254
        ".\sdl\SDL_quit.h"\
13235
14255
        ".\sdl\SDL_rwops.h"\
13236
 
        ".\sdl\SDL_syswm.h"\
13237
14256
        ".\sdl\SDL_timer.h"\
13238
14257
        ".\sdl\SDL_types.h"\
13239
14258
        ".\sdl\SDL_version.h"\
13240
14259
        ".\sdl\SDL_video.h"\
 
14260
        ".\SoundWinCE.hxx"\
 
14261
        
 
14262
NODEP_CPP_OSYSTE=\
 
14263
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13241
14264
        ".\x.h"\
13242
14265
        
13243
14266
 
13311
14334
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
13312
14335
 
13313
14336
DEP_CPP_POCKE=\
 
14337
        "..\common\Array.hxx"\
13314
14338
        "..\emucore\Cart.hxx"\
13315
14339
        "..\emucore\Console.hxx"\
13316
14340
        "..\emucore\Control.hxx"\
13335
14359
        ".\FrameBufferWinCE.hxx"\
13336
14360
        ".\missing.h"\
13337
14361
        ".\OSystemWinCE.hxx"\
13338
 
        ".\SettingsWinCE.hxx"\
13339
 
        
13340
 
NODEP_CPP_POCKE=\
13341
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13342
14362
        ".\sdl\begin_code.h"\
13343
14363
        ".\sdl\close_code.h"\
13344
14364
        ".\sdl\SDL.h"\
13357
14377
        ".\sdl\SDL_mutex.h"\
13358
14378
        ".\sdl\SDL_quit.h"\
13359
14379
        ".\sdl\SDL_rwops.h"\
13360
 
        ".\sdl\SDL_syswm.h"\
13361
14380
        ".\sdl\SDL_timer.h"\
13362
14381
        ".\sdl\SDL_types.h"\
13363
14382
        ".\sdl\SDL_version.h"\
13364
14383
        ".\sdl\SDL_video.h"\
13365
 
        ".\x.h"\
 
14384
        ".\SettingsWinCE.hxx"\
 
14385
        {$(INCLUDE)}"gx.h"\
 
14386
        
 
14387
NODEP_CPP_POCKE=\
 
14388
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13366
14389
        
13367
14390
 
13368
14391
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
13369
14392
 
13370
14393
DEP_CPP_POCKE=\
 
14394
        "..\common\Array.hxx"\
13371
14395
        "..\emucore\Cart.hxx"\
13372
14396
        "..\emucore\Console.hxx"\
13373
14397
        "..\emucore\Control.hxx"\
13375
14399
        "..\emucore\EventHandler.hxx"\
13376
14400
        "..\emucore\FrameBuffer.hxx"\
13377
14401
        "..\emucore\FSNode.hxx"\
 
14402
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
13378
14403
        "..\emucore\m6502\src\Device.hxx"\
13379
14404
        "..\emucore\M6532.hxx"\
13380
14405
        "..\emucore\MediaSrc.hxx"\
13381
14406
        "..\emucore\OSystem.hxx"\
13382
14407
        "..\emucore\Props.hxx"\
13383
14408
        "..\emucore\PropsSet.hxx"\
 
14409
        "..\emucore\Serializer.hxx"\
13384
14410
        "..\emucore\Settings.hxx"\
13385
14411
        "..\emucore\Sound.hxx"\
13386
14412
        "..\emucore\TIA.hxx"\
13388
14414
        "..\gui\GuiUtils.hxx"\
13389
14415
        "..\gui\StringList.hxx"\
13390
14416
        ".\FrameBufferWinCE.hxx"\
 
14417
        ".\missing.h"\
13391
14418
        ".\OSystemWinCE.hxx"\
13392
 
        ".\SettingsWinCE.hxx"\
13393
 
        
13394
 
NODEP_CPP_POCKE=\
13395
 
        "..\emucore\bspf.hxx"\
13396
 
        "..\emucore\m6502\src\bspf.hxx"\
13397
 
        "..\gui\Array.hxx"\
13398
 
        "..\gui\bspf.hxx"\
13399
 
        ".\bspf.hxx"\
13400
14419
        ".\sdl\begin_code.h"\
13401
14420
        ".\sdl\close_code.h"\
13402
14421
        ".\sdl\SDL.h"\
13415
14434
        ".\sdl\SDL_mutex.h"\
13416
14435
        ".\sdl\SDL_quit.h"\
13417
14436
        ".\sdl\SDL_rwops.h"\
13418
 
        ".\sdl\SDL_syswm.h"\
13419
14437
        ".\sdl\SDL_timer.h"\
13420
14438
        ".\sdl\SDL_types.h"\
13421
14439
        ".\sdl\SDL_version.h"\
13422
14440
        ".\sdl\SDL_video.h"\
 
14441
        ".\SettingsWinCE.hxx"\
 
14442
        
 
14443
NODEP_CPP_POCKE=\
 
14444
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13423
14445
        ".\x.h"\
13424
14446
        
13425
14447
 
13426
14448
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
13427
14449
 
13428
14450
DEP_CPP_POCKE=\
 
14451
        "..\common\Array.hxx"\
13429
14452
        "..\emucore\Cart.hxx"\
13430
14453
        "..\emucore\Console.hxx"\
13431
14454
        "..\emucore\Control.hxx"\
13440
14463
        "..\emucore\OSystem.hxx"\
13441
14464
        "..\emucore\Props.hxx"\
13442
14465
        "..\emucore\PropsSet.hxx"\
 
14466
        "..\emucore\Serializer.hxx"\
13443
14467
        "..\emucore\Settings.hxx"\
13444
14468
        "..\emucore\Sound.hxx"\
13445
14469
        "..\emucore\TIA.hxx"\
13449
14473
        ".\FrameBufferWinCE.hxx"\
13450
14474
        ".\missing.h"\
13451
14475
        ".\OSystemWinCE.hxx"\
13452
 
        ".\SettingsWinCE.hxx"\
13453
 
        
13454
 
NODEP_CPP_POCKE=\
13455
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13456
 
        "..\gui\Array.hxx"\
13457
14476
        ".\sdl\begin_code.h"\
13458
14477
        ".\sdl\close_code.h"\
13459
14478
        ".\sdl\SDL.h"\
13472
14491
        ".\sdl\SDL_mutex.h"\
13473
14492
        ".\sdl\SDL_quit.h"\
13474
14493
        ".\sdl\SDL_rwops.h"\
13475
 
        ".\sdl\SDL_syswm.h"\
13476
14494
        ".\sdl\SDL_timer.h"\
13477
14495
        ".\sdl\SDL_types.h"\
13478
14496
        ".\sdl\SDL_version.h"\
13479
14497
        ".\sdl\SDL_video.h"\
 
14498
        ".\SettingsWinCE.hxx"\
 
14499
        
 
14500
NODEP_CPP_POCKE=\
 
14501
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13480
14502
        ".\x.h"\
13481
14503
        
13482
14504
 
13547
14569
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
13548
14570
 
13549
14571
DEP_CPP_SETTIN=\
 
14572
        "..\common\Array.hxx"\
13550
14573
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
13551
14574
        "..\emucore\Settings.hxx"\
13552
14575
        ".\missing.h"\
13559
14582
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
13560
14583
 
13561
14584
DEP_CPP_SETTIN=\
 
14585
        "..\common\Array.hxx"\
13562
14586
        "..\emucore\Settings.hxx"\
13563
14587
        ".\SettingsWinCE.hxx"\
13564
14588
        
13565
14589
NODEP_CPP_SETTIN=\
 
14590
        "..\common\bspf.hxx"\
13566
14591
        "..\emucore\bspf.hxx"\
13567
14592
        ".\bspf.hxx"\
13568
14593
        
13570
14595
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
13571
14596
 
13572
14597
DEP_CPP_SETTIN=\
 
14598
        "..\common\Array.hxx"\
13573
14599
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
13574
14600
        "..\emucore\Settings.hxx"\
13575
14601
        ".\missing.h"\
13582
14608
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
13583
14609
 
13584
14610
DEP_CPP_SETTIN=\
 
14611
        "..\common\Array.hxx"\
13585
14612
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
13586
14613
        "..\emucore\Settings.hxx"\
13587
14614
        ".\missing.h"\
13605
14632
!IF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Release"
13606
14633
 
13607
14634
DEP_CPP_SOUNDW=\
 
14635
        "..\common\Array.hxx"\
13608
14636
        "..\emucore\Cart.hxx"\
13609
14637
        "..\emucore\Console.hxx"\
13610
14638
        "..\emucore\Control.hxx"\
13629
14657
        "..\gui\GuiUtils.hxx"\
13630
14658
        "..\gui\StringList.hxx"\
13631
14659
        ".\missing.h"\
13632
 
        ".\SoundWinCE.hxx"\
13633
 
        
13634
 
NODEP_CPP_SOUNDW=\
13635
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13636
14660
        ".\sdl\begin_code.h"\
13637
14661
        ".\sdl\close_code.h"\
13638
14662
        ".\sdl\SDL.h"\
13651
14675
        ".\sdl\SDL_mutex.h"\
13652
14676
        ".\sdl\SDL_quit.h"\
13653
14677
        ".\sdl\SDL_rwops.h"\
13654
 
        ".\sdl\SDL_syswm.h"\
13655
14678
        ".\sdl\SDL_timer.h"\
13656
14679
        ".\sdl\SDL_types.h"\
13657
14680
        ".\sdl\SDL_version.h"\
13658
14681
        ".\sdl\SDL_video.h"\
 
14682
        ".\SoundWinCE.hxx"\
 
14683
        
 
14684
NODEP_CPP_SOUNDW=\
 
14685
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13659
14686
        
13660
14687
 
13661
14688
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE ARM) Debug"
13662
14689
 
13663
14690
DEP_CPP_SOUNDW=\
 
14691
        "..\common\Array.hxx"\
13664
14692
        "..\emucore\Cart.hxx"\
13665
14693
        "..\emucore\Console.hxx"\
13666
14694
        "..\emucore\Control.hxx"\
13668
14696
        "..\emucore\Event.hxx"\
13669
14697
        "..\emucore\EventHandler.hxx"\
13670
14698
        "..\emucore\FrameBuffer.hxx"\
 
14699
        "..\emucore\m6502\src\bspf\src\bspf.hxx"\
13671
14700
        "..\emucore\m6502\src\Device.hxx"\
13672
14701
        "..\emucore\m6502\src\NullDev.hxx"\
13673
14702
        "..\emucore\m6502\src\System.hxx"\
13683
14712
        "..\gui\Font.hxx"\
13684
14713
        "..\gui\GuiUtils.hxx"\
13685
14714
        "..\gui\StringList.hxx"\
13686
 
        ".\SoundWinCE.hxx"\
13687
 
        
13688
 
NODEP_CPP_SOUNDW=\
13689
 
        "..\emucore\bspf.hxx"\
13690
 
        "..\emucore\m6502\src\bspf.hxx"\
13691
 
        "..\gui\Array.hxx"\
13692
 
        "..\gui\bspf.hxx"\
13693
 
        ".\bspf.hxx"\
 
14715
        ".\missing.h"\
13694
14716
        ".\sdl\begin_code.h"\
13695
14717
        ".\sdl\close_code.h"\
13696
14718
        ".\sdl\SDL.h"\
13709
14731
        ".\sdl\SDL_mutex.h"\
13710
14732
        ".\sdl\SDL_quit.h"\
13711
14733
        ".\sdl\SDL_rwops.h"\
13712
 
        ".\sdl\SDL_syswm.h"\
13713
14734
        ".\sdl\SDL_timer.h"\
13714
14735
        ".\sdl\SDL_types.h"\
13715
14736
        ".\sdl\SDL_version.h"\
13716
14737
        ".\sdl\SDL_video.h"\
 
14738
        ".\SoundWinCE.hxx"\
 
14739
        
 
14740
NODEP_CPP_SOUNDW=\
 
14741
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13717
14742
        
13718
14743
 
13719
14744
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Release"
13720
14745
 
13721
14746
DEP_CPP_SOUNDW=\
 
14747
        "..\common\Array.hxx"\
13722
14748
        "..\emucore\Cart.hxx"\
13723
14749
        "..\emucore\Console.hxx"\
13724
14750
        "..\emucore\Control.hxx"\
13743
14769
        "..\gui\GuiUtils.hxx"\
13744
14770
        "..\gui\StringList.hxx"\
13745
14771
        ".\missing.h"\
13746
 
        ".\SoundWinCE.hxx"\
13747
 
        
13748
 
NODEP_CPP_SOUNDW=\
13749
 
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13750
 
        "..\gui\Array.hxx"\
13751
14772
        ".\sdl\begin_code.h"\
13752
14773
        ".\sdl\close_code.h"\
13753
14774
        ".\sdl\SDL.h"\
13766
14787
        ".\sdl\SDL_mutex.h"\
13767
14788
        ".\sdl\SDL_quit.h"\
13768
14789
        ".\sdl\SDL_rwops.h"\
13769
 
        ".\sdl\SDL_syswm.h"\
13770
14790
        ".\sdl\SDL_timer.h"\
13771
14791
        ".\sdl\SDL_types.h"\
13772
14792
        ".\sdl\SDL_version.h"\
13773
14793
        ".\sdl\SDL_video.h"\
 
14794
        ".\SoundWinCE.hxx"\
 
14795
        
 
14796
NODEP_CPP_SOUNDW=\
 
14797
        "..\emucore\m6502\src\bspf\src\pspstdint.h"\
13774
14798
        
13775
14799
 
13776
14800
!ELSEIF  "$(CFG)" == "PocketStella - Win32 (WCE x86) Debug"
13801
14825
        "..\gui\GuiUtils.hxx"\
13802
14826
        "..\gui\StringList.hxx"\
13803
14827
        ".\missing.h"\
 
14828
        ".\sdl\begin_code.h"\
 
14829
        ".\sdl\close_code.h"\
 
14830
        ".\sdl\SDL.h"\
 
14831
        ".\sdl\SDL_active.h"\
 
14832
        ".\sdl\SDL_audio.h"\
 
14833
        ".\sdl\SDL_byteorder.h"\
 
14834
        ".\sdl\SDL_cdrom.h"\
 
14835
        ".\sdl\SDL_error.h"\
 
14836
        ".\sdl\SDL_events.h"\
 
14837
        ".\sdl\SDL_getenv.h"\
 
14838
        ".\sdl\SDL_joystick.h"\
 
14839
        ".\sdl\SDL_keyboard.h"\
 
14840
        ".\sdl\SDL_keysym.h"\
 
14841
        ".\sdl\SDL_main.h"\
 
14842
        ".\sdl\SDL_mouse.h"\
 
14843
        ".\sdl\SDL_mutex.h"\
 
14844
        ".\sdl\SDL_quit.h"\
 
14845
        ".\sdl\SDL_rwops.h"\
 
14846
        ".\sdl\SDL_timer.h"\
 
14847
        ".\sdl\SDL_types.h"\
 
14848
        ".\sdl\SDL_version.h"\
 
14849
        ".\sdl\SDL_video.h"\
13804
14850
        ".\SoundWinCE.hxx"\
13805
14851
        
13806
14852
NODEP_CPP_SOUNDW=\