Modified HTMLS definitions.
This commit is contained in:
+3
-3
@@ -125,12 +125,12 @@ SRCS += fdManager.cpp
|
|||||||
SRC_DIRS += $(LIBCOM)/freeList
|
SRC_DIRS += $(LIBCOM)/freeList
|
||||||
INC += freeList.h
|
INC += freeList.h
|
||||||
SRCS += freeListLib.c
|
SRCS += freeListLib.c
|
||||||
HTMLS += $(LIBCOM)/freeList/freeList.html
|
HTMLS += freeList/freeList.html
|
||||||
|
|
||||||
SRC_DIRS += $(LIBCOM)/gpHash
|
SRC_DIRS += $(LIBCOM)/gpHash
|
||||||
INC += gpHash.h
|
INC += gpHash.h
|
||||||
SRCS += gpHashLib.c
|
SRCS += gpHashLib.c
|
||||||
HTMLS += $(LIBCOM)/gpHash/gpHash.html
|
HTMLS += gpHash/gpHash.html
|
||||||
|
|
||||||
SRC_DIRS += $(LIBCOM)/macLib
|
SRC_DIRS += $(LIBCOM)/macLib
|
||||||
INC += macLib.h
|
INC += macLib.h
|
||||||
@@ -163,7 +163,7 @@ SRCS_WIN32 += dllmain.cpp
|
|||||||
# For RTEMS CommandInterpreter
|
# For RTEMS CommandInterpreter
|
||||||
INC_RTEMS := CommandInterpreter.h
|
INC_RTEMS := CommandInterpreter.h
|
||||||
SRCS_RTEMS := CommandInterpreter.c
|
SRCS_RTEMS := CommandInterpreter.c
|
||||||
HTMLS_RTEMS += $(LIBCOM)/osi/os/RTEMS/CommandInterpreter.3.html
|
HTMLS_RTEMS += osi/os/RTEMS/CommandInterpreter.3.html
|
||||||
|
|
||||||
#why is this here ?
|
#why is this here ?
|
||||||
USR_CFLAGS = -D_NO_PROTO
|
USR_CFLAGS = -D_NO_PROTO
|
||||||
|
|||||||
Reference in New Issue
Block a user