Skip to content

anderson-pa/quadrotor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile jr3 DLL

On Windows, navigate to the jr3 subfolder from the command line and compile with g++

g++ -O -ansi -shared .\jr3_dll.cpp -o jr3.dll

or with warnings:

g++ -Wall -Wextra -O -ansi -pedantic -shared .\jr3_dll.cpp -o jr3.dll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published