mirror of
https://github.com/fancycode/MemoryModule
synced 2026-06-06 15:44:28 +00:00
Support unicode compilation
This commit is contained in:
@@ -17,6 +17,10 @@ RM = rm
|
||||
CFLAGS = -Wall -g
|
||||
LDFLAGS =
|
||||
|
||||
ifdef UNICODE
|
||||
CFLAGS += -DUNICODE -D_UNICODE
|
||||
endif
|
||||
|
||||
OBJ = DllLoader.o ../../MemoryModule.o
|
||||
|
||||
DllLoader.exe: $(OBJ)
|
||||
|
||||
Reference in New Issue
Block a user