Explorar el Código

Added exported functions in meshviewer makefile

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> hace 11 años
padre
commit
97b0ad7b1f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      test/Makefile.am

+ 3
- 0
test/Makefile.am Ver fichero

@@ -61,4 +61,7 @@ meshviewer_SOURCES = meshviewer.cpp \
shinymvtexture.lolfx shinyfur.lolfx
meshviewer_CPPFLAGS = $(AM_CPPFLAGS)
meshviewer_DEPENDENCIES = @LOL_DEPS@
if USE_EMSCRIPTEN
meshviewer_LDFLAGS = $(AM_LDFLAGS) -s EXPORTED_FUNCTIONS="['_main', '_C_Send']"
endif


Cargando…
Cancelar
Guardar