Компиляция под VS2003
< Ru
		
		
		
		Jump to navigation
		Jump to search
		
This article needs more  links to other articles to help
 links to other articles to help  integrate it into the encyclopedia. Please help improve this article by adding links
 integrate it into the encyclopedia. Please help improve this article by adding links  that are relevant to the context within the existing text.
 that are relevant to the context within the existing text.
January 2024
 links to other articles to help
 links to other articles to help  integrate it into the encyclopedia. Please help improve this article by adding links
 integrate it into the encyclopedia. Please help improve this article by adding links  that are relevant to the context within the existing text.
 that are relevant to the context within the existing text.January 2024
Введение
Ниже приводится общее руководство по HL2 компиляции под VS2003.
Компиляция
- Запустите Microsoft Visual Studio .NET 2003.
- Выберите Open Project из меню File.
- Перейдите в директорию, куда вы распаковали исходный код. В нашем примере, это C:\MyMod\Src.
- Откройте файл 'game_sdk.sln.
- Выберите Rebuild Solution из меню Build.
- Дождитесь сборки исходного кода. Теперь вы должны иметь две библиотеки в вашей категории C:\Steam\SteamApps\SourceMods\MyMod\bin (в зависимости от того, куда был установлен Steam и какое название вы дали моду). Один называется client.dll, другой - server.dll.

























