Removed GL libraries from default windows

This commit is contained in:
Rexy712 2019-07-09 12:54:01 -07:00
parent 0f493229bc
commit 0f5abc86ac

View File

@ -11,7 +11,7 @@
#You should have received a copy of the GNU General Public License
#along with this program. If not, see <http://www.gnu.org/licenses/>.
#Copyright 2018 rexy712
#Copyright 2018-2019 rexy712
SOURCE_DIRS:=src
@ -38,7 +38,7 @@ ifeq ($(OS),Windows_NT)
rmdir=rd /s /q $(1) > NUL 2>&1
move=move /y $(subst /,\,$(1)) $(subst /,\,$(2)) > NUL 2>&1
MAIN_EXECUTABLE:=$(MAIN_EXECUTABLE).exe
LDLIBS:=-lglfw3 -lSOIL -lgl3w -lm -lopengl32 -lglu32 -lgdi32 -lkernel32
LDLIBS:=
else
mkdir=mkdir -p $(1)
rm=rm -f $(1)