-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming Binaries when compiling with vc2010/vc2012 #144
Comments
Can't you simply use CMake for that ? The original vc files are deprecated. |
I just prefer to use vc2012 ^^ |
You can still use with VS2012. CMake generates project files, including for VS2012. |
All you have to do is make a copy of CreateWindowsVS10Projects.bat and rename to CreateWindowsVS11Projects.bat and editing the bit where it says "Visual Studio 10" to "Visual Studio 11" |
AlexCS1337
pushed a commit
to AlexCS1337/smUJK
that referenced
this issue
Aug 4, 2022
Improving ^xRBG conversion function
AlexCS1337
pushed a commit
to AlexCS1337/smUJK
that referenced
this issue
Aug 4, 2022
Merge pull request JACoders#144 from DarthFutuza/master
taysta
added a commit
to CansecoDev/OpenJK
that referenced
this issue
Feb 15, 2024
(cherry picked from commit 6cfd091) Co-authored-by: videoP <videoprofess@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am just asking for a rename of binaries when we build with vc2010/vc2012 :
dedicated.x86.exe --> openjkded.x86.exe
engine.x86.exe --> openjk.x86.exe
jasp.exe --> openjk_sp.x86.exe
Nothing really important for the moment, but it should be cool to have the same binaries name as cmake.
(Sry for my bad english)
The text was updated successfully, but these errors were encountered: