~nux-team/nuxplayground/nux-visualstudio

« back to all changes in this revision

Viewing changes to compiler_options.h

  • Committer: Jay Taoko
  • Date: 2012-07-12 21:09:46 UTC
  • Revision ID: jay.taoko@canonical.com-20120712210946-5xpkonw92ivp1xl0
VisualStudio build files for Nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
/D "_WIN32_WINNT=0x0501"
 
4
/D "WINVER=0x0501"
 
5
/D WIN32_LEAN_AND_MEAN
 
6
/D TINYXML_IMPORT_DLL
 
7
 
 
8
 
 
9
/I "..\..\..\gtk\include\gdk-pixbuf-2.0"
 
10
/I "..\..\..\gtk\include\glib-2.0"
 
11
/I "..\..\..\gtk\include\pango-1.0"
 
12
/I "..\..\..\gtk\include\cairo"
 
13
/I "..\..\..\gtk\include\gtk-2.0"
 
14
/I "..\..\..\gtk\include\atk-1.0"
 
15
/I "..\..\..\gtk\include\freetype2"
 
16
/I "..\..\..\gtk\include"
 
17
/I "..\..\..\gtk\lib\gtk-2.0\include"
 
18
/I "..\..\..\gtk\lib\glib-2.0\include"
 
19
 
 
20
/I "..\..\..\boost\boost_1_47"