Skip to content

Commit 3b7fdcb

Browse files
jeffhostetlerGit for Windows Build Agent
authored andcommitted
config.mak.uname: add git.rc to MSVC builds
Teach MSVC=1 builds to depend on the `git.rc` file so that the resulting executables have Windows-style resources and version number information within them. Signed-off-by: Jeff Hostetler <[email protected]>
1 parent b3cc4b5 commit 3b7fdcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ endif
502502
# handle twice, or to access the osfhandle of an already-closed stdout
503503
# See https://msdn.microsoft.com/en-us/library/ms235330.aspx
504504
EXTLIBS = user32.lib advapi32.lib shell32.lib wininet.lib ws2_32.lib invalidcontinue.obj kernel32.lib ntdll.lib
505+
GITLIBS += git.res
505506
PTHREAD_LIBS =
506507
RC = compat/vcbuild/scripts/rc.pl
507508
lib =

0 commit comments

Comments
 (0)