Reference library directories correctly

This commit is contained in:
Christophe de Dinechin 2017-11-30 09:40:35 +01:00
parent c1cc66ade3
commit e19bbc0a79
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ BUILD=./
SOURCES=hello.cpp
# Define libraries we use in that project
LIBRARIES=lib1.dll lib2.lib
LIBRARIES=lib1/lib1.dll lib2/lib2.lib
# Define the product of the build (.exe will be removed for Unix builds)
PRODUCTS=hello.exe