summaryrefslogtreecommitdiffstats
path: root/src/opencsg-1-fixes.patch
blob: 0a639afbd644417b4cc83d6ad8c65df7f712397c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
This file is part of mingw-cross-env.
See doc/index.html for further information.

Contains ad hoc patches for cross building.

From c4856742f7d5022fbdcd3ee57849cee4e6d8535f Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Sat, 22 Oct 2011 01:29:03 +0200
Subject: [PATCH] configure for mingw-cross-env


diff --git a/example/example.pro b/example/example.pro
index 8891a28..6c88ee6 100644
--- a/example/example.pro
+++ b/example/example.pro
@@ -1,10 +1,11 @@
 TEMPLATE       = app
 TARGET         = opencsgexample
 
 CONFIG	 	+= opengl warn_on release
 INCLUDEPATH += ../glew/include ../include
 
-LIBS        += -L../lib -lopencsg -lglut -L../glew/lib -lGLEW
+LIBS        += -L../lib -lopencsg -lglut -L../glew/lib -lGLEW -lglut -lglu32 -lopengl32 -lwinmm -lgdi32
+DEFINES += FREEGLUT_STATIC GLEW_STATIC
 
 HEADERS		= displaylistPrimitive.h
 SOURCES		= displaylistPrimitive.cpp main.cpp
diff --git a/src/src.pro b/src/src.pro
index db5e1fb..e121df1 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -3,7 +3,8 @@ TARGET		= opencsg
 VERSION     = 1.3.1
 DESTDIR     = ../lib
 
-CONFIG		+= opengl warn_on release
+CONFIG		+= opengl warn_on release staticlib
+DEFINES += FREEGLUT_STATIC GLEW_STATIC
 INCLUDEPATH += ../include ../glew/include ../
 
 HEADERS		= ../include/opencsg.h \
-- 
1.7.7