mirror of
https://github.com/celisej567/BCWSsrc.git
synced 2026-01-01 05:49:08 +03:00
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst, proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj, vcxproj, sln, in, java, la, manifest, am, and rad. Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and gitignore. Finally, fixes executable bits.
22 lines
619 B
Batchfile
Executable File
22 lines
619 B
Batchfile
Executable File
@echo off
|
|
setlocal
|
|
|
|
rem ================================
|
|
rem ==== MOD PATH CONFIGURATIONS ===
|
|
|
|
rem == Set the absolute path to your mod's game directory here ==
|
|
set GAMEDIR=%cd%\..\..\..\game\mod_hl2
|
|
|
|
rem == Set the relative or absolute path to Source SDK Base 2013 Singleplayer\bin ==
|
|
set SDKBINDIR=D:\SteamBeta\SteamApps\common\Source SDK Base 2013 Singleplayer\bin
|
|
|
|
rem == Set the Path to your mod's root source code ==
|
|
rem This should already be correct, accepts relative paths only!
|
|
set SOURCEDIR=..\..
|
|
|
|
rem ==== MOD PATH CONFIGURATIONS END ===
|
|
rem ====================================
|
|
|
|
|
|
call buildsdkshaders.bat
|