mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 15:28:01 +02:00
Add missing Makefile and Makefile.fpc.fpcmake files for fcl-openapi package
This commit is contained in:
parent
35047acebd
commit
bfcdd91950
2
packages/fcl-openapi/Makefile
Normal file
2
packages/fcl-openapi/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
PACKAGE_NAME=fcl-openapi
|
||||
include ../build/Makefile.pkg
|
28
packages/fcl-openapi/Makefile.fpc.fpcmake
Normal file
28
packages/fcl-openapi/Makefile.fpc.fpcmake
Normal file
@ -0,0 +1,28 @@
|
||||
#
|
||||
# Makefile.fpc for OpenAPI (swagger) spec reader & code generator.
|
||||
#
|
||||
|
||||
[package]
|
||||
name=fcl-openapi
|
||||
version=3.3.1
|
||||
|
||||
[target]
|
||||
units=fpopenapi.codegen.pp fpopenapi.consts.pp fpopenapi.generators.pp fpopenapi.objects.pp \
|
||||
fpopenapi.pascaltypes.pp fpopenapi.reader.pp fpopenapi.types.pp fpopenapi.writer.pp
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
||||
[default]
|
||||
fpcdir=../..
|
||||
|
||||
[compiler]
|
||||
includedir=src
|
||||
sourcedir=src
|
||||
|
||||
[shared]
|
||||
build=n
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
||||
|
Loading…
Reference in New Issue
Block a user