File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ ExternalProject_Add(sp_midi
24
24
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release
25
25
)
26
26
27
+ ExternalProject_Add (sp_link
28
+ PREFIX sp_link-prefix
29
+ SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR} /sp_link
30
+ INSTALL_COMMAND ""
31
+ CMAKE_ARGS
32
+ -DERLANG_INCLUDE_PATH=${ERLANG_INCLUDE_PATH}
33
+ -DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}
34
+ BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release
35
+ )
36
+
27
37
ExternalProject_Add (ogg
28
38
PREFIX ogg-prefix
29
39
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR} /ogg-1.3.4
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ xcopy /Y /I /R /E ..\prebuilt\windows\x64\*.* server\native
36
36
@ echo Copying sp_midi dll to the erlang bin directory...
37
37
xcopy /Y /I /R /E external\build\sp_midi-prefix\src\sp_midi-build\Release\*.dll server\erlang\tau\priv\
38
38
39
+ @ echo Copying sp_link dll to the erlang bin directory...
40
+ xcopy /Y /I /R /E external\build\sp_link-prefix\src\sp_link-build\Release\*.dll server\erlang\tau\priv\
41
+
39
42
@ echo Translating tutorial...
40
43
server\native\ruby\bin\ruby server/ruby/bin/i18n-tool.rb -t
41
44
You can’t perform that action at this time.
0 commit comments