aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-09-12 04:12:31 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-09-12 04:12:31 +0000
commitb47e0c76dff36edff16b618af6d9e2a213e9f81d (patch)
treea8cf1004e5aced6113e3fb9ac9e6a45299b1a663 /externals/grill/py
parentc3ca6a17e6b3a4c08ae222659f4d77df7874b75d (diff)
""
svn path=/trunk/; revision=2026
Diffstat (limited to 'externals/grill/py')
-rw-r--r--externals/grill/py/py.vcproj15
1 files changed, 9 insertions, 6 deletions
diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj
index a6e974c0..a8c1eaf2 100644
--- a/externals/grill/py/py.vcproj
+++ b/externals/grill/py/py.vcproj
@@ -292,14 +292,14 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="flext_ld.lib pd.lib pthreadVC.lib"
+ AdditionalDependencies="pd.lib pthreadVC.lib"
OutputFile="$(outdir)/py.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="f:\prog\max\flext\pd-msvc;&quot;f:\prog\pd\pd-cvs/bin&quot;;f:\prog\packs\pthreads;&quot;f:\prog\packs\Python-2.3.4\PCbuild&quot;"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\pd-msvc\td/py.pdb"
- ImportLibrary=".\pd-msvc\sd/py.lib"
+ ProgramDatabaseFile="$(outdir)/py.pdb"
+ ImportLibrary="$(outdir)/py.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"
@@ -340,8 +340,11 @@
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ OmitFramePointers="TRUE"
+ OptimizeForProcessor="3"
AdditionalIncludeDirectories="&quot;f:\prog\pd\pd-cvs\src&quot;;f:\prog\packs\pthreads;f:\prog\max\flext\source;C:\Programme\prog\Python23\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
StringPooling="TRUE"
@@ -362,7 +365,7 @@
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="f:\prog\max\flext\pd-msvc;&quot;f:\prog\pd\pd-cvs/bin&quot;;f:\prog\packs\pthreads;C:\Programme\prog\Python23\libs"
ProgramDatabaseFile=".\pd-msvc\tr/py.pdb"
- ImportLibrary=".\pd-msvc\sr/py.lib"
+ ImportLibrary="$(outdir)/py.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"