* compile win32err unit for win32 target

This commit is contained in:
pierre 2003-04-30 21:21:05 +00:00
parent 91bbc7bea3
commit 236732e77e
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/25]
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/29]
#
default: allexectests
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx emx
@ -1381,6 +1381,9 @@ endif
units : units/$(FPCMADE)
units/$(FPCMADE):
$(MAKE) -C units
ifeq ($(OS_TARGET),win32)
$(FPC) -n -Fuunits -FEunits utils/win32err.pp
endif
DOTEST=./dotest$(EXEEXT)
$(DOTEST) : units utils/dotest.pp utils/redir.pp utils/teststr.pp
$(FPC) -n -Fuunits -FE. utils/dotest.pp

View File

@ -60,6 +60,9 @@ endif
units : units/$(FPCMADE)
units/$(FPCMADE):
$(MAKE) -C units
ifeq ($(OS_TARGET),win32)
$(FPC) -n -Fuunits -FEunits utils/win32err.pp
endif
DOTEST=./dotest$(EXEEXT)
$(DOTEST) : units utils/dotest.pp utils/redir.pp utils/teststr.pp
@ -75,7 +78,7 @@ ifneq ($(TESTCOMSPECRES),)
NOCOMSPEC=1
endif
#
#
# Digest program
#
ifeq ($(USESQL),YES)