From 1a1bffefda99cccfe47d934ecf598c2458e94fba Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 18 Feb 2020 22:31:54 +0000 Subject: [PATCH] .examples git-svn-id: svn://ultimatepp.org/upp/trunk@14036 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/Synth/Synth.upp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Synth/Synth.upp b/examples/Synth/Synth.upp index 9f1f0fd4f..255e296e6 100644 --- a/examples/Synth/Synth.upp +++ b/examples/Synth/Synth.upp @@ -1,5 +1,6 @@ -library - "SDL2 SDL2main"; +library(WIN32) SDL2.lib; + +library(POSIX) SDL2; file Synth.h,