Skip to content

Commit

Permalink
download presets library win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Nov 20, 2024
1 parent ea362ff commit e2d806d
Show file tree
Hide file tree
Showing 9 changed files with 10,272 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TARGET=win32
VERSION=`git rev-list --count HEAD`

ifeq ($(TARGET),linux)
GTK=`pkg-config --cflags --libs gtk4`
GTK=`pkg-config --cflags --libs gtk4` -lssl -lcrypto
LV2=`pkg-config --cflags lilv-0 --libs`
JACK=`pkg-config jack --libs --cflags portaudio-2.0`
SNDFILE=`pkg-config --libs sndfile --cflags`
Expand All @@ -30,7 +30,7 @@ GLIB=`mingw64-pkg-config glib-2.0 --libs --cflags`
OPTIMIZE=-Ofast
CC=x86_64-w64-mingw32-gcc -g -mwindows -mconsole
CPP=x86_64-w64-mingw32-g++ -std=c++17 -g -mwindows -mconsole
DLFCN=-llibdl -lws2_32 -lwsock32
DLFCN=-llibdl -lws2_32 -lwsock32 -lssl -lcrypto -lcrypt32
endif
all: amprack

Expand Down
Binary file modified amprack
Binary file not shown.
Binary file modified amprack.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
#define File FILE
#define reutern return
#define car char
#ifndef on
#define on true
#define off false
#endif
#define vodi void
#define MinusOne -1
#define simply
Expand Down
Loading

0 comments on commit e2d806d

Please sign in to comment.