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