diff options
author | midipix <writeonce@midipix.org> | 2018-12-26 08:48:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-30 17:55:46 -0500 |
commit | ce652941719e532d68f57709d71b8e575114873e (patch) | |
tree | bcede82e916056545f4580080f09c840827349c7 /sysinfo/host/i686-w64-mingw32.mk | |
parent | a62fc7c54bc2631773ab977456928f2a835d9b47 (diff) | |
download | dalist-ce652941719e532d68f57709d71b8e575114873e.tar.bz2 dalist-ce652941719e532d68f57709d71b8e575114873e.tar.xz |
build system: major overhaul: removed sysinfo, integrated ccenv.
Diffstat (limited to 'sysinfo/host/i686-w64-mingw32.mk')
-rw-r--r-- | sysinfo/host/i686-w64-mingw32.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysinfo/host/i686-w64-mingw32.mk b/sysinfo/host/i686-w64-mingw32.mk deleted file mode 100644 index b18e2e3..0000000 --- a/sysinfo/host/i686-w64-mingw32.mk +++ /dev/null @@ -1,5 +0,0 @@ -include $(PROJECT_DIR)/sysinfo/os/mingw.mk - -ARCH = w32 -HOST_BITS = 32 -HOST_UNDERSCORE = '_' |