Support unicode compilation

This commit is contained in:
Joachim Bauch
2013-03-12 01:02:10 +01:00
parent 390efc33a1
commit a064d0e636
3 changed files with 22 additions and 14 deletions
+4
View File
@@ -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)