Added commented out "-DUNICODE" ("/DUNICODE" for Watcom) to Win32

makefiles. Uncomment it to build for Unicode mode.
This commit is contained in:
William McBrine
2006-06-18 13:40:56 +00:00
parent 912fc693b5
commit 0b58f52960
6 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ CFLAGS = -N -v -y -DPDCDEBUG
CFLAGS = -O -w-par
!endif
CPPFLAGS = -I$(PDCURSES_HOME)
CPPFLAGS = -I$(PDCURSES_HOME) #-DUNICODE
CCFLAGS = -c -Tpe -w32 $(CFLAGS) $(CPPFLAGS)

View File

@@ -41,7 +41,7 @@ else
LDFLAGS =
endif
CPPFLAGS = -I$(PDCURSES_HOME)
CPPFLAGS = -I$(PDCURSES_HOME) #-DUNICODE
CCFLAGS = $(CFLAGS) $(CPPFLAGS)

View File

@@ -33,7 +33,7 @@ CC = lcc
#CFLAGS = -c -g3 -A -ansic
CFLAGS = -c -O -A -ansic
CPPFLAGS = -I$(PDCURSES_HOME)
CPPFLAGS = -I$(PDCURSES_HOME) #-DUNICODE
CCFLAGS = $(CFLAGS) $(CPPFLAGS)
DLL_CCFLAGS = $(CFLAGS) $(CPPFLAGS) -DPDC_DLL_BUILD #-DPDC_THREAD_BUILD

View File

@@ -41,7 +41,7 @@ else
LDFLAGS =
endif
CPPFLAGS = -I$(PDCURSES_HOME)
CPPFLAGS = -I$(PDCURSES_HOME) #-DUNICODE
CCFLAGS = $(CFLAGS) $(CPPFLAGS)

View File

@@ -43,7 +43,7 @@ LDFLAGS =
SHL_LD = link $(LDFLAGS) /NOLOGO /DLL /OUT:curses.dll /DEF:$(osdir)\curses.def
CPPFLAGS = -I$(PDCURSES_HOME)
CPPFLAGS = -I$(PDCURSES_HOME) #-DUNICODE
CCFLAGS = -c $(CFLAGS) $(CPPFLAGS)
DLL_CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) -DPDC_DLL_BUILD #-MT -DPDC_THREAD_BUILD

View File

@@ -42,7 +42,7 @@ CFLAGS = /oneatx
LDFLAGS = op q sys $(TARGET)
!endif
CPPFLAGS = /i=$(PDCURSES_HOME)
CPPFLAGS = /i=$(PDCURSES_HOME) #/DUNICODE
CCFLAGS = /ei /zq /wx $(CFLAGS) $(CPPFLAGS)