2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +00:00

Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/urde

This commit is contained in:
2018-09-06 20:38:29 -07:00
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
unset(DNAMP1_SFX_SOURCES)
macro(add_sfx_header HEADER SYMBOL)
bintoc("DNAMP1/SFX/${SYMBOL}.cpp" "DNAMP1/SFX/${HEADER}" "${SYMBOL}")
list(APPEND DNAMP1_SFX_SOURCES "DNAMP1/SFX/${SYMBOL}.cpp")
bintoc("DNAMP1/SFX/${SYMBOL}.cpp" "DNAMP1/SFX/${HEADER}" "${SYMBOL}")
list(APPEND DNAMP1_SFX_SOURCES "DNAMP1/SFX/${SYMBOL}.cpp" "DNAMP1/SFX/${HEADER}")
endmacro(add_sfx_header)
add_sfx_header(Atomic.h Atomic_H)
@@ -75,3 +75,5 @@ add_sfx_header(ZZZ.h ZZZ_H)
add_sfx_header(Zoomer.h Zoomer_H)
add_sfx_header(lumigek.h lumigek_H)
add_sfx_header(test.h test_H)
list(APPEND DNAMP1_SFX_SOURCES "DNAMP1/SFX/SFX.h")

2
amuse

Submodule amuse updated: 1312a5fa86...25aacc9511

2
hecl

Submodule hecl updated: 3f36c1395f...c68a8ddf09