From e5995f0ecf1bbbc873805275fb74fb64f33d23c9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 24 Jun 2003 19:00:46 +0000 Subject: [PATCH] should include advapi32.lib for registry operations --- panda/metalibs/pandaexpress/Sources.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/metalibs/pandaexpress/Sources.pp b/panda/metalibs/pandaexpress/Sources.pp index 61ee6d6681..0611100bed 100644 --- a/panda/metalibs/pandaexpress/Sources.pp +++ b/panda/metalibs/pandaexpress/Sources.pp @@ -15,4 +15,7 @@ #define TARGET pandaexpress #define SOURCES pandaexpress.cxx + #define WIN_SYS_LIBS \ + advapi32.lib $[WIN_SYS_LIBS] + #end metalib_target