Commit Graph

96 Commits

Author SHA1 Message Date
330b7f7447 sfml_suffixes 2024-08-08 16:07:52 -05:00
259290ecca print what you're checking 2024-08-08 15:59:54 -05:00
04a86e1be9 -d suffix for sfml debug builds 2024-08-08 15:49:18 -05:00
b82735be54 try again fix syntax 2024-08-08 14:32:05 -05:00
b5376b2efb try fix syntax 2024-08-08 14:21:22 -05:00
5215bc8852 patch library rpaths 2024-07-18 14:38:29 -06:00
52cfee7f17 fix rpath 2024-07-18 14:35:16 -06:00
bbd0d91a09 fix bad logic 2024-07-18 14:31:03 -06:00
bbb9a86dcd rpath with patchelf 2024-07-18 14:22:04 -06:00
6db5a4a743 fix paren 2024-07-18 14:02:31 -06:00
40ed3d818b try grab more libs 2024-07-18 13:55:50 -06:00
685b90795a fix tabs 2024-07-18 13:51:42 -06:00
b66be91123 try get all .so.version files 2024-07-18 13:45:06 -06:00
cc13306e2d refactor 2024-07-18 13:41:20 -06:00
588e45b136 don't package prebuilt zlib 2024-07-18 12:45:37 -06:00
13e10fc2cd bundle tgui 2024-07-18 12:42:21 -06:00
65ad8bf803 not else 2024-07-18 12:31:21 -06:00
ae2ddf046b make check for zlib + debug x86_64-linux-gnu 2024-07-18 11:58:27 -06:00
feed54de9a on linux bundle libz 2024-07-18 11:50:56 -06:00
c54cc07a1a check x86_64-linux-gnu 2024-07-18 11:48:14 -06:00
79e2efb3bb handle bundled libs for linux 2024-07-18 11:35:13 -06:00
97b0f90807 debug linux library bundling 2024-07-18 11:13:49 -06:00
3755023960 try with nodefaultlib and no vcpkg integrate 2024-07-18 10:54:01 -06:00
2db8561b91 Try without vcpkg integrate 2024-07-18 09:27:28 -06:00
f8871cd51d try NODEFAULTLIB 2024-07-17 20:32:53 -06:00
7f6963b0dc try link /verbose 2024-07-17 19:17:34 -06:00
79162c43f5 zlib/build include directory 2024-07-17 18:58:23 -06:00
98be2ff395 add zlib include path 2024-07-17 18:05:06 -06:00
6df0e3b72b project includes 2024-07-17 17:55:04 -06:00
9e73baa92f capital A 2024-07-17 17:44:22 -06:00
448bd6520a windows libpath zlib 2024-07-17 17:39:06 -06:00
da73d5bce7 fix 2024-07-17 15:57:33 -06:00
e3abaffc92 Try without vcpkg libpaths 2024-07-17 15:50:01 -06:00
595d1f4145 fix print 2024-07-17 15:23:51 -06:00
2ac950be91 debug linux copying libs 2024-07-17 15:12:28 -06:00
334013f8f3 try debug 2024-07-17 14:38:24 -06:00
dafe6a1c37 try empty suffixes 2024-07-17 13:55:01 -06:00
32b5070b6f windows expect boost 1_85 2024-07-17 13:42:05 -06:00
f892bdfbea try bundling linux dynamic libs 2024-07-17 13:39:54 -06:00
423340f1a5 call fix-rpaths.sh subprocess with absolute script path 2024-07-01 13:45:09 -06:00
90ceaf9b69 call fix-rpaths.sh in proper working directory 2024-07-01 13:28:05 -06:00
c6bd39509d mac connect executables with bundled dylibs 2024-07-01 12:59:37 -06:00
73fc5be123 More homebrew search paths in Mac Scons 2024-06-19 21:13:55 -06:00
4a7d145168 Fix win scons (#359)
* fix a link flag
* another hack to find weirdly named libraries
* Fix handling VCRedistInstall.exe
* add src folders to win-scons include paths
* use path.join
* more weird library suffixes
* fix old python syntax in an SConscript file
* find vcpkg libraries and headers
* add icon dir to windows include paths
* remove non-recursive os.listdir line
* remove bad lib paths
* tools build with env["bits"]
* hard-code vcvarsall.bat path, with a note
* pass in other lib paths
* fix syntax without trying to use f-strings
* more bundled libs on windows
* add bin folders for windows installation to find dlls
* fix CheckLib stuff
* test scons pass X86 correctly
* make 64-bit builds the default for scons
* add package flag for building installers
2024-06-12 13:52:19 -04:00
cfea88d59c use path.join instead of + 2024-05-30 20:37:22 -06:00
11451a731d print a note about .sconsign.dblite on clean 2024-05-30 20:15:45 -06:00
bceb8f478d use correct debug build flags (fix #343) 2024-05-30 20:15:45 -06:00
1249f4b21d when building tests, make sure to clone Catch2 2024-05-30 20:15:45 -06:00
826ca1bc95 allow specifying partial build targets (fix #52) 2024-05-30 20:15:23 -06:00
ee538ca30d linux: clone and build TGUI submodule if necessary 2024-05-30 20:02:43 -06:00