You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clean action in the C# make backend is not implemented.
Clean:
vagrant@vagrant-ubuntu-trusty-64:/vagrant/CppSharp$ config=release_x64 make -C build/gmake/ clean
make: Entering directory `/vagrant/CppSharp/build/gmake'make[1]: Nothing to be done for `clean'.Cleaning Basic.Nativemake[1]: Nothing to be donefor`clean'.make[1]: Nothing to be done for `clean'.
make[1]: Nothing to be donefor`clean'.make: Leaving directory `/vagrant/CppSharp/build/gmake'
The clean action in the C# make backend is not implemented.
Clean:
After clean:
vagrant@vagrant-ubuntu-trusty-64:/vagrant/CppSharp$ ls -lh build/gmake/lib/Release_x64/*.dll -rwxrwxrwx 1 vagrant vagrant 98K Jul 10 22:12 build/gmake/lib/Release_x64/Basic.CSharp.dll -rwxrwxrwx 1 vagrant vagrant 16K Jul 10 22:12 build/gmake/lib/Release_x64/Basic.Tests.CSharp.dll
Checking the Premake source in
make_csharp.lua
reveals why:The text was updated successfully, but these errors were encountered: