ValveSoftware / steamworks-vr-api

Source for the Steamworks VR API
Other
137 stars 30 forks source link

Missing files for linux build #13

Closed ghost closed 10 years ago

ghost commented 10 years ago

Error I am experiencing:

make[2]: *** No rule to make target `../../devtools/makefile_base_posix.mak'.  Stop.

Steps taken:

./devtools/bin/vpc_linux +everything /mksln steamvr
make -f steamvr.mak

So it looks like makefile_base_posix.mak is missing.

JoeLudwig commented 10 years ago

Oops. The .gitignore excluded that one. It's there now.