Changes between Version 3 and Version 4 of howto/MEX_Compile


Ignore:
Timestamp:
Nov 7, 2013, 9:55:56 AM (10 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MEX_Compile

    v3 v4  
    129129One example of a compile command used for the MEX UDP Transport within WARPLab is:
    130130{{{
    131 mex -g -O wl_mex_udp_transport.c -lwsock32 -lKernel32
     131mex -g -O wl_mex_udp_transport.c -lwsock32 -lKernel32 -DWIN32
    132132}}}
    133133