felix.petriconi (Felix Petriconi)
- Login: felix.petriconi
- Email: felix.petriconi@mevis.de
- Registered on: 04/19/2011
- Last sign in: 05/06/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/20/2011
-
03:12 AM Ruby Bug #4585: DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
- =begin
Hello Luis,
I understand. During further development I already stepped over the fact, that more changes would be necessary to have consistent everywhere the DLL extension, which in the end will cause more trouble. So I propose ...
04/19/2011
-
01:00 AM Ruby Bug #4585 (Closed): DLEXT in win32/Makefile.sub is not correct for building with VisualStudio 2008
- =begin
The value of DLEXT is defined per Win32/Makefile.sub as
#define DLEXT ".so"
which results not in the expected file extension for working under Windows with Visual Studio 2005/2008.
I stepped over this problem when I tried t...