ObjFW  Check-in [e94f3f9452]

Overview
Comment:Fix a forgotten rename.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e94f3f9452baa5e2c526c75b668a6fde848f80177a165c2397b14cb51a0cd090
User & Date: js on 2009-11-09 23:08:18
Other Links: manifest | tags
Context
2009-11-09
23:18
Fix a bug in OFStream that was introduced by the new \0 behaviour. check-in: 16786b4e7e user: js tags: trunk
23:08
Fix a forgotten rename. check-in: e94f3f9452 user: js tags: trunk
22:59
Rename tests to match the name of the class they test. check-in: 9a18482367 user: js tags: trunk
Changes

Modified src/Makefile from [4bd0375c7a] to [c2ce577eff].

29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
       OFXMLElement.m		\
       OFXMLParser.m		\
       unicode.m

INCLUDES := ${SRCS:.m=.h}	\
	    OFMacros.h		\
	    asprintf.h		\
	    objfw.h		\
	    threading.h

SRCS += ${OBJC_SYNC_M}	\
	${ASPRINTF_M}	\
	iso_8859_15.m	\
	windows_1252.m

include ../buildsys.mk

CPPFLAGS += -I..
CFLAGS += ${LIB_CFLAGS}
OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}







|













29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
       OFXMLElement.m		\
       OFXMLParser.m		\
       unicode.m

INCLUDES := ${SRCS:.m=.h}	\
	    OFMacros.h		\
	    asprintf.h		\
	    ObjFW.h		\
	    threading.h

SRCS += ${OBJC_SYNC_M}	\
	${ASPRINTF_M}	\
	iso_8859_15.m	\
	windows_1252.m

include ../buildsys.mk

CPPFLAGS += -I..
CFLAGS += ${LIB_CFLAGS}
OBJCFLAGS += ${LIB_CFLAGS}
LD = ${OBJC}