mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
+ Added mmsystem
This commit is contained in:
parent
d601ccd49b
commit
bb7d9d2337
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/05]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/20]
|
||||
#
|
||||
default: all
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -140,7 +140,7 @@ ifeq ($(OS_TARGET),go32v2)
|
||||
override TARGET_DIRS+=uncgi gdbint paszlib unzip regexpr
|
||||
endif
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
override TARGET_DIRS+=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl
|
||||
override TARGET_DIRS+=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl mmsystem
|
||||
endif
|
||||
ifeq ($(OS_TARGET),os2)
|
||||
override TARGET_DIRS+=uncgi paszlib unzip regexpr
|
||||
@ -825,6 +825,7 @@ TARGET_DIRS_PASZLIB=1
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_OPENGL=1
|
||||
TARGET_DIRS_MMSYSTEM=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),os2)
|
||||
TARGET_DIRS_UNCGI=1
|
||||
@ -1779,6 +1780,45 @@ unzip:
|
||||
$(MAKE) -C unzip all
|
||||
.PHONY: unzip_all unzip_debug unzip_smart unzip_examples unzip_shared unzip_install unzip_sourceinstall unzip_exampleinstall unzip_distinstall unzip_zipinstall unzip_zipsourceinstall unzip_zipexampleinstall unzip_zipdistinstall unzip_clean unzip_distclean unzip_cleanall unzip_info unzip
|
||||
endif
|
||||
ifdef TARGET_DIRS_MMSYSTEM
|
||||
mmsystem_all:
|
||||
$(MAKE) -C mmsystem all
|
||||
mmsystem_debug:
|
||||
$(MAKE) -C mmsystem debug
|
||||
mmsystem_smart:
|
||||
$(MAKE) -C mmsystem smart
|
||||
mmsystem_examples:
|
||||
$(MAKE) -C mmsystem examples
|
||||
mmsystem_shared:
|
||||
$(MAKE) -C mmsystem shared
|
||||
mmsystem_install:
|
||||
$(MAKE) -C mmsystem install
|
||||
mmsystem_sourceinstall:
|
||||
$(MAKE) -C mmsystem sourceinstall
|
||||
mmsystem_exampleinstall:
|
||||
$(MAKE) -C mmsystem exampleinstall
|
||||
mmsystem_distinstall:
|
||||
$(MAKE) -C mmsystem distinstall
|
||||
mmsystem_zipinstall:
|
||||
$(MAKE) -C mmsystem zipinstall
|
||||
mmsystem_zipsourceinstall:
|
||||
$(MAKE) -C mmsystem zipsourceinstall
|
||||
mmsystem_zipexampleinstall:
|
||||
$(MAKE) -C mmsystem zipexampleinstall
|
||||
mmsystem_zipdistinstall:
|
||||
$(MAKE) -C mmsystem zipdistinstall
|
||||
mmsystem_clean:
|
||||
$(MAKE) -C mmsystem clean
|
||||
mmsystem_distclean:
|
||||
$(MAKE) -C mmsystem distclean
|
||||
mmsystem_cleanall:
|
||||
$(MAKE) -C mmsystem cleanall
|
||||
mmsystem_info:
|
||||
$(MAKE) -C mmsystem info
|
||||
mmsystem:
|
||||
$(MAKE) -C mmsystem all
|
||||
.PHONY: mmsystem_all mmsystem_debug mmsystem_smart mmsystem_examples mmsystem_shared mmsystem_install mmsystem_sourceinstall mmsystem_exampleinstall mmsystem_distinstall mmsystem_zipinstall mmsystem_zipsourceinstall mmsystem_zipexampleinstall mmsystem_zipdistinstall mmsystem_clean mmsystem_distclean mmsystem_cleanall mmsystem_info mmsystem
|
||||
endif
|
||||
all: $(addsuffix _all,$(TARGET_DIRS))
|
||||
debug: $(addsuffix _debug,$(TARGET_DIRS))
|
||||
smart: $(addsuffix _smart,$(TARGET_DIRS))
|
||||
|
@ -8,7 +8,7 @@ dirs_linux=zlib ncurses x11 gtk syslog \
|
||||
mysql ibase postgres oracle \
|
||||
opengl forms svgalib ggi libpng libgd \
|
||||
utmp paszlib gdbint cmem regexpr unzip
|
||||
dirs_win32=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl
|
||||
dirs_win32=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl mmsystem
|
||||
dirs_go32v2=uncgi gdbint paszlib unzip regexpr
|
||||
dirs_netbsd=zlib ncurses x11 gtk syslog \
|
||||
inet uncgi \
|
||||
|
Loading…
Reference in New Issue
Block a user