projects
/
csRadar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4540128
)
Fixed windows build script not creating .a variant for linking
author
hgn
<hgodden00@gmail.com>
Sun, 18 Jul 2021 08:03:06 +0000
(09:03 +0100)
committer
hgn
<hgodden00@gmail.com>
Sun, 18 Jul 2021 08:03:06 +0000
(09:03 +0100)
build.bat
patch
|
blob
|
history
diff --git
a/build.bat
b/build.bat
index 7b487716f9b7eb675d0fbf3125552349055fdc1d..faaaa465f9936a1b53473966409ae0c38d8d2024 100644
(file)
--- a/
build.bat
+++ b/
build.bat
@@
-1,3
+1,3
@@
if not exist ext mkdir ext
-start /b /w gcc -O3 -Wl,--export-all-symbols csRadar.c -o csRadar.exe -lm
+start /b /w gcc -O3 -Wl,--export-all-symbols
-Wl,--out-implib,libcsRadar.exe.a
csRadar.c -o csRadar.exe -lm
start /b /w gcc -O3 -Wl,--export-all-symbols -shared -o ext/csr_substance.dll ext_csr_substance.c -lm -L. -lcsRadar.exe