Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file src/login.c version e3293668b1
2010-08-31
| ||
15:51 | make compilation depend on _WIN32 being defined by including allways config.h ... (Closed-Leaf check-in: c0a530f482 user: renez tags: windowscompilers) | |
01:53 | Merge the changes from the windowscompilers branch into the trunk. ... (check-in: 3564af0f7a user: drh tags: trunk) | |
2010-08-29
| ||
05:32 | Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason ... (check-in: 30b8a41dc7 user: renez tags: windowscompilers) | |
2010-08-28
| ||
20:22 | Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line ... (check-in: 29c728f4b3 user: renez tags: windowscompilers) | |
10:54 | The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers ... (check-in: 99e0a29efe user: renez tags: windowscompilers) | |
09:20 | Added the msvc sdk compiler ... (check-in: c00f79d054 user: renez tags: windowscompilers) | |