summaryrefslogtreecommitdiff
path: root/vstdlib/vstdlib_exclude.vpc
diff options
context:
space:
mode:
Diffstat (limited to 'vstdlib/vstdlib_exclude.vpc')
-rw-r--r--vstdlib/vstdlib_exclude.vpc20
1 files changed, 20 insertions, 0 deletions
diff --git a/vstdlib/vstdlib_exclude.vpc b/vstdlib/vstdlib_exclude.vpc
new file mode 100644
index 0000000..f9f45e3
--- /dev/null
+++ b/vstdlib/vstdlib_exclude.vpc
@@ -0,0 +1,20 @@
+//-----------------------------------------------------------------------------
+// vstdlib_exclude.vpc
+//
+// Project Script
+//-----------------------------------------------------------------------------
+
+$MacroRequired "PLATSUBDIR"
+
+$Project
+{
+ $Folder "Link Libraries"
+ {
+ // Should match the sites that include this in base
+ -$Lib "$LIBPUBLIC\vstdlib" [$POSIX && !$IS_LIB_PROJECT]
+ -$Implib vstdlib [$POSIX]
+ -$File "$SRCDIR\lib\public\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$WIN32]
+ -$File "$SRCDIR\lib\public$PLATSUBDIR\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$WIN64]
+ -$File "$SRCDIR\lib\public\vstdlib_360.lib" [$X360]
+ }
+}