f7341ac5a04c5f19a583f2d1741ccacb4a9e9647
[fw/sdcc] / src / z80 / z80a.dsp
1 # Microsoft Developer Studio Project File - Name="z80a" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Generic Project" 0x010a
6
7 CFG=z80a - Win32 Release
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE 
11 !MESSAGE NMAKE /f "z80a.mak".
12 !MESSAGE 
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE 
16 !MESSAGE NMAKE /f "z80a.mak" CFG="z80a - Win32 Release"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "z80a - Win32 Debug" (based on "Win32 (x86) Generic Project")
21 !MESSAGE "z80a - Win32 Release" (based on "Win32 (x86) Generic Project")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
28 MTL=midl.exe
29
30 !IF  "$(CFG)" == "z80a - Win32 Debug"
31
32 # PROP BASE Use_MFC 0
33 # PROP BASE Use_Debug_Libraries 1
34 # PROP BASE Output_Dir "Debug"
35 # PROP BASE Intermediate_Dir "Debug"
36 # PROP BASE Target_Dir ""
37 # PROP Use_MFC 0
38 # PROP Use_Debug_Libraries 1
39 # PROP Output_Dir ""
40 # PROP Intermediate_Dir ""
41 # PROP Target_Dir ""
42
43 !ELSEIF  "$(CFG)" == "z80a - Win32 Release"
44
45 # PROP BASE Use_MFC 0
46 # PROP BASE Use_Debug_Libraries 1
47 # PROP BASE Output_Dir "Release"
48 # PROP BASE Intermediate_Dir "Release"
49 # PROP BASE Target_Dir ""
50 # PROP Use_MFC 0
51 # PROP Use_Debug_Libraries 1
52 # PROP Output_Dir ""
53 # PROP Intermediate_Dir ""
54 # PROP Target_Dir ""
55
56 !ENDIF 
57
58 # Begin Target
59
60 # Name "z80a - Win32 Debug"
61 # Name "z80a - Win32 Release"
62 # Begin Source File
63
64 SOURCE=".\peeph-gbz80.def"
65
66 !IF  "$(CFG)" == "z80a - Win32 Debug"
67
68 # Begin Custom Build
69 InputPath=".\peeph-gbz80.def"
70
71 "peeph-gbz80.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
72         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph-gbz80.rul
73
74 # End Custom Build
75
76 !ELSEIF  "$(CFG)" == "z80a - Win32 Release"
77
78 # Begin Custom Build
79 InputPath=".\peeph-gbz80.def"
80
81 "peeph-gbz80.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
82         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph-gbz80.rul
83
84 # End Custom Build
85
86 !ENDIF 
87
88 # End Source File
89 # Begin Source File
90
91 SOURCE=".\peeph-z80.def"
92
93 !IF  "$(CFG)" == "z80a - Win32 Debug"
94
95 # Begin Custom Build
96 InputPath=".\peeph-z80.def"
97
98 "peeph-z80.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
99         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph-z80.rul
100
101 # End Custom Build
102
103 !ELSEIF  "$(CFG)" == "z80a - Win32 Release"
104
105 # Begin Custom Build
106 InputPath=".\peeph-z80.def"
107
108 "peeph-z80.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
109         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph-z80.rul
110
111 # End Custom Build
112
113 !ENDIF 
114
115 # End Source File
116 # Begin Source File
117
118 SOURCE=".\peeph.def"
119
120 !IF  "$(CFG)" == "z80a - Win32 Debug"
121
122 # Begin Custom Build
123 InputPath=".\peeph.def"
124
125 "peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
126         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul
127
128 # End Custom Build
129
130 !ELSEIF  "$(CFG)" == "z80a - Win32 Release"
131
132 # Begin Custom Build
133 InputPath=".\peeph.def"
134
135 "peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
136         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul
137
138 # End Custom Build
139
140 !ENDIF 
141
142 # End Source File
143 # End Target
144 # End Project