Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | Merge branch 'bg/public_key-include_lib' into ccase/r13b04_dev | Erlang/OTP | |
* bg/public_key-include_lib: public_key: fix build of test suites on Windows | |||
2010-01-19 | public_key: fix build of test suites on Windows | Björn Gustavsson | |
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emualator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib(). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |