Remove removed files, add added file. Once again works on Linux.

This commit is contained in:
Ben Anderson
2006-06-09 04:01:18 +00:00
parent b20d7aca3c
commit ad3e2c780a
+3 -11
View File
@@ -243,11 +243,9 @@ Screens = [
"ScreenEz2SelectPlayer.cpp", "ScreenEz2SelectPlayer.cpp",
"ScreenGameplay.cpp", "ScreenGameplay.cpp",
"ScreenGameplayLesson.cpp", "ScreenGameplayLesson.cpp",
"ScreenGameplaySyncMachine.cpp",
"ScreenGameplayNormal.cpp", "ScreenGameplayNormal.cpp",
"ScreenHowToPlay.cpp", "ScreenHowToPlay.cpp",
"ScreenInstructions.cpp", "ScreenInstructions.cpp",
"ScreenJoinMultiplayer.cpp",
"ScreenJukebox.cpp", "ScreenJukebox.cpp",
"ScreenMapControllers.cpp", "ScreenMapControllers.cpp",
"ScreenMessage.cpp", "ScreenMessage.cpp",
@@ -264,7 +262,6 @@ Screens = [
"ScreenOptionsManageProfiles.cpp", "ScreenOptionsManageProfiles.cpp",
"ScreenOptionsMaster.cpp", "ScreenOptionsMaster.cpp",
"ScreenOptionsMasterPrefs.cpp", "ScreenOptionsMasterPrefs.cpp",
"ScreenOptionsMemoryCard.cpp",
"ScreenPackages.cpp", "ScreenPackages.cpp",
"ScreenPlayerOptions.cpp", "ScreenPlayerOptions.cpp",
"ScreenNetworkOptions.cpp", "ScreenNetworkOptions.cpp",
@@ -295,8 +292,6 @@ Screens = [
"ScreenTestSound.cpp", "ScreenTestSound.cpp",
"ScreenTextEntry.cpp", "ScreenTextEntry.cpp",
"ScreenTitleMenu.cpp", "ScreenTitleMenu.cpp",
"ScreenUnlockBrowse.cpp",
"ScreenUnlockCelebrate.cpp",
"ScreenUnlockStatus.cpp", "ScreenUnlockStatus.cpp",
"ScreenWithMenuElements.cpp", "ScreenWithMenuElements.cpp",
] ]
@@ -331,7 +326,6 @@ DataStructures = [
"HighScore.cpp", "HighScore.cpp",
"Inventory.cpp", "Inventory.cpp",
"LocalizedString.cpp", "LocalizedString.cpp",
"LuaBinding.cpp",
"LuaReference.cpp", "LuaReference.cpp",
"LuaExpressionTransform.cpp", "LuaExpressionTransform.cpp",
"LyricsLoader.cpp", "LyricsLoader.cpp",
@@ -358,6 +352,7 @@ DataStructures = [
"Profile.cpp", "Profile.cpp",
"RandomSample.cpp", "RandomSample.cpp",
"RadarValues.cpp", "RadarValues.cpp",
"RoomWheel.cpp",
"ScreenDimensions.cpp", "ScreenDimensions.cpp",
"ScoreKeeperNormal.cpp", "ScoreKeeperNormal.cpp",
"ScoreKeeperRave.cpp", "ScoreKeeperRave.cpp",
@@ -488,6 +483,7 @@ if env['PLATFORM'] == 'posix':
"archutils/Unix/SignalHandler.cpp", "archutils/Unix/SignalHandler.cpp",
"archutils/Unix/CrashHandler.cpp", "archutils/Unix/CrashHandler.cpp",
"archutils/Unix/CrashHandlerChild.cpp", "archutils/Unix/CrashHandlerChild.cpp",
"archutils/Unix/CrashHandlerInternal.cpp",
"archutils/Unix/Backtrace.cpp", "archutils/Unix/Backtrace.cpp",
"archutils/Unix/BacktraceNames.cpp", "archutils/Unix/BacktraceNames.cpp",
] ]
@@ -586,7 +582,6 @@ ActorsInMenus = [
"OptionRow.cpp", "OptionRow.cpp",
"OptionsCursor.cpp", "OptionsCursor.cpp",
"PaneDisplay.cpp", "PaneDisplay.cpp",
"RoomWheel.cpp",
"ScrollBar.cpp", "ScrollBar.cpp",
"ScrollingList.cpp", "ScrollingList.cpp",
"SnapDisplay.cpp", "SnapDisplay.cpp",
@@ -617,11 +612,9 @@ ActorsInGameplay = [
"NoteField.cpp", "NoteField.cpp",
"PercentageDisplay.cpp", "PercentageDisplay.cpp",
"Player.cpp", "Player.cpp",
"PlayerScoreList.cpp",
"ReceptorArrow.cpp", "ReceptorArrow.cpp",
"ReceptorArrowRow.cpp", "ReceptorArrowRow.cpp",
"ScoreDisplay.cpp", "ScoreDisplay.cpp",
"ScoreDisplayAliveTime.cpp",
"ScoreDisplayBattle.cpp", "ScoreDisplayBattle.cpp",
"ScoreDisplayCalories.cpp", "ScoreDisplayCalories.cpp",
"ScoreDisplayLifeTime.cpp", "ScoreDisplayLifeTime.cpp",
@@ -729,6 +722,7 @@ GlobalSingletons = [
"InputFilter.cpp", "InputFilter.cpp",
"InputMapper.cpp", "InputMapper.cpp",
"InputQueue.cpp", "InputQueue.cpp",
"LuaBinding.cpp",
"LuaManager.cpp", "LuaManager.cpp",
"LightsManager.cpp", "LightsManager.cpp",
"MemoryCardManager.cpp", "MemoryCardManager.cpp",
@@ -751,11 +745,9 @@ GlobalSingletons += [ "ezsockets.cpp" ]
crypto = [ crypto = [
"crypto/CryptBn.cpp", "crypto/CryptBn.cpp",
"crypto/CryptHelpers.cpp"
"crypto/CryptMD5.cpp", "crypto/CryptMD5.cpp",
"crypto/CryptNoise.cpp", "crypto/CryptNoise.cpp",
"crypto/CryptPrime.cpp", "crypto/CryptPrime.cpp",
"crypto/CryptRand.cpp",
"crypto/CryptRSA.cpp", "crypto/CryptRSA.cpp",
"crypto/CryptRand.cpp", "crypto/CryptRand.cpp",
"crypto/CryptSH512.cpp", "crypto/CryptSH512.cpp",