Skip to content
Snippets Groups Projects
Commit c7255390 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-04-13 18:49:21 by panne]

HS_cbits => HSstd_cbits
parent 4bba3f6e
No related merge requests found
# $Id: Makefile,v 1.16 2000/04/13 14:11:00 simonmar Exp $
# $Id: Makefile,v 1.17 2000/04/13 18:49:21 panne Exp $
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
......@@ -11,7 +11,7 @@ else
override WAYS=
endif
LIBRARY=libHS_cbits$(_way).a
LIBRARY=libHSstd_cbits$(_way).a
C_SRCS= $(wildcard *.c)
......@@ -29,10 +29,10 @@ all :: DllVersionInfo.o
$(DLL_NAME) : DllVersionInfo.o
endif
DLL_NAME = HScbits.dll
DLL_IMPLIB_NAME = libHS_cbits_imp.a
DLL_NAME = HSstdcbits.dll
DLL_IMPLIB_NAME = libHSstd_cbits_imp.a
DLL_DESCRIPTION = "Haskell Prelude helpers"
SRC_BLD_DLL_OPTS += --export-all --output-def=HScbits.def DllVersionInfo.o
SRC_BLD_DLL_OPTS += --export-all --output-def=HSstdcbits.def DllVersionInfo.o
SRC_BLD_DLL_OPTS += -lwinmm -lwsock32 -lHSrts_imp -lgmp -L. -L../../../rts/gmp -L../../../rts
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment