2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2018-09-02 20:34:09 -10:00
parent e46ec80b64
commit 56eeada360
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
unset(DNAMP1_SFX_SOURCES) unset(DNAMP1_SFX_SOURCES)
macro(add_sfx_header HEADER SYMBOL) macro(add_sfx_header HEADER SYMBOL)
bintoc("DNAMP1/SFX/${SYMBOL}.cpp" "DNAMP1/SFX/${HEADER}" "${SYMBOL}") bintoc("DNAMP1/SFX/${SYMBOL}.cpp" "DNAMP1/SFX/${HEADER}" "${SYMBOL}")
list(APPEND DNAMP1_SFX_SOURCES "DNAMP1/SFX/${SYMBOL}.cpp") list(APPEND DNAMP1_SFX_SOURCES "DNAMP1/SFX/${SYMBOL}.cpp" "DNAMP1/SFX/${HEADER}")
endmacro(add_sfx_header) endmacro(add_sfx_header)
add_sfx_header(Atomic.h Atomic_H) 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(Zoomer.h Zoomer_H)
add_sfx_header(lumigek.h lumigek_H) add_sfx_header(lumigek.h lumigek_H)
add_sfx_header(test.h test_H) add_sfx_header(test.h test_H)
list(APPEND DNAMP1_SFX_SOURCES "DNAMP1/SFX/SFX.h")

2
amuse

Submodule amuse updated: 1312a5fa86...8fee7a282b

2
hecl

Submodule hecl updated: 3f36c1395f...2366c8f672