aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoraindros <aindros@hotmail.com>2020-01-08 22:32:54 +0100
committeraindros <aindros@hotmail.com>2020-01-08 22:32:54 +0100
commit4fff4e6f37f781f7fdb9e6b433524bc61d1ce600 (patch)
tree8fd1093964f3125833aa58239bc6ee98a842edbb /makefile
parent2667b6ec2661710711a4c1f666837c46d40ffd5e (diff)
downloadutils-4fff4e6f37f781f7fdb9e6b433524bc61d1ce600.tar.gz
utils-4fff4e6f37f781f7fdb9e6b433524bc61d1ce600.zip
enhancements to makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefile b/makefile
index 8e06e0d..39d10e7 100644
--- a/makefile
+++ b/makefile
@@ -1,3 +1,6 @@
+OUT1 = .
+include <win-sdk.mk>
+
SRC=src
BIN=bin
OUT=clist.exe
@@ -7,8 +10,7 @@ CC=cl
cdebug=
cflags=
cvars=
-LIBS="D:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x86\User32.Lib" \
- "D:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x86\Gdi32.Lib"
+LIBS=$(WIN_SDK_LIBS)
all: init dist