and again

git-svn-id: svn://kolibrios.org@7171 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2018-03-04 01:54:56 +00:00
parent 7d178cae81
commit df2b9b2d5a

View File

@ -21,14 +21,12 @@ if TOOLCHAIN_LIBPATH == "" then
end end
end end
LIBPATH = "-L$(SDK_DIR)/lib" LIBPATH = "-L$(SDK_DIR)/lib"
STATIC_SRCS = {"crt/start.S", "crt/crt1.c", "crt/crt2.c", "crt/exit.S"} STATIC_SRCS = {"crt/start.S", "crt/crt2.c", "crt/exit.S"}
LIBDLL_SRCS = {"crt/dllstart.c", "crt/exit.S", "crt/pseudo-reloc.c", "crt/setjmp.S"} LIBDLL_SRCS = {"crt/dllstart.c", "crt/exit.S", "crt/pseudo-reloc.c", "crt/setjmp.S"}
LIBCDLL_SRCS = { LIBCDLL_SRCS = {
"crt/crtdll.c",
"crt/crt2.c", "crt/crt2.c",
"crt/pseudo-reloc.c", "crt/pseudo-reloc.c",
"crt/exit.S", "crt/exit.S"
"pe/loader.c"
} }
CORE_SRCS = { CORE_SRCS = {
"argz/buf_findstr.c", "argz/buf_findstr.c",