Subversion Repositories Kolibri OS

Rev

Rev 8723 | Rev 8880 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8723 Rev 8759
Line 452... Line 452...
452
  "wprintf.c",
452
  "wprintf.c",
453
  "wscanf.c",
453
  "wscanf.c",
454
  "wsetup.c"
454
  "wsetup.c"
455
}
455
}
Line -... Line 456...
-
 
456
 
-
 
457
DIRENT_SRCS = { 
-
 
458
		"dir.c",
-
 
459
		"closedir.c",
-
 
460
		"opendir.c",
-
 
461
		"readdir.c",
-
 
462
		"rewinddir.c",
-
 
463
		"seekdir.c",
-
 
464
		"telldir.c",
-
 
465
		"scandir.c",
-
 
466
		"alphasort.c",
Line 456... Line 467...
456
 
467
}
457
 
468
 
458
MATH_SRCS = {
469
MATH_SRCS = {
459
  "e_acos.c", "e_acosh.c", "e_asin.c", "e_atan2.c", "e_atanh.c", "e_cosh.c", "e_exp.c", "e_fmod.c",
470
  "e_acos.c", "e_acosh.c", "e_asin.c", "e_atan2.c", "e_atanh.c", "e_cosh.c", "e_exp.c", "e_fmod.c",
Line 504... Line 515...
504
 
515
 
505
LIB_SRCS += CORE_SRCS
516
LIB_SRCS += CORE_SRCS
506
LIB_SRCS += prepend("stdio/", STDIO_SRCS)
517
LIB_SRCS += prepend("stdio/", STDIO_SRCS)
507
LIB_SRCS += prepend("string/", STRING_SRCS)
518
LIB_SRCS += prepend("string/", STRING_SRCS)
-
 
519
LIB_SRCS += prepend("stdlib/", STDLIB_SRCS)
508
LIB_SRCS += prepend("stdlib/", STDLIB_SRCS)
520
LIB_SRCS += prepend("dirent/", DIRENT_SRCS)
Line 509... Line 521...
509
LIB_SRCS += prepend("math/", MATH_SRCS)
521
LIB_SRCS += prepend("math/", MATH_SRCS)
510
 
522
 
511
ALL_OBJS = {}
523
ALL_OBJS = {}