This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Misc
tags/1.9.6
falkTX
10 years ago
parent
71528d7daa
commit
d1b5051408
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
data/windows/build-win32.sh
+5
-0
data/windows/build-win64.sh
+ 5
- 0
data/windows/build-win32.sh
View File
@@ -1,5 +1,10 @@
#!/bin/bash
### fluidsynth.pc:
# -lglib-2.0 -lgthread-2.0 -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -ldsound -lwinmm -lole32
### linuxsampler.pc:
# -L${prefix}/lib/libgig -llinuxsampler -lgig -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -lrpcrt4
set -e
MINGW=i686-w64-mingw32
+ 5
- 0
data/windows/build-win64.sh
View File
@@ -1,5 +1,10 @@
#!/bin/bash
### fluidsynth.pc:
# -lglib-2.0 -lgthread-2.0 -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -ldsound -lwinmm -lole32
### linuxsampler.pc:
# -L${prefix}/lib/libgig -llinuxsampler -lgig -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -lrpcrt4
set -e
MINGW=x86_64-w64-mingw32
Write
Preview
Loading…
Cancel
Save