Log In
runtime
/
ntapi
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
7b83a9
makefile replacement: step 2/2: use the midipix build template.
Authored and Committed by
midipix
9 years ago
raw
patch
tree
parent
27 files changed.
1192 lines added
.
1 lines removed
.
Makefile.in
file added
+251
config.project
file added
+49
configure
file added
+385
project/arch.mk
file added
+13
project/common.mk
file added
+103
project/defs.mk
file added
+31
project/depends.mk
file added
+0
project/extras.mk
file added
+16
project/headers.mk
file added
+77
project/overrides.mk
file added
+0
project/tree.mk
file added
+26
src/internal/ntapi_entry_point.c
src/internal/ntapi_lib_entry_point.c
file renamed
+1
-1
sysinfo/host/host.sh
file added
+49
sysinfo/host/i686-nt32-midipix.mk
file added
+5
sysinfo/host/i686-unknown-linux.mk
file added
+5
sysinfo/host/i686-w64-mingw32.mk
file added
+5
sysinfo/host/native.mk
file added
+46
sysinfo/host/x86_64-nt64-midipix.mk
file added
+5
sysinfo/host/x86_64-unknown-linux.mk
file added
+5
sysinfo/host/x86_64-w64-mingw32.mk
file added
+5
sysinfo/os/bsd.mk
file added
+10
sysinfo/os/darwin.mk
file added
+10
sysinfo/os/linux.mk
file added
+10
sysinfo/os/midipix.mk
file added
+12
sysinfo/os/mingw.mk
file added
+14
sysinfo/toolchain/clang.mk
file added
+34
sysinfo/toolchain/gcc.mk
file added
+25
makefile replacement: step 2/2: use the midipix build template.
Makefile.in
file added
+251
config.project
file added
+49
configure
file added
+385
project/arch.mk
file added
+13
project/common.mk
file added
+103
project/defs.mk
file added
+31
project/depends.mk
file added
+0
empty file added
project/extras.mk
file added
+16
project/headers.mk
file added
+77
project/overrides.mk
file added
+0
empty file added
project/tree.mk
file added
+26
src/internal/ntapi_entry_point.c
src/internal/ntapi_lib_entry_point.c
file renamed
+1
-1
sysinfo/host/host.sh
file added
+49
sysinfo/host/i686-nt32-midipix.mk
file added
+5
sysinfo/host/i686-unknown-linux.mk
file added
+5
sysinfo/host/i686-w64-mingw32.mk
file added
+5
sysinfo/host/native.mk
file added
+46
sysinfo/host/x86_64-nt64-midipix.mk
file added
+5
sysinfo/host/x86_64-unknown-linux.mk
file added
+5
sysinfo/host/x86_64-w64-mingw32.mk
file added
+5
sysinfo/os/bsd.mk
file added
+10
sysinfo/os/darwin.mk
file added
+10
sysinfo/os/linux.mk
file added
+10
sysinfo/os/midipix.mk
file added
+12
sysinfo/os/mingw.mk
file added
+14
sysinfo/toolchain/clang.mk
file added
+34
sysinfo/toolchain/gcc.mk
file added
+25