diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -32,7 +32,7 @@ libdl.a: $(SOURCES) | |||
| 32 | $(RANLIB) $@ | 32 | $(RANLIB) $@ |
| 33 | 33 | ||
| 34 | libdl.dll: $(SOURCES) | 34 | libdl.dll: $(SOURCES) |
| 35 | $(CC) $(CFLAGS) $(SHFLAGS) -DDLFCN_WIN32_SHARED -shared -o $@ $^ | 35 | $(CC) $(CFLAGS) $(SHFLAGS) -DDLFCN_WIN32_SHARED -D_DllMainCRTStartup=DllMainCRTStartup -nostartfiles -nostdlib -lkernel32 -shared -o $@ $^ |
| 36 | 36 | ||
| 37 | libdl.lib: libdl.dll | 37 | libdl.lib: libdl.dll |
| 38 | $(LIBCMD) /machine:i386 /def:libdl.def | 38 | $(LIBCMD) /machine:i386 /def:libdl.def |
