Browse Source

Merge branch 'v1' of github.com:VCVRack/Rack into v1

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
d4f30d99e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -33,7 +33,7 @@ ifdef ARCH_WIN
LDFLAGS += -static \ LDFLAGS += -static \
-Wl,--export-all-symbols,--out-implib,libRack.a -mwindows \ -Wl,--export-all-symbols,--out-implib,libRack.a -mwindows \
-Ldep/lib -lglew32 -lglfw3 -ljansson -lspeexdsp -lzip -lz -lcurl -lssl -lcrypto -lrtaudio -lrtmidi \ -Ldep/lib -lglew32 -lglfw3 -ljansson -lspeexdsp -lzip -lz -lcurl -lssl -lcrypto -lrtaudio -lrtmidi \
-lpthread -lopengl32 -lgdi32 -lws2_32 -lcomdlg32 -lole32 -ldsound -lwinmm -lksuser -lshlwapi
-lpthread -lopengl32 -lgdi32 -lws2_32 -lcomdlg32 -lole32 -ldsound -lwinmm -lksuser -lshlwapi -lmfplat -lmfuuid -lwmcodecdspuuid
TARGET := Rack.exe TARGET := Rack.exe
OBJECTS += Rack.res OBJECTS += Rack.res
endif endif


Loading…
Cancel
Save