forked from KolibriOS/kolibrios
ktcc : libcryptal fixed crash
git-svn-id: svn://kolibrios.org@9229 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3aa9014b7b
commit
5ab7151d7d
Binary file not shown.
@ -2,7 +2,7 @@ CC= ../../bin/kos32-tcc
|
||||
LIBNAME=libcryptal.a
|
||||
AR=ar
|
||||
|
||||
CFLAGS= -c -I ./../libc/include
|
||||
CFLAGS= -c -I ../../libc.obj/include -I.
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) *.c
|
||||
|
1
programs/develop/ktcc/trunk/lib/libcryptal/memory.h
Normal file
1
programs/develop/ktcc/trunk/lib/libcryptal/memory.h
Normal file
@ -0,0 +1 @@
|
||||
#include <string.h>
|
Loading…
Reference in New Issue
Block a user