comparison gub/specs/ghostscript.py @ 6383:5b8eb8bbe753

Fix mingw::ghostscript gp_wutf8 This commit can success following command. bin/gub mingw::ghostscript
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 14 Mar 2015 11:12:49 +0900
parents fd268ef0c4bb
children bd27c9462d99
comparison
equal deleted inserted replaced
6382:fd268ef0c4bb 6383:5b8eb8bbe753
264 $(GLOBJ)gp_wgetv.$(OBJ) 264 $(GLOBJ)gp_wgetv.$(OBJ)
265 $(GLOBJ)gp_stdia.$(OBJ) 265 $(GLOBJ)gp_stdia.$(OBJ)
266 $(GLOBJ)gp_ntfs.$(OBJ) 266 $(GLOBJ)gp_ntfs.$(OBJ)
267 $(GLOBJ)gp_win32.$(OBJ) 267 $(GLOBJ)gp_win32.$(OBJ)
268 $(GLOBJ)gp_upapr.$(OBJ) 268 $(GLOBJ)gp_upapr.$(OBJ)
269 $(GLOBJ)gp_wutf8.$(OBJ)
269 '''))], 270 '''))],
270 '%(srcdir)s/base/unix-aux.mak') 271 '%(srcdir)s/base/unix-aux.mak')
271 self.dump (''' 272 self.dump ('''
272 GLCCWIN=$(CC) $(CFLAGS) -I$(GLOBJDIR) 273 GLCCWIN=$(CC) $(CFLAGS) -I$(GLOBJDIR)
273 PSCCWIN=$(CC) $(CFLAGS) -I$(GLOBJDIR) 274 PSCCWIN=$(CC) $(CFLAGS) -I$(GLOBJDIR)