Skip to content

Commit

Permalink
Need double escape
Browse files Browse the repository at this point in the history
    * ACE/bin/MakeProjectCreator/config/acedefaults.mpb:
  • Loading branch information
jwillemsen committed Jul 26, 2024
1 parent da14e28 commit b47e9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/bin/MakeProjectCreator/config/acedefaults.mpb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project: ipv6, vc_warnings, build_files, test_files, svc_conf_files, ace_unicode
// Support the alternative Borland Make project type
specific(bmake) {
unicode_flags += -DACE_USES_WCHAR
macros += MPC_LIB_MODIFIER=\\"$(LIBMODIFIER)$(ULIBMODIFIER)\\"
macros += MPC_LIB_MODIFIER=\\\\"$(LIBMODIFIER)$(ULIBMODIFIER)\\\\"
debug_macros += ACE_NO_INLINE=1
platform_libs += iphlpapi
lit_libs -= iphlpapi
Expand Down

0 comments on commit b47e9ce

Please sign in to comment.