- changed project type to Generic Project so that can be correcly converted to VS...
[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) Generic Project" 0x010a
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) Generic Project")
21 !MESSAGE
22
23 # Begin Project
24 # PROP AllowPerConfigDependencies 0
25 # PROP Scc_ProjName ""
26 # PROP Scc_LocalPath ""
27 MTL=midl.exe
28 # PROP BASE Use_MFC 0
29 # PROP BASE Use_Debug_Libraries 1
30 # PROP BASE Output_Dir "Debug"
31 # PROP BASE Intermediate_Dir "Debug"
32 # PROP BASE Target_Dir ""
33 # PROP Use_MFC 0
34 # PROP Use_Debug_Libraries 1
35 # PROP Output_Dir ""
36 # PROP Intermediate_Dir ""
37 # PROP Target_Dir ""
38 # Begin Target
39
40 # Name "avra - Win32 Debug"
41
42 # Begin Source File
43
44 SOURCE=.\peeph.def
45 # PROP Ignore_Default_Tool 1
46 # Begin Custom Build
47 InputPath=.\peeph.def
48
49 "peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
50         echo on
51         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul
52
53 # End Custom Build
54 # End Source File
55 # End Target
56 # End Project