Skip to content

Commit

Permalink
windows build is fixed, delete split exe-lib declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored Aug 8, 2024
1 parent c0f885b commit 1104106
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ if host_machine.system() == 'darwin'
'-framework', 'IOKit',
'-framework', 'Security',
]
elif host_machine.system() == 'windows'
executable_link_args += [
# '-lole32',
# '-lShell32',
# '-lws2_32',
]
endif

executable_dependencies = []
Expand All @@ -85,28 +79,6 @@ endif

#########################

# juce_core_lib = library(
# 'juce_core',
# juce_core_sources,
# include_directories : juce_core_inc,
# cpp_args : juce_core_cpp_args,
# objcpp_args : juce_core_cpp_args,
# install : false,
#)

# executable(
# executable_name,
# executable_sources,
# include_directories : [
# juce_core_inc,
# '.',
# ],
# link_with : [juce_core_lib],
# cpp_args : juce_core_cpp_args + executable_cpp_args,
# link_args : executable_link_args,
# dependencies : executable_dependencies,
#)

executable(
executable_name,
executable_sources + juce_core_sources,
Expand Down

0 comments on commit 1104106

Please sign in to comment.