stdio.h not needed
[fw/sdcc] / support / cpp / sdcpp.dsp
1 # Microsoft Developer Studio Project File - Name="sdcpp" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=sdcpp - 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 "sdcpp.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 "sdcpp.mak" CFG="sdcpp - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "sdcpp - Win32 Debug" (based on "Win32 (x86) Console Application")
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 Ignore_Export_Lib 0
39 # PROP Target_Dir ""
40 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
41 # ADD CPP /nologo /G3 /ML /W3 /Gm /GX /ZI /Od /I "..\util" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"./" /J /FD /GZ /c
42 # SUBTRACT CPP /WX
43 # ADD BASE RSC /l 0x409 /d "_DEBUG"
44 # ADD RSC /l 0x409 /d "_DEBUG"
45 BSC32=bscmake.exe
46 # ADD BASE BSC32 /nologo
47 # ADD BSC32 /nologo /o".\sdcpp.bsc"
48 LINK32=link.exe
49 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
50 # ADD LINK32 /nologo /version:2.2 /subsystem:console /debug /machine:I386 /out:"..\..\bin\sdcpp.exe" /pdbtype:sept
51 # SUBTRACT LINK32 /incremental:no
52 # Begin Target
53
54 # Name "sdcpp - Win32 Debug"
55 # Begin Group "Source Files"
56
57 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
58 # Begin Source File
59
60 SOURCE=cppalloc.c
61 # End Source File
62 # Begin Source File
63
64 SOURCE=cpperror.c
65 # End Source File
66 # Begin Source File
67
68 SOURCE=cppexp.c
69 # End Source File
70 # Begin Source File
71
72 SOURCE=cpphash.c
73 # End Source File
74 # Begin Source File
75
76 SOURCE=cpplib.c
77 # End Source File
78 # Begin Source File
79
80 SOURCE=cppmain.c
81 # End Source File
82 # Begin Source File
83
84 SOURCE=..\Util\NewAlloc.c
85 # End Source File
86 # End Group
87 # Begin Group "Header Files"
88
89 # PROP Default_Filter "h;hpp;hxx;hm;inl"
90 # Begin Source File
91
92 SOURCE=.\config.h
93 # End Source File
94 # Begin Source File
95
96 SOURCE=.\cpphash.h
97 # End Source File
98 # Begin Source File
99
100 SOURCE=.\cpplib.h
101 # End Source File
102 # Begin Source File
103
104 SOURCE=..\Util\newalloc.h
105 # End Source File
106 # Begin Source File
107
108 SOURCE=.\tm.h
109 # End Source File
110 # End Group
111 # Begin Group "Resource Files"
112
113 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
114 # End Group
115 # Begin Group "Test"
116
117 # PROP Default_Filter ""
118 # Begin Source File
119
120 SOURCE=.\test\cpptest.c
121 # PROP Exclude_From_Build 1
122 # End Source File
123 # End Group
124 # End Target
125 # End Project