commit | ad32deb20eba432fcf6dbd095c25917fa6077ff2 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Nov 20 05:57:30 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Tue Nov 20 05:57:30 2007 +0000 |
tree | b051edc8fc6ba3cccf3a478b287b64ac951d2960 | |
parent | e052dd873b6fbe5e076ecf686ce682c3400f2bf3 [diff] [blame] |
Report #1473 Drop _EXPORTS macros in PCbuild9 I've removed a bunch of obsolete defines. I've also taken the opportunity to fix the pre-link event of sqlite3 and some optimization flags.
diff --git a/PCbuild9/pyd.vsprops b/PCbuild9/pyd.vsprops index 2a69d95..7600ee6 100644 --- a/PCbuild9/pyd.vsprops +++ b/PCbuild9/pyd.vsprops
@@ -7,7 +7,7 @@ > <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="NDEBUG" + PreprocessorDefinitions="NDEBUG;_USRDLL" RuntimeLibrary="2" /> <Tool