ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Makefile.WIN32
(Generate patch)

Comparing Frodo4/Src/Makefile.WIN32 (file contents):
Revision 1.1 by cebix, 2003-07-01T17:14:36Z vs.
Revision 1.2 by cebix, 2003-07-01T17:18:02Z

# Line 1 | Line 1
1 < # Makefile.in for Frodo (WIN32 DirectX with MSVC++)
1 > # Makefile for Frodo (WIN32 DirectX with MSVC++)
2  
3   ## Version information
4   VERSION   = 4
# Line 63 | Line 63 | clean:
63   .c.obj:
64          $(CXX) $(ALLCFLAGS) -o $@ -c $*.c
65        
66 < C64_SC.obj: C64.cpp C64.h C64_WIN32.i CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h
66 > C64_SC.obj: C64.cpp C64.h C64_WIN32.h CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h
67          $(CXX) $(ALLSCCFLAGS) -Fo$@ -c $*.cpp
68  
69 < CPUC64_SC.obj: CPUC64_SC.cpp CPUC64.h CPU_emulcycle.i CPU_common.h C64.h VIC.h SID.h CIA.h REU.h IEC.h Display.h Version.h
69 > CPUC64_SC.obj: CPUC64_SC.cpp CPUC64.h CPU_emulcycle.h CPU_common.h C64.h VIC.h SID.h CIA.h REU.h IEC.h Display.h Version.h
70          $(CXX) $(ALLSCCFLAGS) -Fo$@ -c $*.cpp
71  
72 < CPU1541_SC.obj: CPU1541_SC.cpp CPU1541.h CPU_emulcycle.i CPU_common.h 1541job.h C64.h CIA.h Display.h
72 > CPU1541_SC.obj: CPU1541_SC.cpp CPU1541.h CPU_emulcycle.h CPU_common.h 1541job.h C64.h CIA.h Display.h
73          $(CXX) $(ALLSCCFLAGS) -Fo$@ -c $*.cpp
74  
75   VIC_SC.obj: VIC_SC.cpp VIC.h C64.h CPUC64.h Display.h Prefs.h
# Line 78 | Line 78 | VIC_SC.obj: VIC_SC.cpp VIC.h C64.h CPUC6
78   CIA_SC.obj: CIA_SC.cpp CIA.h CPUC64.h CPU1541.h VIC.h Prefs.h
79          $(CXX) $(ALLSCCFLAGS) -Fo$@ -c $*.cpp
80  
81 < C64_PC.obj: C64.cpp C64.h C64_WIN32.i CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h
81 > C64_PC.obj: C64.cpp C64.h C64_WIN32.h CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h
82          $(CXX) $(ALLPCCFLAGS) -Fo$@ -c $*.cpp
83  
84 < CPUC64_PC.obj: CPUC64.cpp CPUC64.h CPU_emulline.i CPU_common.h C64.h VIC.h SID.h CIA.h REU.h IEC.h Display.h Version.h
84 > CPUC64_PC.obj: CPUC64.cpp CPUC64.h CPU_emulline.h CPU_common.h C64.h VIC.h SID.h CIA.h REU.h IEC.h Display.h Version.h
85          $(CXX) $(ALLPCCFLAGS) -DPC_IS_POINTER=0 -Fo$@ -c $*.cpp
86  
87 < CPU1541_PC.obj: CPU1541_PC.cpp CPU1541.h CPU_emulline.i CPU_common.h 1541job.h C64.h CIA.h Display.h
87 > CPU1541_PC.obj: CPU1541_PC.cpp CPU1541.h CPU_emulline.h CPU_common.h 1541job.h C64.h CIA.h Display.h
88          $(CXX) $(ALLPCCFLAGS) -Fo$@ -c $*.cpp
89  
90   ## Dependencies
91 < main.obj: main.cpp main.h main_WIN32.i C64.h Display.h Prefs.h SAM.h
92 < C64.obj: C64.cpp C64.h C64_WIN32.i CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h
91 > main.obj: main.cpp main.h main_WIN32.h C64.h Display.h Prefs.h SAM.h
92 > C64.obj: C64.cpp C64.h C64_WIN32.h CmdPipe.h CPUC64.h CPU1541.h VIC.h SID.h CIA.h REU.h IEC.h 1541job.h Display.h Prefs.h
93   CmdPipe.obj: CmdPipe.h
94 < Display.obj: Display.cpp Display.h Display_WIN32.i main.h Prefs.h Version.h resource.h
95 < Prefs.obj: Prefs.cpp Prefs.h Prefs_WIN32.i Display.h main.h resource.h
96 < CPUC64.obj: CPUC64.cpp CPUC64.h CPU_emulline.i C64.h VIC.h SID.h CIA.h REU.h IEC.h Display.h Version.h
97 < CPU1541.obj: CPU1541.cpp CPU1541.h CPU_emulline.i 1541job.h C64.h CIA.h Display.h
94 > Display.obj: Display.cpp Display.h Display_WIN32.h main.h Prefs.h Version.h resource.h
95 > Prefs.obj: Prefs.cpp Prefs.h Prefs_WIN32.h Display.h main.h resource.h
96 > CPUC64.obj: CPUC64.cpp CPUC64.h CPU_emulline.h C64.h VIC.h SID.h CIA.h REU.h IEC.h Display.h Version.h
97 > CPU1541.obj: CPU1541.cpp CPU1541.h CPU_emulline.h 1541job.h C64.h CIA.h Display.h
98   CPU_common.obj: CPU_common.cpp CPU_common.h
99   VIC.obj: VIC.cpp VIC.h C64.h CPUC64.h Display.h Prefs.h
100 < SID.obj: SID.cpp SID.h SID_WIN32.i Prefs.h main.h
100 > SID.obj: SID.cpp SID.h SID_WIN32.h Prefs.h main.h
101   CIA.obj: CIA.cpp CIA.h CPUC64.h CPU1541.h VIC.h Prefs.h
102   IEC.obj: IEC.cpp IEC.h 1541fs.h 1541d64.h 1541t64.h Prefs.h Display.h
103   1541fs.obj: 1541fs.cpp 1541fs.h IEC.h main.h Prefs.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines