mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-21 22:26:40 -04:00
Compile everything with "g++" and link statically.
This commit is contained in:
@@ -4,12 +4,12 @@ ifeq ($(UNAME), Linux)
|
||||
ifndef PLATFORM
|
||||
PLATFORM = i686
|
||||
endif
|
||||
CC = $(PLATFORM)-w64-mingw32-gcc
|
||||
CC = $(PLATFORM)-w64-mingw32-g++
|
||||
CXX = $(PLATFORM)-w64-mingw32-g++
|
||||
LINK = $(PLATFORM)-w64-mingw32-ld
|
||||
RC = $(PLATFORM)-w64-mingw32-windres
|
||||
else
|
||||
CC = gcc
|
||||
CC = g++
|
||||
CXX = g++
|
||||
LINK = ld
|
||||
RC = rc
|
||||
|
||||
Reference in New Issue
Block a user