From 143a45fe3544e45cd9f8350f5fbbd92975321580 Mon Sep 17 00:00:00 2001 From: kubodera_yuichi Date: Fri, 8 Jan 2010 06:29:39 +0000 Subject: [PATCH] lib_gen_id -> libgenid git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@162 ff987cc8-cf2f-4642-8568-d52cce064691 --- Makefile.sharp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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