You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2006/12/12 17:08:03 UTC

svn commit: r486209 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/windows/makefile

Author: apetrenko
Date: Tue Dec 12 08:08:02 2006
New Revision: 486209

URL: http://svn.apache.org/viewvc?view=rev&rev=486209
Log:
Makefile is changed to use compiler options from the common place

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/windows/makefile

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/windows/makefile?view=diff&rev=486209&r1=486208&r2=486209
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/windows/makefile Tue Dec 12 08:08:02 2006
@@ -20,14 +20,7 @@
 LIBNAME=$(LIBPATH)$(LIBBASE).lib
 HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
 
-# TOFIX: fix warns and use default flags.  That is:
-# HYCFLAGS = $(HYCFLAGS) /I$(SHAREDSUB) /I$(SHAREDSUB)include
-
-HYCFLAGS = \
-  -Ogityb1 -W3 -GF -Gs -MD -Zi -Zm400 \
-  -D_DLL -D_MT -DWIN32 -D_WIN32_WINNT=0x0400 -D_WINSOCKAPI_ -DWINVER=0x0400 \
-  $(VMDEBUG) /I$(HY_HDK)\include /I$(HY_HDK)\jdk\include /I. \
-  /I$(SHAREDSUB) /I$(SHAREDSUB)include
+HYCFLAGS = $(HYCFLAGS) /I$(SHAREDSUB) /I$(SHAREDSUB)include
 
 BUILDFILES = $(SHAREDSUB)org_apache_harmony_awt_gl_opengl_GL.obj