diff --git a/Makefile.sharp b/Makefile.sharp index 93a316a..f30cd99 100644 --- a/Makefile.sharp +++ b/Makefile.sharp @@ -14,7 +14,7 @@ CC := C:/Cygwin/bin/gcc LD = C:/Cygwin/bin/gcc CFLAGS += -mno-cygwin -DDEV_CYGWIN -Wall -I./ LDFLAGS += -Wl,--subsystem,console -mwindows -mno-cygwin -L./ -LDLIBS += -l_gen_id +LDLIBS += -lgenid TARGET_DEL = $(TARGET).exe else # DEV_CYGWIN @@ -22,7 +22,7 @@ else # DEV_CYGWIN CC := /usr/bin/gcc LD = /usr/bin/gcc LDFLAGS += -Wl -L./ -LDLIBS += -ldl -lnsl -l_gen_id +LDLIBS += -ldl -lnsl -lgenid TARGET_DEL = $(TARGET) endif # DEV_CYGWIN