misc; modified all project (.epj) files to have the appropriate fast math option...
authorRejean Loyer <rejean.loyer@gmail.com>
Fri, 26 Oct 2012 00:22:44 +0000 (20:22 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Fri, 26 Oct 2012 00:23:27 +0000 (20:23 -0400)
commit90b0e4e57121e4223e2dfd02a24813b3e8db16bb
tree9a0ac41ed719063b02a86ed3d4051808ef1fbc86
parent37b36a1e1b7d42c4f3c6ec22c5145616fe5608a5
misc; modified all project (.epj) files to have the appropriate fast math option set according to the optimize setting for all configs.
115 files changed:
Makefiles.epj
compiler/ecc/ecc.epj
compiler/ecp/ecp.epj
compiler/ecs/CleanPo.epj
compiler/ecs/ecs.epj
compiler/libec/ec.epj
deps/freetype-2.3.12/freetype.epj
deps/jpeg-6b/jpeg.epj
deps/libffi-3.0.11/ffi.epj
deps/libpng-1.4.0/png.epj
deps/libungif-4.1.1/libungif.epj
deps/zlib/zlib.epj
documentor/documentor.epj
ear/cmd/ear.epj
ear/extract/extract.epj
ecere/ecere.epj
ecere/ecereCOM.epj
eda/drivers/oracle/EDAOracle.epj
eda/drivers/sqlite/EDASQLite.epj
eda/drivers/sqlite/SQLiteShellCmd.epj
eda/drivers/sqliteCipher/EDASQLiteCipher.epj
eda/drivers/sqliteCipher/SQLiteCipherShellCmd.epj
eda/libeda/EDA.epj
epj2make/epj2make.epj
extras/audio/EcereAudio.epj
ide/ide.epj
installer/Installer.epj
installer/coursework/Chapter 1 - Getting Started/Lab1.1/HelloWorld.epj
installer/coursework/Chapter 1 - Getting Started/Lab1.2/HelloForm.epj
installer/coursework/Chapter 2 - Variables and Data Types/Lab2.4/Lab2.epj
installer/coursework/Chapter 2 - Variables and Data Types/Lab2.5/VariablesApp.epj
installer/coursework/Chapter 3 - Operators/Lab3/Lab3.epj
installer/coursework/Chapter 4 - Flow Control/Lab4/Lab4.epj
installer/coursework/Chapter 5 - Structures and Enumerations/Lab5/colors/lab5colors.epj
installer/coursework/Chapter 5 - Structures and Enumerations/Lab5/vectors/lab5vectors.epj
installer/coursework/Chapter 6 - Classes, Methods and Instances/Lab6/lab6.epj
samples/3D/Animate3DS/Animate3DS.epj
samples/3D/ColorSpheres/colorSpheres.epj
samples/3D/HiraganaCube/HiraganaCube.epj
samples/3D/ModelViewer/eModel.epj
samples/3D/OpenGL/OpenGL.epj
samples/3D/Test3D/Test3D.epj
samples/3D/TransCube/transCube.epj
samples/3D/VertexColorTest/VertexColorTest.epj
samples/3D/cube2/cube2.epj
samples/3D/glTriangle/glTriangle.epj
samples/3D/hello3D/hello3D.epj
samples/3D/rayTracedMandelbulb/mandelbulb.epj
samples/3D/spriteBalls/balls.epj
samples/3D/terrainCameraDemo/cameraDemo.epj
samples/audio/DirectBufferPlayer/WavPlayer.epj
samples/audio/Piano/Piano.epj
samples/audio/PlaySound/PlaySound.epj
samples/db/EDATest/EDATest.epj
samples/db/MedDB/med.epj
samples/db/MovieCollection/MovieCollection.epj
samples/eC/FindPrime/PrimeTest.epj
samples/eC/HelloWorld/HelloWorld.epj
samples/eC/ampheck/ampheck.epj
samples/eC/ecas/ecas.epj
samples/eC/fibonacci/fibo.epj
samples/eC/neural/neural.epj
samples/eC/staticLink/staticLink.epj
samples/games/blokus/blokus.epj
samples/games/bomb/bomb.epj
samples/games/brainstonz/brainstonz.epj
samples/games/cards/poker/poker.epj
samples/games/cards/ruff/ruff.epj
samples/games/cards/tongIts/tongIts.epj
samples/games/othello/Othello.epj
samples/games/scrabble/scrabble.epj
samples/games/tetris/tetris.epj
samples/guiAndGfx/Controls/controls.epj
samples/guiAndGfx/DataControls/DataControls.epj
samples/guiAndGfx/FlagsDropBox/FlagsDropBox.epj
samples/guiAndGfx/HelloForm/helloForm.epj
samples/guiAndGfx/LinkLabel/LinkLabel.epj
samples/guiAndGfx/bitmapsAndKB/Bitmap/bitmap.epj
samples/guiAndGfx/bitmapsAndKB/KBController/controller.epj
samples/guiAndGfx/bitmapsAndKB/KBOnKeyHit/OnKeyHit.epj
samples/guiAndGfx/bitmapsAndKB/KBState/KBState.epj
samples/guiAndGfx/bitmapsAndKB/Objects/objects.epj
samples/guiAndGfx/childWindows/start.epj
samples/guiAndGfx/clock/clock.epj
samples/guiAndGfx/curvyweb/curvyweb.epj
samples/guiAndGfx/dataBoxes/dataBoxes.epj
samples/guiAndGfx/disablingMovingControls/disabled_test.epj
samples/guiAndGfx/eNotepad/eNotepad.epj
samples/guiAndGfx/fliPlay/fliPlay.epj
samples/guiAndGfx/floodFill/ePaint.epj
samples/guiAndGfx/mdiSample/mdiSample.epj
samples/guiAndGfx/openrider/openrider.epj
samples/guiAndGfx/pictureRotateAlpha/pictureRotate.epj
samples/guiAndGfx/reminder/Reminder.epj
samples/guiAndGfx/replace/replace.epj
samples/guiAndGfx/screenShot/Shot.epj
samples/guiAndGfx/skinning/SkinProject.epj
samples/guiAndGfx/snow/snow.epj
samples/guiAndGfx/tabControl/tabs.epj
samples/guiAndGfx/textScroller/Scroll.epj
samples/guiAndGfx/toolBars/toolBars.epj
samples/guiAndGfx/toolTips/Tooltips.epj
samples/guiAndGfx/treeView/treeView.epj
samples/misc/licensing/licensing.epj
samples/net/DCOMSample/Server.epj
samples/net/SocketSample/SocketSample.epj
samples/net/UDPSample/UDPTest.epj
samples/net/XMLSample/XMLSample.epj
samples/net/eCom/eCom.epj
samples/net/eirc/eIRC.epj
samples/net/httpserver/httpServer.epj
samples/net/networkFile/NetworkClient/NetworkClient.epj
samples/net/smtp/smtp.epj
samples/scanning/wiaTest/wiaTest.epj
samples/threads/threadsAndListBoxes/blank.epj