Removed Release configuration until stable
[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) Static Library" 0x0104
6
7 CFG=z80a - Win32 Debug
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 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "z80a - Win32 Debug" (based on "Win32 (x86) Static Library")
21 !MESSAGE 
22
23 # Begin Project
24 # PROP AllowPerConfigDependencies 0
25 # PROP Scc_ProjName ""
26 # PROP Scc_LocalPath ""
27 CPP=cl.exe
28 RSC=rc.exe
29 # PROP BASE Use_MFC 0
30 # PROP BASE Use_Debug_Libraries 1
31 # PROP BASE Output_Dir "Debug"
32 # PROP BASE Intermediate_Dir "Debug"
33 # PROP BASE Target_Dir ""
34 # PROP Use_MFC 0
35 # PROP Use_Debug_Libraries 1
36 # PROP Output_Dir ""
37 # PROP Intermediate_Dir ""
38 # PROP Target_Dir ""
39 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
40 # ADD CPP /nologo /G3 /ML /W3 /WX /Gm /GX /ZI /Od /I ".." /I "." /I "..\.." /I "..\..\support\util" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /J /FD /GZ /Zm500 /c
41 # ADD BASE RSC /l 0x409 /d "_DEBUG"
42 # ADD RSC /l 0x409 /d "_DEBUG"
43 BSC32=bscmake.exe
44 # ADD BASE BSC32 /nologo
45 # ADD BSC32 /nologo
46 LIB32=link.exe -lib
47 # ADD BASE LIB32 /nologo
48 # ADD LIB32 /nologo /out:"port.lib"
49 # Begin Target
50
51 # Name "z80a - Win32 Debug"
52 # Begin Group "Source Files"
53
54 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
55 # Begin Source File
56
57 SOURCE=".\peeph-gbz80.def"
58 # Begin Custom Build
59 InputPath=".\peeph-gbz80.def"
60
61 "peeph-gbz80.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
62         echo on 
63         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph-gbz80.rul 
64         
65 # End Custom Build
66 # End Source File
67 # Begin Source File
68
69 SOURCE=".\peeph-z80.def"
70 # Begin Custom Build
71 InputPath=".\peeph-z80.def"
72
73 "peeph-z80.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
74         echo on 
75         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph-z80.rul 
76         
77 # End Custom Build
78 # End Source File
79 # Begin Source File
80
81 SOURCE=".\peeph.def"
82 # Begin Custom Build
83 InputPath=".\peeph.def"
84
85 "peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
86         echo on 
87         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul 
88         
89 # End Custom Build
90 # End Source File
91 # End Group
92 # Begin Group "Header Files"
93
94 # PROP Default_Filter "h;hpp;hxx;hm;inl"
95 # End Group
96 # End Target
97 # End Project