|
|
@ -330,7 +330,7 @@ Note that you can also build SDL manually. This can be useful if you are porting |
|
|
|
(comptime-cond |
|
|
|
('Windows |
|
|
|
(add-library-search-directory "Dependencies/SDL/VisualC/x64/Debug") |
|
|
|
(add-linker-options "SDL2main.lib" "SDL2.lib")) |
|
|
|
(add-static-link-objects "SDL2main.lib" "SDL2.lib")) |
|
|
|
;; (add-library-runtime-search-directory "Dependencies/SDL/VisualC/x64/Debug" ".")) |
|
|
|
;; ('Unix ;; Dynamic link |
|
|
|
;; (add-library-search-directory "Dependencies/SDL/buildSDLBuild/lib") |
|
|
@ -339,7 +339,7 @@ Note that you can also build SDL manually. This can be useful if you are porting |
|
|
|
;; (add-library-runtime-search-directory "Dependencies/SDL/buildSDLBuild/lib" ".")) |
|
|
|
('Unix ;; Static link |
|
|
|
(add-compiler-link-options "-pthread") |
|
|
|
(add-linker-options "Dependencies/SDL/buildSDLBuild/lib/libSDL2.a"))) |
|
|
|
(add-static-link-objects "Dependencies/SDL/buildSDLBuild/lib/libSDL2.a"))) |
|
|
|
|
|
|
|
(comptime-cond |
|
|
|
('Windows ;; DLLs need to be in the same directory as the executable |
|
|
|