| 1 |
root |
1.1 |
# Microsoft Developer Studio Project File - Name="plugin_python" - Package Owner=<4>
|
| 2 |
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
| 3 |
|
|
# ** DO NOT EDIT **
|
| 4 |
|
|
|
| 5 |
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
| 6 |
|
|
|
| 7 |
|
|
CFG=plugin_python - Win32 FullDebug
|
| 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 "plugin_python.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 "plugin_python.mak" CFG="plugin_python - Win32 FullDebug"
|
| 17 |
|
|
!MESSAGE
|
| 18 |
|
|
!MESSAGE Possible choices for configuration are:
|
| 19 |
|
|
!MESSAGE
|
| 20 |
|
|
!MESSAGE "plugin_python - Win32 FullDebug" (based on "Win32 (x86) Dynamic-Link Library")
|
| 21 |
|
|
!MESSAGE "plugin_python - Win32 ReleaseLog" (based on "Win32 (x86) Dynamic-Link Library")
|
| 22 |
|
|
!MESSAGE
|
| 23 |
|
|
|
| 24 |
|
|
# Begin Project
|
| 25 |
|
|
# PROP AllowPerConfigDependencies 0
|
| 26 |
|
|
# PROP Scc_ProjName ""
|
| 27 |
|
|
# PROP Scc_LocalPath ""
|
| 28 |
|
|
CPP=cl.exe
|
| 29 |
|
|
MTL=midl.exe
|
| 30 |
|
|
RSC=rc.exe
|
| 31 |
|
|
|
| 32 |
|
|
!IF "$(CFG)" == "plugin_python - Win32 FullDebug"
|
| 33 |
|
|
|
| 34 |
|
|
# PROP BASE Use_MFC 0
|
| 35 |
|
|
# PROP BASE Use_Debug_Libraries 1
|
| 36 |
|
|
# PROP BASE Output_Dir "FullDebug"
|
| 37 |
|
|
# PROP BASE Intermediate_Dir "FullDebug"
|
| 38 |
|
|
# PROP BASE Target_Dir ""
|
| 39 |
|
|
# PROP Use_MFC 0
|
| 40 |
|
|
# PROP Use_Debug_Libraries 1
|
| 41 |
|
|
# PROP Output_Dir "FullDebug"
|
| 42 |
|
|
# PROP Intermediate_Dir "FullDebug"
|
| 43 |
|
|
# PROP Ignore_Export_Lib 0
|
| 44 |
|
|
# PROP Target_Dir ""
|
| 45 |
|
|
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_PYTHON_EXPORTS" /YX /FD /GZ /c
|
| 46 |
|
|
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "C:\Program Files\Python 2.4\include" /I "../../plugins/cfpython/include" /I "../../plugins/common/include" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PYTHON_PLUGIN_EXPORTS" /FR /YX"plugin.pch" /FD /GZ /c
|
| 47 |
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
| 48 |
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
| 49 |
|
|
# ADD BASE RSC /l 0x407 /d "_DEBUG"
|
| 50 |
|
|
# ADD RSC /l 0x407 /d "_DEBUG"
|
| 51 |
|
|
BSC32=bscmake.exe
|
| 52 |
|
|
# ADD BASE BSC32 /nologo
|
| 53 |
|
|
# ADD BSC32 /nologo
|
| 54 |
|
|
LINK32=link.exe
|
| 55 |
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
|
| 56 |
|
|
# ADD LINK32 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib plugin_common.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"c:\program files\python 2.4\libs" /libpath:"../plugin_common/fulldebug"
|
| 57 |
|
|
# Begin Special Build Tool
|
| 58 |
|
|
SOURCE="$(InputPath)"
|
| 59 |
|
|
PostBuild_Cmds=copy FullDebug\plugin_python.dll ..\..\share\plugins\*.*
|
| 60 |
|
|
# End Special Build Tool
|
| 61 |
|
|
|
| 62 |
|
|
!ELSEIF "$(CFG)" == "plugin_python - Win32 ReleaseLog"
|
| 63 |
|
|
|
| 64 |
|
|
# PROP BASE Use_MFC 0
|
| 65 |
|
|
# PROP BASE Use_Debug_Libraries 0
|
| 66 |
|
|
# PROP BASE Output_Dir "ReleaseLog"
|
| 67 |
|
|
# PROP BASE Intermediate_Dir "ReleaseLog"
|
| 68 |
|
|
# PROP BASE Target_Dir ""
|
| 69 |
|
|
# PROP Use_MFC 0
|
| 70 |
|
|
# PROP Use_Debug_Libraries 0
|
| 71 |
|
|
# PROP Output_Dir "ReleaseLog"
|
| 72 |
|
|
# PROP Intermediate_Dir "ReleaseLog"
|
| 73 |
|
|
# PROP Ignore_Export_Lib 0
|
| 74 |
|
|
# PROP Target_Dir ""
|
| 75 |
|
|
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_PYTHON_EXPORTS" /YX /FD /c
|
| 76 |
|
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "C:\Program Files\Python 2.4\include" /I "../../plugins/cfpython/include" /I "../../plugins/common/include" /I "../../include" /D "_WINDOWS" /D "_USRDLL" /D "PYTHON_PLUGIN_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_MBCS" /YX"plugin.pch" /FD /c
|
| 77 |
|
|
# SUBTRACT CPP /Fr
|
| 78 |
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
| 79 |
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
| 80 |
|
|
# ADD BASE RSC /l 0x407 /d "NDEBUG"
|
| 81 |
|
|
# ADD RSC /l 0x407 /d "NDEBUG"
|
| 82 |
|
|
BSC32=bscmake.exe
|
| 83 |
|
|
# ADD BASE BSC32 /nologo
|
| 84 |
|
|
# ADD BSC32 /nologo
|
| 85 |
|
|
LINK32=link.exe
|
| 86 |
|
|
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
|
| 87 |
|
|
# ADD LINK32 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /libpath:"C:\Program Files\Python 2.4\libs"
|
| 88 |
|
|
# Begin Special Build Tool
|
| 89 |
|
|
SOURCE="$(InputPath)"
|
| 90 |
|
|
PostBuild_Cmds=copy ReleaseLog\plugin_python.dll ..\..\share\plugins\*.*
|
| 91 |
|
|
# End Special Build Tool
|
| 92 |
|
|
|
| 93 |
|
|
!ENDIF
|
| 94 |
|
|
|
| 95 |
|
|
# Begin Target
|
| 96 |
|
|
|
| 97 |
|
|
# Name "plugin_python - Win32 FullDebug"
|
| 98 |
|
|
# Name "plugin_python - Win32 ReleaseLog"
|
| 99 |
|
|
# Begin Group "Quellcodedateien"
|
| 100 |
|
|
|
| 101 |
|
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
| 102 |
|
|
# Begin Source File
|
| 103 |
|
|
|
| 104 |
|
|
SOURCE=..\..\plugins\cfpython\cfpython.c
|
| 105 |
|
|
# End Source File
|
| 106 |
|
|
# Begin Source File
|
| 107 |
|
|
|
| 108 |
|
|
SOURCE=..\..\plugins\cfpython\cfpython_archetype.c
|
| 109 |
|
|
# End Source File
|
| 110 |
|
|
# Begin Source File
|
| 111 |
|
|
|
| 112 |
|
|
SOURCE=..\..\plugins\cfpython\cfpython_map.c
|
| 113 |
|
|
# End Source File
|
| 114 |
|
|
# Begin Source File
|
| 115 |
|
|
|
| 116 |
|
|
SOURCE=..\..\plugins\cfpython\cfpython_object.c
|
| 117 |
|
|
# End Source File
|
| 118 |
|
|
# Begin Source File
|
| 119 |
|
|
|
| 120 |
|
|
SOURCE=..\..\plugins\cfpython\cfpython_party.c
|
| 121 |
|
|
# End Source File
|
| 122 |
|
|
# Begin Source File
|
| 123 |
|
|
|
| 124 |
|
|
SOURCE=..\..\plugins\cfpython\cfpython_region.c
|
| 125 |
|
|
# End Source File
|
| 126 |
|
|
# End Group
|
| 127 |
|
|
# Begin Group "Header-Dateien"
|
| 128 |
|
|
|
| 129 |
|
|
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
| 130 |
|
|
# Begin Source File
|
| 131 |
|
|
|
| 132 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython.h
|
| 133 |
|
|
# End Source File
|
| 134 |
|
|
# Begin Source File
|
| 135 |
|
|
|
| 136 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_archetype.h
|
| 137 |
|
|
# End Source File
|
| 138 |
|
|
# Begin Source File
|
| 139 |
|
|
|
| 140 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_archetype_private.h
|
| 141 |
|
|
# End Source File
|
| 142 |
|
|
# Begin Source File
|
| 143 |
|
|
|
| 144 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_map.h
|
| 145 |
|
|
# End Source File
|
| 146 |
|
|
# Begin Source File
|
| 147 |
|
|
|
| 148 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_map_private.h
|
| 149 |
|
|
# End Source File
|
| 150 |
|
|
# Begin Source File
|
| 151 |
|
|
|
| 152 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_object.h
|
| 153 |
|
|
# End Source File
|
| 154 |
|
|
# Begin Source File
|
| 155 |
|
|
|
| 156 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_object_private.h
|
| 157 |
|
|
# End Source File
|
| 158 |
|
|
# Begin Source File
|
| 159 |
|
|
|
| 160 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_party.h
|
| 161 |
|
|
# End Source File
|
| 162 |
|
|
# Begin Source File
|
| 163 |
|
|
|
| 164 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_party_private.h
|
| 165 |
|
|
# End Source File
|
| 166 |
|
|
# Begin Source File
|
| 167 |
|
|
|
| 168 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_proto.h
|
| 169 |
|
|
# End Source File
|
| 170 |
|
|
# Begin Source File
|
| 171 |
|
|
|
| 172 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_region.h
|
| 173 |
|
|
# End Source File
|
| 174 |
|
|
# Begin Source File
|
| 175 |
|
|
|
| 176 |
|
|
SOURCE=..\..\plugins\cfpython\include\cfpython_region_private.h
|
| 177 |
|
|
# End Source File
|
| 178 |
|
|
# End Group
|
| 179 |
|
|
# Begin Group "resources"
|
| 180 |
|
|
|
| 181 |
|
|
# PROP Default_Filter ""
|
| 182 |
|
|
# Begin Source File
|
| 183 |
|
|
|
| 184 |
|
|
SOURCE=.\plugin_python.rc
|
| 185 |
|
|
# End Source File
|
| 186 |
|
|
# Begin Source File
|
| 187 |
|
|
|
| 188 |
|
|
SOURCE=.\resource.h
|
| 189 |
|
|
# End Source File
|
| 190 |
|
|
# End Group
|
| 191 |
|
|
# End Target
|
| 192 |
|
|
# End Project
|