ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.76k stars 2k forks source link

[OS X] Games.mak isn't created #344

Closed giogus closed 8 years ago

giogus commented 8 years ago

I've already searched the whole valve wiki trying to solve this. I've followed every line of the tutorial but the games.mak isn't created after i build the xcode project.

captura de tela 2015-10-13 as 19 58 10
NFMynster commented 8 years ago

It's the creategameprojects on 80 bytes you should use.

giogus commented 8 years ago

@NFMynster i've already run this file, it generates a .xcodeproj, already opened the project and run but the games.mak file isn't generated!

NFMynster commented 8 years ago

You can ignore the third step of the tutorial, if you only want to compile the source code.

yaakov-h commented 8 years ago

The wiki is out of date. Source SDK 2013 on OS X no longer uses make, it now uses Xcode exclusively.

giogus commented 8 years ago

But how i use the Source Tools, like hammer editor?

NFMynster commented 8 years ago

They are not available for Mac. You should look into bootcamp if you want Windows on your Mac.

giogus commented 8 years ago

@NFMynster Thanks! I will look into bootcamp!