From 5d661cff1b4762cc2757b60e388385c7a1fd19d7 Mon Sep 17 00:00:00 2001 From: DaMarkov <35939509+DaMarkov@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:26:57 +0100 Subject: [PATCH] Changed OOT from console to windows app for Release builds. (#151) Also added a missing include path for libGLideNHQ (Release only). Co-authored-by: DaMarkov --- vs/OOT.vcxproj | 4 ++-- vs/libGLideNHQ.vcxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vs/OOT.vcxproj b/vs/OOT.vcxproj index c48b20ad1..31fc932de 100644 --- a/vs/OOT.vcxproj +++ b/vs/OOT.vcxproj @@ -134,7 +134,7 @@ MultiThreaded - Console + Windows true true true @@ -170,7 +170,7 @@ MultiThreadedDLL - Console + Windows true true true diff --git a/vs/libGLideNHQ.vcxproj b/vs/libGLideNHQ.vcxproj index 2f8339072..94811b2d7 100644 --- a/vs/libGLideNHQ.vcxproj +++ b/vs/libGLideNHQ.vcxproj @@ -126,7 +126,7 @@ lib/msvc12/rel - lib/rel + ../GLideN64/projects/msvc/lib/rel true