Fixed problem where slocs can be shared by two operands, in which case
[fw/sdcc] / src / avr / avra.dsp
1 # Microsoft Developer Studio Project File - Name="avra" - 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=avra - 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 "avra.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 "avra.mak" CFG="avra - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "avra - 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
49 # Begin Target
50
51 # Name "avra - 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.def
58 # PROP Ignore_Default_Tool 1
59 # Begin Custom Build
60 InputPath=.\peeph.def
61
62 "peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63         echo on 
64         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul 
65         
66 # End Custom Build
67 # End Source File
68 # End Group
69 # Begin Group "Header Files"
70
71 # PROP Default_Filter "h;hpp;hxx;hm;inl"
72 # End Group
73 # End Target
74 # End Project