mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Remove unnecessary elements, internationalize
This commit is contained in:
parent
8a00ccf039
commit
a6d06bea94
@ -1,24 +1,24 @@
|
||||
# Microsoft Developer Studio Project File - Name="EngineSelect" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** NICHT BEARBEITEN **
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) External Target" 0x0106
|
||||
|
||||
CFG=EngineSelect - Win32 Debug
|
||||
!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
|
||||
!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
|
||||
CFG=EngineSelect - Win32 Release
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "EngineSelect.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
|
||||
!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "EngineSelect.mak" CFG="EngineSelect - Win32 Debug"
|
||||
!MESSAGE NMAKE /f "EngineSelect.mak" CFG="EngineSelect - Win32 Release"
|
||||
!MESSAGE
|
||||
!MESSAGE Für die Konfiguration stehen zur Auswahl:
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "EngineSelect - Win32 Release" (basierend auf "Win32 (x86) External Target")
|
||||
!MESSAGE "EngineSelect - Win32 Debug" (basierend auf "Win32 (x86) External Target")
|
||||
!MESSAGE "EngineSelect - Win32 Release" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE "EngineSelect - Win32 Debug" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
@ -28,7 +28,7 @@ CFG=EngineSelect - Win32 Debug
|
||||
|
||||
!IF "$(CFG)" == "EngineSelect - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "Release"
|
||||
# PROP BASE Intermediate_Dir "Release"
|
||||
@ -37,7 +37,7 @@ CFG=EngineSelect - Win32 Debug
|
||||
# PROP BASE Target_File "EngineSelect.exe"
|
||||
# PROP BASE Bsc_Name "EngineSelect.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
@ -49,7 +49,7 @@ CFG=EngineSelect - Win32 Debug
|
||||
|
||||
!ELSEIF "$(CFG)" == "EngineSelect - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
@ -58,7 +58,7 @@ CFG=EngineSelect - Win32 Debug
|
||||
# PROP BASE Target_File "EngineSelect.exe"
|
||||
# PROP BASE Bsc_Name "EngineSelect.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
@ -81,17 +81,5 @@ CFG=EngineSelect - Win32 Debug
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Group "Quellcodedateien"
|
||||
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# End Group
|
||||
# Begin Group "Header-Dateien"
|
||||
|
||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# End Group
|
||||
# Begin Group "Ressourcendateien"
|
||||
|
||||
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
# End Group
|
||||
# End Target
|
||||
# End Project
|
||||
|
Loading…
Reference in New Issue
Block a user