~ubuntu-branches/ubuntu/utopic/cccc/utopic

« back to all changes in this revision

Viewing changes to pccts/h/pcctslib50.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2003-08-23 04:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20030823043405-xnzd3mn3hwtvi6dr
Tags: upstream-3.pre81
ImportĀ upstreamĀ versionĀ 3.pre81

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="pcctslib" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 5.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Static Library" 0x0104
 
6
 
 
7
CFG=pcctslib - 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 "pcctslib50.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 "pcctslib50.mak" CFG="pcctslib - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "pcctslib - Win32 Release" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE "pcctslib - Win32 Debug" (based on "Win32 (x86) Static Library")
 
22
!MESSAGE 
 
23
 
 
24
# Begin Project
 
25
# PROP Scc_ProjName ""
 
26
# PROP Scc_LocalPath ""
 
27
CPP=cl.exe
 
28
 
 
29
!IF  "$(CFG)" == "pcctslib - Win32 Release"
 
30
 
 
31
# PROP BASE Use_MFC 0
 
32
# PROP BASE Use_Debug_Libraries 0
 
33
# PROP BASE Output_Dir "Release"
 
34
# PROP BASE Intermediate_Dir "Release"
 
35
# PROP BASE Target_Dir ""
 
36
# PROP Use_MFC 0
 
37
# PROP Use_Debug_Libraries 0
 
38
# PROP Output_Dir "Release"
 
39
# PROP Intermediate_Dir "Release"
 
40
# PROP Target_Dir ""
 
41
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
 
42
# ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /FD /c
 
43
# SUBTRACT CPP /YX
 
44
BSC32=bscmake.exe
 
45
# ADD BASE BSC32 /nologo
 
46
# ADD BSC32 /nologo
 
47
LIB32=link.exe -lib
 
48
# ADD BASE LIB32 /nologo
 
49
# ADD LIB32 /nologo /out:"pccts_release.lib"
 
50
# Begin Special Build Tool
 
51
SOURCE=$(InputPath)
 
52
PostBuild_Desc=Copy to ..\lib
 
53
PostBuild_Cmds=mkdir ..\lib     copy pccts_release.lib ..\lib\pccts_release.lib
 
54
# End Special Build Tool
 
55
 
 
56
!ELSEIF  "$(CFG)" == "pcctslib - Win32 Debug"
 
57
 
 
58
# PROP BASE Use_MFC 0
 
59
# PROP BASE Use_Debug_Libraries 1
 
60
# PROP BASE Output_Dir "Debug"
 
61
# PROP BASE Intermediate_Dir "Debug"
 
62
# PROP BASE Target_Dir ""
 
63
# PROP Use_MFC 0
 
64
# PROP Use_Debug_Libraries 1
 
65
# PROP Output_Dir "Debug"
 
66
# PROP Intermediate_Dir "Debug"
 
67
# PROP Target_Dir ""
 
68
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
 
69
# ADD CPP /nologo /W3 /GX /Z7 /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /FD /c
 
70
# SUBTRACT CPP /YX
 
71
BSC32=bscmake.exe
 
72
# ADD BASE BSC32 /nologo
 
73
# ADD BSC32 /nologo
 
74
LIB32=link.exe -lib
 
75
# ADD BASE LIB32 /nologo
 
76
# ADD LIB32 /nologo /out:"pccts_debug.lib"
 
77
# Begin Special Build Tool
 
78
SOURCE=$(InputPath)
 
79
PostBuild_Desc=Copy to ..\lib
 
80
PostBuild_Cmds=mkdir ..\lib     copy pccts_debug.lib ..\lib\pccts_debug.lib
 
81
# End Special Build Tool
 
82
 
 
83
!ENDIF 
 
84
 
 
85
# Begin Target
 
86
 
 
87
# Name "pcctslib - Win32 Release"
 
88
# Name "pcctslib - Win32 Debug"
 
89
# Begin Source File
 
90
 
 
91
SOURCE=.\AParser.cpp
 
92
# End Source File
 
93
# Begin Source File
 
94
 
 
95
SOURCE=.\ASTBase.cpp
 
96
# End Source File
 
97
# Begin Source File
 
98
 
 
99
SOURCE=.\ATokenBuffer.cpp
 
100
# End Source File
 
101
# Begin Source File
 
102
 
 
103
SOURCE=.\BufFileInput.cpp
 
104
# End Source File
 
105
# Begin Source File
 
106
 
 
107
SOURCE=.\DLexerBase.cpp
 
108
# End Source File
 
109
# Begin Source File
 
110
 
 
111
SOURCE=.\PCCTSAST.cpp
 
112
# End Source File
 
113
# Begin Source File
 
114
 
 
115
SOURCE=.\SList.cpp
 
116
# End Source File
 
117
# End Target
 
118
# End Project