summaryrefslogtreecommitdiff
path: root/Jambase
diff options
context:
space:
mode:
Diffstat (limited to 'Jambase')
-rwxr-xr-xJambase4
1 files changed, 4 insertions, 0 deletions
diff --git a/Jambase b/Jambase
index a54a03f..3d046e4 100755
--- a/Jambase
+++ b/Jambase
@@ -647,6 +647,10 @@ if $(NT)
Wbemuuid.lib
Version.lib
;
+ if $(MSVCVER) >= 8 {
+ STDLIBS += psapi.lib ;
+ }
+
SHSTDLIBS ?= $(STDLIBS) ;
LINKFLAG ?= ;
STDHDRS ?= $(MSNTSDK)\\Include ;