~ubuntu-branches/ubuntu/precise/plib/precise

« back to all changes in this revision

Viewing changes to src/psl/psl.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Frauenfelder
  • Date: 2004-08-26 23:31:16 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040826233116-vqusvk3ytn6lq3rl
Tags: 1.8.3-2
* Corrected C++ syntax in ssgAux/ssgaSky.h. Thanks to
  neuro.harald AT surfeu.at for the patch. Closes: #260355
* Build-Depends on libx11-dev, libxmu-dev instead of xlibs-dev
* Removed build depends on g++, libc6.
* Changed (build) depends on libgl-dev to xlibmesa-gl-dev | libgl-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="psl" - 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=psl - 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 "psl.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 "psl.mak" CFG="psl - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "psl - Win32 Release" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE "psl - Win32 Debug" (based on "Win32 (x86) Static Library")
 
22
!MESSAGE 
 
23
 
 
24
# Begin Project
 
25
# PROP AllowPerConfigDependencies 0
 
26
CPP=cl.exe
 
27
RSC=rc.exe
 
28
 
 
29
!IF  "$(CFG)" == "psl - 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 "_MBCS" /D "_LIB" /YX /FD /c
 
42
# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\util" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
 
43
# SUBTRACT CPP /YX
 
44
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
45
# ADD RSC /l 0x409 /d "NDEBUG"
 
46
BSC32=bscmake.exe
 
47
# ADD BASE BSC32 /nologo
 
48
# ADD BSC32 /nologo
 
49
LIB32=link.exe -lib
 
50
# ADD BASE LIB32 /nologo
 
51
# ADD LIB32 /nologo
 
52
# Begin Special Build Tool
 
53
SOURCE="$(InputPath)"
 
54
PostBuild_Desc=Copy Library to plib directory
 
55
PostBuild_Cmds=copy release\*.lib ..\..\*.*     copy psl.h ..\..\psl.h
 
56
# End Special Build Tool
 
57
 
 
58
!ELSEIF  "$(CFG)" == "psl - Win32 Debug"
 
59
 
 
60
# PROP BASE Use_MFC 0
 
61
# PROP BASE Use_Debug_Libraries 1
 
62
# PROP BASE Output_Dir "Debug"
 
63
# PROP BASE Intermediate_Dir "Debug"
 
64
# PROP BASE Target_Dir ""
 
65
# PROP Use_MFC 0
 
66
# PROP Use_Debug_Libraries 1
 
67
# PROP Output_Dir "Debug"
 
68
# PROP Intermediate_Dir "Debug"
 
69
# PROP Target_Dir ""
 
70
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
71
# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\util" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
 
72
# SUBTRACT CPP /YX
 
73
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
74
# ADD RSC /l 0x409 /d "_DEBUG"
 
75
BSC32=bscmake.exe
 
76
# ADD BASE BSC32 /nologo
 
77
# ADD BSC32 /nologo
 
78
LIB32=link.exe -lib
 
79
# ADD BASE LIB32 /nologo
 
80
# ADD LIB32 /nologo /out:"Debug\psl_d.lib"
 
81
# Begin Special Build Tool
 
82
SOURCE="$(InputPath)"
 
83
PostBuild_Desc=Copy Library to plib directory
 
84
PostBuild_Cmds=copy debug\*.lib ..\..\*.*       copy psl.h ..\..\psl.h
 
85
# End Special Build Tool
 
86
 
 
87
!ENDIF 
 
88
 
 
89
# Begin Target
 
90
 
 
91
# Name "psl - Win32 Release"
 
92
# Name "psl - Win32 Debug"
 
93
# Begin Source File
 
94
 
 
95
SOURCE=.\pslCodeGen.cxx
 
96
# End Source File
 
97
# Begin Source File
 
98
 
 
99
SOURCE=.\pslCompiler.cxx
 
100
# End Source File
 
101
# Begin Source File
 
102
 
 
103
SOURCE=.\pslCompiler.h
 
104
# End Source File
 
105
# Begin Source File
 
106
 
 
107
SOURCE=.\pslContext.cxx
 
108
# End Source File
 
109
# Begin Source File
 
110
 
 
111
SOURCE=.\pslContext.h
 
112
# End Source File
 
113
# Begin Source File
 
114
 
 
115
SOURCE=.\psl.cxx
 
116
# End Source File
 
117
# Begin Source File
 
118
 
 
119
SOURCE=.\pslDump.cxx
 
120
# End Source File
 
121
# Begin Source File
 
122
 
 
123
SOURCE=.\pslError.cxx
 
124
# End Source File
 
125
# Begin Source File
 
126
 
 
127
SOURCE=.\pslExpression.cxx
 
128
# End Source File
 
129
# Begin Source File
 
130
 
 
131
SOURCE=.\pslFileIO.cxx
 
132
# End Source File
 
133
# Begin Source File
 
134
 
 
135
SOURCE=.\pslFileIO.h
 
136
# End Source File
 
137
# Begin Source File
 
138
 
 
139
SOURCE=.\psl.h
 
140
# End Source File
 
141
# Begin Source File
 
142
 
 
143
SOURCE=.\pslLocal.h
 
144
# End Source File
 
145
# Begin Source File
 
146
 
 
147
SOURCE=.\pslOpcodes.h
 
148
# End Source File
 
149
# Begin Source File
 
150
 
 
151
SOURCE=.\pslProgram.cxx
 
152
# End Source File
 
153
# Begin Source File
 
154
 
 
155
SOURCE=.\pslSymbol.h
 
156
# End Source File
 
157
# Begin Source File
 
158
 
 
159
SOURCE=.\pslSymbols.cxx
 
160
# End Source File
 
161
# Begin Source File
 
162
 
 
163
SOURCE=.\pslToken.cxx
 
164
# End Source File
 
165
# End Target
 
166
# End Project