mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* units for OS/2 missing in previous commit
git-svn-id: trunk@9226 -
This commit is contained in:
parent
276a74a4e4
commit
12d8b3f7e4
@ -318,7 +318,7 @@ ifeq ($(FULL_TARGET),i386-win32)
|
||||
override TARGET_UNITS+=servlets resolve ssockets
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
override TARGET_UNITS+=servlets
|
||||
override TARGET_UNITS+=servlets resolve ssockets
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
override TARGET_UNITS+=servlets resolve ssockets fpsock httpbase httpclient httpsvlt xmlrpc
|
||||
|
@ -17,6 +17,7 @@ units_solaris=resolve ssockets
|
||||
units_qnx=resolve ssockets
|
||||
units_beos=resolve ssockets
|
||||
units_emx=resolve ssockets
|
||||
units_os2=resolve ssockets
|
||||
units_win32=resolve ssockets
|
||||
units_win64=resolve ssockets
|
||||
units_wince=resolve ssockets
|
||||
|
Loading…
Reference in New Issue
Block a user