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

svn commit: r482406 - /harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile

Author: geirm
Date: Mon Dec  4 15:21:12 2006
New Revision: 482406

URL: http://svn.apache.org/viewvc?view=rev&rev=482406
Log:
small fixes


Modified:
    harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile

Modified: harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile?view=diff&rev=482406&r1=482405&r2=482406
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/samsa/src/main/native/samsa/windows/makefile Mon Dec  4 15:21:12 2006
@@ -19,9 +19,9 @@
 
 !include <$(HY_HDK)\build\make\defines.mak>
 
-EXENAME=$(EXEPATH)samsa.exe
+EXENAME = samsa.exe
 BUILDFILES = ..\samsa.obj
-EXEFLAGS=$(guilflags) -subsystem:windows
-EXEDLLFILES=$(guilibsdll)
+EXEFLAGS=$(conlflags) -subsystem:console
+EXEDLLFILES=$(conlibsdll)
 
 !include <$(HY_HDK)\build\make\rules.mak>