Help-text corrected
[fw/sdcc] / src / avr / avr.dsp
1 # Microsoft Developer Studio Project File - Name="avr" - 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=avr - 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 "avr.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 "avr.mak" CFG="avr - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "avr - 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 "avr - 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=.\gen.c
58 # End Source File
59 # Begin Source File
60
61 SOURCE=.\main.c
62 # End Source File
63 # Begin Source File
64
65 SOURCE=.\ralloc.c
66 # End Source File
67 # End Group
68 # Begin Group "Header Files"
69
70 # PROP Default_Filter "h;hpp;hxx;hm;inl"
71 # Begin Source File
72
73 SOURCE=.\gen.h
74 # End Source File
75 # Begin Source File
76
77 SOURCE=.\main.h
78 # End Source File
79 # Begin Source File
80
81 SOURCE=.\ralloc.h
82 # End Source File
83 # End Group
84 # End Target
85 # End Project