Browse Source

Update Makefile

just fixed some spelling in the comments no functional changes
pull/57/head
mxa GitHub 4 years ago
parent
commit
2ff3dd9a3a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Makefile

+ 3
- 3
Makefile View File

@@ -222,11 +222,11 @@ DEPS += $(libpd)
FLAGS += -Idep/include/libpd -DHAVE_LIBDL

ifdef ARCH_WIN
# the PD_INTERNAL leaves the function declarations for libpd unchanged
# PD_INTERNAL leaves the function declarations for libpd unchanged
# not specifying that flag would enable the "EXTERN __declspec(dllexport) extern" macro
# which throughs a linker error. I guess this macro should only be used for the windows
# which throws a linker error. I guess this macro should only be used for the windows
# specific .dll dynamic linking format.
# The corresponding #define resides in "m_pd.h" inside pure data sources
# The corresponding #define resides in "m_pd.h" inside th Pure Data sources
FLAGS += -DPD_INTERNAL
LDFLAGS += -Wl,--export-all-symbols
LDFLAGS += -lws2_32


Loading…
Cancel
Save