~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to intern/string/make/msvc_6_0/string.dsp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-07-23 08:54:18 UTC
  • mfrom: (14.2.16 sid)
  • mto: (14.2.19 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120723085418-9foz30v6afaf5ffs
Tags: 2.63a-2
* debian/: Cycles support added (Closes: #658075)
  For now, this top feature has been enabled only
  on [any-amd64 any-i386] architectures because
  of OpenImageIO failing on all others
* debian/: scripts installation path changed
  from /usr/lib to /usr/share:
  + debian/patches/: patchset re-worked for path changing
  + debian/control: "Breaks" field added on yafaray-exporter

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="string" - 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=string - 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 "string.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 "string.mak" CFG="string - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "string - Win32 Release" (based on "Win32 (x86) Static Library")
21
 
!MESSAGE "string - Win32 Debug" (based on "Win32 (x86) Static Library")
22
 
!MESSAGE 
23
 
 
24
 
# Begin Project
25
 
# PROP AllowPerConfigDependencies 0
26
 
# PROP Scc_ProjName ""
27
 
# PROP Scc_LocalPath ""
28
 
CPP=cl.exe
29
 
RSC=rc.exe
30
 
 
31
 
!IF  "$(CFG)" == "string - Win32 Release"
32
 
 
33
 
# PROP BASE Use_MFC 0
34
 
# PROP BASE Use_Debug_Libraries 0
35
 
# PROP BASE Output_Dir "Release"
36
 
# PROP BASE Intermediate_Dir "Release"
37
 
# PROP BASE Target_Dir ""
38
 
# PROP Use_MFC 0
39
 
# PROP Use_Debug_Libraries 0
40
 
# PROP Output_Dir "..\..\..\..\obj\windows\intern\string"
41
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\intern\string"
42
 
# PROP Target_Dir ""
43
 
LINK32=link.exe -lib
44
 
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
45
 
# ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
46
 
# ADD BASE RSC /l 0x409 /d "NDEBUG"
47
 
# ADD RSC /l 0x409 /d "NDEBUG"
48
 
BSC32=bscmake.exe
49
 
# ADD BASE BSC32 /nologo
50
 
# ADD BSC32 /nologo
51
 
LIB32=link.exe -lib
52
 
# ADD BASE LIB32 /nologo
53
 
# ADD LIB32 /nologo /out:"..\..\..\..\obj\windows\intern\string\libstring.lib"
54
 
# Begin Special Build Tool
55
 
SOURCE="$(InputPath)"
56
 
PostBuild_Cmds=ECHO Copying header files        XCOPY /Y ..\..\*.h  ..\..\..\..\..\lib\windows\string\include\  ECHO Copying lib        XCOPY /Y ..\..\..\..\obj\windows\intern\string\*.lib ..\..\..\..\..\lib\windows\string\lib\*.a  ECHO Done
57
 
# End Special Build Tool
58
 
 
59
 
!ELSEIF  "$(CFG)" == "string - Win32 Debug"
60
 
 
61
 
# PROP BASE Use_MFC 0
62
 
# PROP BASE Use_Debug_Libraries 1
63
 
# PROP BASE Output_Dir "Debug"
64
 
# PROP BASE Intermediate_Dir "Debug"
65
 
# PROP BASE Target_Dir ""
66
 
# PROP Use_MFC 0
67
 
# PROP Use_Debug_Libraries 1
68
 
# PROP Output_Dir "../../../../obj/windows/intern/string/debug"
69
 
# PROP Intermediate_Dir "../../../../obj/windows/intern/string/debug"
70
 
# PROP Target_Dir ""
71
 
LINK32=link.exe -lib
72
 
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
73
 
# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../.." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
74
 
# ADD BASE RSC /l 0x409 /d "_DEBUG"
75
 
# ADD RSC /l 0x409 /d "_DEBUG"
76
 
BSC32=bscmake.exe
77
 
# ADD BASE BSC32 /nologo
78
 
# ADD BSC32 /nologo
79
 
LIB32=link.exe -lib
80
 
# ADD BASE LIB32 /nologo
81
 
# ADD LIB32 /nologo /out:"../../../../obj/windows/intern/string/debug\libstring.lib"
82
 
# Begin Special Build Tool
83
 
SOURCE="$(InputPath)"
84
 
PostBuild_Cmds=ECHO Copying header files        XCOPY /Y ..\..\*.h  ..\..\..\..\..\lib\windows\string\include\  ECHO Copying lib        XCOPY /Y ..\..\..\..\obj\windows\intern\string\debug\*.lib ..\..\..\..\..\lib\windows\string\lib\debug\*.a      ECHO Done
85
 
# End Special Build Tool
86
 
 
87
 
!ENDIF 
88
 
 
89
 
# Begin Target
90
 
 
91
 
# Name "string - Win32 Release"
92
 
# Name "string - Win32 Debug"
93
 
# Begin Group "Source Files"
94
 
 
95
 
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
96
 
# Begin Source File
97
 
 
98
 
SOURCE=..\..\intern\STR_String.cpp
99
 
# End Source File
100
 
# End Group
101
 
# Begin Group "Header Files"
102
 
 
103
 
# PROP Default_Filter "h;hpp;hxx;hm;inl"
104
 
# Begin Group "intern"
105
 
 
106
 
# PROP Default_Filter ""
107
 
# End Group
108
 
# Begin Group "extern"
109
 
 
110
 
# PROP Default_Filter ""
111
 
# Begin Source File
112
 
 
113
 
SOURCE=..\..\STR_HashedString.h
114
 
# End Source File
115
 
# Begin Source File
116
 
 
117
 
SOURCE=..\..\STR_String.h
118
 
# End Source File
119
 
# End Group
120
 
# End Group
121
 
# End Target
122
 
# End Project