Browse Source

Correct options for Windows generic release

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6763 8c9fc860-2736-0410-a75d-ab315db34111
felixf 9 years ago
parent
commit
9e904d42b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/Release.Tool

+ 1 - 1
source/Release.Tool

@@ -171,7 +171,7 @@ BUILDS
 	{
 	{
 		INCLUDE "WIN iWIN WINGEN UNCOOP"
 		INCLUDE "WIN iWIN WINGEN UNCOOP"
 		COMPILER "Compiler.Compile"
 		COMPILER "Compiler.Compile"
-		COMPILEOPTIONS "--objectFile=Generic --newObjectFile --mergeSections"
+		COMPILEOPTIONS "-p=Win32G"
 		TARGET "AMD"
 		TARGET "AMD"
 		EXTENSION "GofW"
 		EXTENSION "GofW"
 		SYMBOLEXTENSION "SymW"
 		SYMBOLEXTENSION "SymW"