Fixed windows build to install libraries and executables into the same folder.

This commit is contained in:
David Williams
2010-03-04 23:37:38 +00:00
parent 5db2913e41
commit 06ef752d05
2 changed files with 9 additions and 1 deletions

View File

@ -26,7 +26,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_TypeDef_H__
#define __PolyVox_TypeDef_H__
#ifdef WIN32 #Should be is Visual studio (to allow MinGW)
#ifdef WIN32 //Should be is Visual studio (to allow MinGW)
#ifdef POLYVOXCORE_EXPORT
#define POLYVOXCORE_API __declspec(dllexport)
#else