Move base into lib
This involves reverting dd267e8fc3
,
but that gets lost in the move.
This builds on Ubuntu and Windows at this time.
This commit is contained in:
@@ -163,12 +163,11 @@ INCFILES = \
|
||||
$(INCDIR)\stdbool.h \
|
||||
$(INCDIR)\syslog.h \
|
||||
$(INCDIR)\vis.h \
|
||||
!ifndef HAVE_STDINT_H
|
||||
$(INCDIR)\stdint.h \
|
||||
!endif
|
||||
$(INCDIR)\xdbm.h
|
||||
|
||||
#!ifndef HAVE_STDINT_H
|
||||
#INCFILES += $(INCDIR)\stdint.h
|
||||
#!endif
|
||||
|
||||
clean::
|
||||
-$(RM) $(XHEADERS)
|
||||
|
||||
|
@@ -104,7 +104,9 @@ typedef int rk_socket_t;
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef HAVE_STDINT_H
|
||||
#include <intsafe.h>
|
||||
#endif
|
||||
|
||||
/* Declarations for Microsoft Visual C runtime on Windows */
|
||||
|
||||
|
Reference in New Issue
Block a user