flatten 20260225
This commit is contained in:
22
resources/packages/astronomy/Makefile.project
Executable file
22
resources/packages/astronomy/Makefile.project
Executable file
@@ -0,0 +1,22 @@
|
||||
include $(MAKEDIR)/Makefile.base
|
||||
|
||||
PROJECTS := source/c
|
||||
|
||||
LIBFILE := libastronomy.a
|
||||
COPYTO := ../../sdk/lib
|
||||
|
||||
ifeq (Darwin,$(SYS_NAME))
|
||||
endif
|
||||
|
||||
ifeq (Linux,$(SYS_NAME))
|
||||
endif
|
||||
|
||||
ifeq (Android,$(SYS_NAME))
|
||||
endif
|
||||
|
||||
ifeq (iOS,$(SYS_NAME))
|
||||
endif
|
||||
|
||||
include $(MAKEDIR)/Makefile.lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user