mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 01:26:11 +02:00
* compile win32err unit for win32 target
This commit is contained in:
parent
91bbc7bea3
commit
236732e77e
@ -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
|
default: allexectests
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx emx
|
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 : units/$(FPCMADE)
|
||||||
units/$(FPCMADE):
|
units/$(FPCMADE):
|
||||||
$(MAKE) -C units
|
$(MAKE) -C units
|
||||||
|
ifeq ($(OS_TARGET),win32)
|
||||||
|
$(FPC) -n -Fuunits -FEunits utils/win32err.pp
|
||||||
|
endif
|
||||||
DOTEST=./dotest$(EXEEXT)
|
DOTEST=./dotest$(EXEEXT)
|
||||||
$(DOTEST) : units utils/dotest.pp utils/redir.pp utils/teststr.pp
|
$(DOTEST) : units utils/dotest.pp utils/redir.pp utils/teststr.pp
|
||||||
$(FPC) -n -Fuunits -FE. utils/dotest.pp
|
$(FPC) -n -Fuunits -FE. utils/dotest.pp
|
||||||
|
@ -60,6 +60,9 @@ endif
|
|||||||
units : units/$(FPCMADE)
|
units : units/$(FPCMADE)
|
||||||
units/$(FPCMADE):
|
units/$(FPCMADE):
|
||||||
$(MAKE) -C units
|
$(MAKE) -C units
|
||||||
|
ifeq ($(OS_TARGET),win32)
|
||||||
|
$(FPC) -n -Fuunits -FEunits utils/win32err.pp
|
||||||
|
endif
|
||||||
|
|
||||||
DOTEST=./dotest$(EXEEXT)
|
DOTEST=./dotest$(EXEEXT)
|
||||||
$(DOTEST) : units utils/dotest.pp utils/redir.pp utils/teststr.pp
|
$(DOTEST) : units utils/dotest.pp utils/redir.pp utils/teststr.pp
|
||||||
@ -75,7 +78,7 @@ ifneq ($(TESTCOMSPECRES),)
|
|||||||
NOCOMSPEC=1
|
NOCOMSPEC=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest program
|
# Digest program
|
||||||
#
|
#
|
||||||
ifeq ($(USESQL),YES)
|
ifeq ($(USESQL),YES)
|
||||||
|
Loading…
Reference in New Issue
Block a user