diff options
author | msvensson@shellback. <> | 2006-04-10 18:44:55 +0200 |
---|---|---|
committer | msvensson@shellback. <> | 2006-04-10 18:44:55 +0200 |
commit | 2ebdc8fdf8dce5e2dd6d0ebebcffef653817f3d2 (patch) | |
tree | 780f5b873497eb69773b7cddd99f8ec418228b57 /win | |
parent | 765024d8295ab0717bbf8ca33acfef09a729f9e7 (diff) | |
download | mariadb-git-2ebdc8fdf8dce5e2dd6d0ebebcffef653817f3d2.tar.gz |
Update readme file with instructions for VCExpress and Platform SDK
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/README b/win/README index dcd65516abe..4aab39575e0 100644 --- a/win/README +++ b/win/README @@ -75,3 +75,8 @@ Current issues -------------- 1. After changing configuration (eg. adding or removing a storage engine), it may be necessary to clean the build tree to remove any stale objects. + +2. To use Visual C++ Express Edition you also need to install the Platform SDK. +Please see this link: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ +At step 4 you only need to add the libraries advapi32.lib and user32.lib to +the file "corewin_express.vsprops" in order to avoid link errors. |