Removed Release configuration until stable
[fw/sdcc] / src / ds390 / ds390a.dsp
1 # Microsoft Developer Studio Project File - Name="ds390a" - 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=ds390a - 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 "ds390a.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 "ds390a.mak" CFG="ds390a - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "ds390a - 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 /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 "ds390a - 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 # Begin Custom Build
59 InputPath=.\peeph.def
60
61 "peeph.rul" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
62         echo on 
63         gawk -f ../SDCCpeeph.awk $(InputPath) >peeph.rul 
64         
65 # End Custom Build
66 # End Source File
67 # End Group
68 # Begin Group "Header Files"
69
70 # PROP Default_Filter "h;hpp;hxx;hm;inl"
71 # End Group
72 # End Target
73 # End Project