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
@@ -20,6 +20,10 @@ CFLAGS = -Wall -g -DSAMPLEDLL_EXPORTS
LDFLAGS = -shared
RCFLAGS = -O coff
ifdef UNICODE
CFLAGS += -DUNICODE -D_UNICODE
endif
OBJ = SampleDLL.o SampleDLL.res
SampleDLL.dll: $(OBJ)