Removed Release configuration until stable
[fw/sdcc] / src / pic / pic.dsp
1 # Microsoft Developer Studio Project File - Name="pic" - 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=pic - 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 "pic.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 "pic.mak" CFG="pic - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "pic - 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 /Zm500 /GZ /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 "pic - 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=.\genarith.c
62 # End Source File
63 # Begin Source File
64
65 SOURCE=.\glue.c
66 # End Source File
67 # Begin Source File
68
69 SOURCE=.\main.c
70 # End Source File
71 # Begin Source File
72
73 SOURCE=.\pcode.c
74 # End Source File
75 # Begin Source File
76
77 SOURCE=.\pcodepeep.c
78 # End Source File
79 # Begin Source File
80
81 SOURCE=.\ralloc.c
82 # End Source File
83 # End Group
84 # Begin Group "Header Files"
85
86 # PROP Default_Filter "h;hpp;hxx;hm;inl"
87 # Begin Source File
88
89 SOURCE=.\gen.h
90 # End Source File
91 # Begin Source File
92
93 SOURCE=.\glue.h
94 # End Source File
95 # Begin Source File
96
97 SOURCE=.\main.h
98 # End Source File
99 # Begin Source File
100
101 SOURCE=.\pcode.h
102 # End Source File
103 # Begin Source File
104
105 SOURCE=.\ralloc.h
106 # End Source File
107 # End Group
108 # End Target
109 # End Project