2
0

Makefile 1.0 KB

123456789
  1. INC_POLYIMPORT= -I../../../Core/Dependencies/physfs/ -I../../Contents/polyimport/Include -I../../Dependencies/assimp/include/ -I../../../Core/Contents/Include/
  2. LIB_POLYIMPORT= ../../Dependencies/assimp/lib/libassimp.dylib ../../../Core/Dependencies/physfs/Debug/libphysfs.a ../../../Release/Mac\ OS\ X/Framework/Core/Lib/libPolyCore.a -framework IOKit -framework Cocoa
  3. polyimport:
  4. g++ -g ../../Contents/polyimport/Source/*.cpp $(INC_POLYIMPORT) $(LIB_POLYIMPORT) -o polyimport
  5. LIB_POLYBUILD= ../../../Core/Dependencies/physfs/Debug/libphysfs.a ../../../Release/Mac\ OS\ X/Framework/Core/Lib/libPolyCore.a -framework IOKit -framework Cocoa
  6. INC_POLYBUILD= -I../../../Core/Dependencies/physfs/ -I../../../Core/Dependencies/zlib/ -I../../Contents/polybuild/Include -I../../../Core/Contents/Include/ -I../../Dependencies/unzip11/
  7. polybuild:
  8. g++ -g ../../../Core/Dependencies/zlib/libz.a ../../Contents/polybuild/Source/*.cpp ../../Dependencies/unzip11/ioapi.c ../../Dependencies/unzip11/zip.c $(INC_POLYBUILD) $(LIB_POLYBUILD) -o polybuild