annotate VisualC/tests/checkkeys/checkkeys.dsp @ 2401:32602672020e gsoc2008_iphone

turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Tue, 22 Jul 2008 23:02:53 +0000
parents bcec4b189f5b
children
rev   line source
2312
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 # Microsoft Developer Studio Project File - Name="checkkeys" - Package Owner=<4>
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 # Microsoft Developer Studio Generated Build File, Format Version 5.00
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 # ** DO NOT EDIT **
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 # TARGTYPE "Win32 (x86) Application" 0x0101
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 CFG=checkkeys - Win32 Debug
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 !MESSAGE use the Export Makefile command and run
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 !MESSAGE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 !MESSAGE NMAKE /f "checkkeys.mak".
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 !MESSAGE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
13 !MESSAGE You can specify a configuration when running NMAKE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
14 !MESSAGE by defining the macro CFG on the command line. For example:
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
15 !MESSAGE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 !MESSAGE NMAKE /f "checkkeys.mak" CFG="checkkeys - Win32 Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 !MESSAGE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 !MESSAGE Possible choices for configuration are:
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 !MESSAGE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 !MESSAGE "checkkeys - Win32 Release" (based on "Win32 (x86) Application")
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 !MESSAGE "checkkeys - Win32 Debug" (based on "Win32 (x86) Application")
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 !MESSAGE
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 # Begin Project
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 # PROP Scc_ProjName ""
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 # PROP Scc_LocalPath ""
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 CPP=cl.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 MTL=midl.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
29 RSC=rc.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
31 !IF "$(CFG)" == "checkkeys - Win32 Release"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
32
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
33 # PROP BASE Use_MFC 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
34 # PROP BASE Use_Debug_Libraries 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
35 # PROP BASE Output_Dir "Release"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
36 # PROP BASE Intermediate_Dir "Release"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
37 # PROP BASE Target_Dir ""
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
38 # PROP Use_MFC 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
39 # PROP Use_Debug_Libraries 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
40 # PROP Output_Dir "Release"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
41 # PROP Intermediate_Dir "Release"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
42 # PROP Ignore_Export_Lib 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
43 # PROP Target_Dir ""
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
45 # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
46 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
47 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 # ADD BASE RSC /l 0x409 /d "NDEBUG"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 # ADD RSC /l 0x409 /d "NDEBUG"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 BSC32=bscmake.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 # ADD BASE BSC32 /nologo
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 # ADD BSC32 /nologo
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 LINK32=link.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
55 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /machine:I386
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 !ELSEIF "$(CFG)" == "checkkeys - Win32 Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 # PROP BASE Use_MFC 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 # PROP BASE Use_Debug_Libraries 1
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
61 # PROP BASE Output_Dir "Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
62 # PROP BASE Intermediate_Dir "Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
63 # PROP BASE Target_Dir ""
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
64 # PROP Use_MFC 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
65 # PROP Use_Debug_Libraries 1
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
66 # PROP Output_Dir "Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
67 # PROP Intermediate_Dir "Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
68 # PROP Ignore_Export_Lib 0
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
69 # PROP Target_Dir ""
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
70 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
71 # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /Od /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
72 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
73 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
74 # ADD BASE RSC /l 0x409 /d "_DEBUG"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
75 # ADD RSC /l 0x409 /d "_DEBUG"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
76 BSC32=bscmake.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
77 # ADD BASE BSC32 /nologo
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
78 # ADD BSC32 /nologo
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
79 LINK32=link.exe
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
80 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
81 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
82
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
83 !ENDIF
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
84
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
85 # Begin Target
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
86
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
87 # Name "checkkeys - Win32 Release"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
88 # Name "checkkeys - Win32 Debug"
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
89 # Begin Source File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
90
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
91 SOURCE=..\..\..\test\checkkeys.c
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
92 # End Source File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
93 # Begin Source File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
94
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
95 SOURCE=..\..\Sdl\Debug\SDL.lib
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
96 # End Source File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
97 # Begin Source File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
98
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
99 SOURCE=..\..\SDLmain\Debug\SDLmain.lib
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
100 # End Source File
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
101 # End Target
bcec4b189f5b Updated Visual C++ project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
102 # End Project