~ubuntu-branches/ubuntu/intrepid/blender/intrepid-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-08-08 02:45:40 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080808024540-kkjp7ekfivzhuw3l
Tags: 2.46+dfsg-4
* Fix python syntax warning in import_dxf.py, which led to nasty output
  in installation/upgrade logs during byte-compilation, using a patch
  provided by the script author (Closes: #492280):
   - debian/patches/45_fix_python_syntax_warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Microsoft Developer Studio Project File - Name="guardedalloc" - 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=guardedalloc - 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 "guardedalloc.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 "guardedalloc.mak" CFG="guardedalloc - Win32 Debug"
17
 
!MESSAGE 
18
 
!MESSAGE Possible choices for configuration are:
19
 
!MESSAGE 
20
 
!MESSAGE "guardedalloc - Win32 Release" (based on "Win32 (x86) Static Library")
21
 
!MESSAGE "guardedalloc - 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)" == "guardedalloc - 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\guardedalloc\"
41
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\intern\guardedalloc\"
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 /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\guardedalloc\libguardedalloc.lib"
54
 
# Begin Special Build Tool
55
 
SOURCE="$(InputPath)"
56
 
PostBuild_Cmds=ECHO Copying header files        XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\guardedalloc\include\     ECHO Copying lib        XCOPY /Y ..\..\..\..\obj\windows\intern\guardedalloc\*.lib ..\..\..\..\..\lib\windows\guardedalloc\lib\*.a      ECHO Done
57
 
# End Special Build Tool
58
 
 
59
 
!ELSEIF  "$(CFG)" == "guardedalloc - 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\guardedalloc\debug"
69
 
# PROP Intermediate_Dir "..\..\..\..\obj\windows\intern\guardedalloc\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 /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\guardedalloc\debug\libguardedalloc.lib"
82
 
# Begin Special Build Tool
83
 
SOURCE="$(InputPath)"
84
 
PostBuild_Cmds=ECHO Copying header files        XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\guardedalloc\include\     ECHO Copying lib        XCOPY /Y ..\..\..\..\obj\windows\intern\guardedalloc\debug\*.lib ..\..\..\..\..\lib\windows\guardedalloc\lib\debug\*.a  ECHO Done
85
 
# End Special Build Tool
86
 
 
87
 
!ENDIF 
88
 
 
89
 
# Begin Target
90
 
 
91
 
# Name "guardedalloc - Win32 Release"
92
 
# Name "guardedalloc - 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\mallocn.c
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 "extern"
105
 
 
106
 
# PROP Default_Filter ""
107
 
# Begin Source File
108
 
 
109
 
SOURCE=..\..\MEM_guardedalloc.h
110
 
# End Source File
111
 
# End Group
112
 
# End Group
113
 
# End Target
114
 
# End Project
 
1
# Microsoft Developer Studio Project File - Name="guardedalloc" - 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=guardedalloc - 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 "guardedalloc.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 "guardedalloc.mak" CFG="guardedalloc - Win32 Debug"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "guardedalloc - Win32 Release" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE "guardedalloc - 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)" == "guardedalloc - 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\guardedalloc\"
 
41
# PROP Intermediate_Dir "..\..\..\..\obj\windows\intern\guardedalloc\"
 
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 /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\guardedalloc\libguardedalloc.lib"
 
54
# Begin Special Build Tool
 
55
SOURCE="$(InputPath)"
 
56
PostBuild_Cmds=ECHO Copying header files        XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\guardedalloc\include\     ECHO Copying lib        XCOPY /Y ..\..\..\..\obj\windows\intern\guardedalloc\*.lib ..\..\..\..\..\lib\windows\guardedalloc\lib\*.a      ECHO Done
 
57
# End Special Build Tool
 
58
 
 
59
!ELSEIF  "$(CFG)" == "guardedalloc - 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\guardedalloc\debug"
 
69
# PROP Intermediate_Dir "..\..\..\..\obj\windows\intern\guardedalloc\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 /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\guardedalloc\debug\libguardedalloc.lib"
 
82
# Begin Special Build Tool
 
83
SOURCE="$(InputPath)"
 
84
PostBuild_Cmds=ECHO Copying header files        XCOPY /Y ..\..\*.h ..\..\..\..\..\lib\windows\guardedalloc\include\     ECHO Copying lib        XCOPY /Y ..\..\..\..\obj\windows\intern\guardedalloc\debug\*.lib ..\..\..\..\..\lib\windows\guardedalloc\lib\debug\*.a  ECHO Done
 
85
# End Special Build Tool
 
86
 
 
87
!ENDIF 
 
88
 
 
89
# Begin Target
 
90
 
 
91
# Name "guardedalloc - Win32 Release"
 
92
# Name "guardedalloc - 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\mallocn.c
 
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 "extern"
 
105
 
 
106
# PROP Default_Filter ""
 
107
# Begin Source File
 
108
 
 
109
SOURCE=..\..\MEM_guardedalloc.h
 
110
# End Source File
 
111
# End Group
 
112
# End Group
 
113
# End Target
 
114
# End Project