generated from thinkode/modelRepository
21 lines
950 B
Batchfile
21 lines
950 B
Batchfile
|
|
@REM windres dmxSender.rc dmxSender.o
|
||
|
|
@REM windres detectFTDI.rc detectFTDI.o
|
||
|
|
|
||
|
|
@REM g++ -o dmxSender.exe dmxSender.cpp dmxSender.o -I"include" -L"lib" -lftd2xx -mwindows
|
||
|
|
@REM g++ -o detectFTDI.exe detectFTDI.cpp detectFTDI.o -I"include" -L"lib" -lftd2xx -mwindows
|
||
|
|
|
||
|
|
@REM g++ -o dmxSender.exe dmxSender.cpp -I"include" -L"lib" -lftd2xx
|
||
|
|
@REM g++ -o detectFTDI.exe detectFTDI.cpp -I"include" -L"lib" -lftd2xx
|
||
|
|
|
||
|
|
@REM g++ -c dmxSender.cpp -o dmxSender.o -I"include" -L"lib" -lftd2xx -mwindows
|
||
|
|
|
||
|
|
@REM g++ -c dmxSender_wrapper.cpp -o dmxSender_wrapper.o -I"include" -L"lib" -lftd2xx -mwindows
|
||
|
|
|
||
|
|
@REM g++ -shared -o ../../build/bin/libdmxSender.dll src/dmxSender.cpp -fPIC -Wl,--out-implib,../../build/bin/libdmxSender.dll.a -L"lib" -lftd2xx
|
||
|
|
|
||
|
|
@REM Compiling DMXSENDER library
|
||
|
|
|
||
|
|
g++ -shared -o ../../build/bin/libdmxSender.dll src/dmxSender.cpp -fPIC -L"lib" -lftd2xx
|
||
|
|
|
||
|
|
|
||
|
|
@REM g++ -shared -o libdmxSender.so dmxSender.cpp -fPIC -I"include" -L"lib" -lftd2xx -mwindows
|