Browse Source

opengles updates the Makefile.fpc

git-svn-id: trunk@19028 -
sekelsenmat 14 years ago
parent
commit
727da08c0c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/opengles/Makefile.fpc

+ 5 - 0
packages/opengles/Makefile.fpc

@@ -13,6 +13,11 @@ version=2.7.1
 [target]
 units_arm_darwin=gles11
 units_i386_iphonesim=gles11
+units_linux=gles20
+units_wince=gles20
+units_win32=gles20
+units_win64=gles20
+units_darwin=gles20
 exampledirs=examples
 
 [install]