author | Ryan C. Gordon <icculus@icculus.org> |
Sat, 23 Jul 2005 22:56:45 +0000 | |
changeset 730 | 2786533a5dab |
parent 718 | 2e809894a316 |
child 785 | 1ea0f6549eb2 |
permissions | -rw-r--r-- |
589 | 1 |
# Microsoft Developer Studio Project File - Name="physfs_static" - Package Owner=<4> |
2 |
# Microsoft Developer Studio Generated Build File, Format Version 6.00 |
|
3 |
# ** DO NOT EDIT ** |
|
4 |
||
5 |
# TARGTYPE "Win32 (x86) Static Library" 0x0104 |
|
6 |
||
7 |
CFG=physfs_static - Win32 Debug |
|
8 |
!MESSAGE This is not a valid makefile. To build this project using NMAKE, |
|
9 |
!MESSAGE use the Export Makefile command and run |
|
10 |
!MESSAGE |
|
11 |
!MESSAGE NMAKE /f "physfs_static.mak". |
|
12 |
!MESSAGE |
|
13 |
!MESSAGE You can specify a configuration when running NMAKE |
|
14 |
!MESSAGE by defining the macro CFG on the command line. For example: |
|
15 |
!MESSAGE |
|
16 |
!MESSAGE NMAKE /f "physfs_static.mak" CFG="physfs_static - Win32 Debug" |
|
17 |
!MESSAGE |
|
18 |
!MESSAGE Possible choices for configuration are: |
|
19 |
!MESSAGE |
|
20 |
!MESSAGE "physfs_static - Win32 Release" (based on "Win32 (x86) Static Library") |
|
21 |
!MESSAGE "physfs_static - Win32 Debug" (based on "Win32 (x86) Static Library") |
|
22 |
!MESSAGE |
|
23 |
||
24 |
# Begin Project |
|
25 |
# PROP AllowPerConfigDependencies 0 |
|
601 | 26 |
# PROP Scc_ProjName "Perforce Project" |
27 |
# PROP Scc_LocalPath "." |
|
589 | 28 |
CPP=cl.exe |
29 |
RSC=rc.exe |
|
30 |
||
31 |
!IF "$(CFG)" == "physfs_static - Win32 Release" |
|
32 |
||
33 |
# PROP BASE Use_MFC 0 |
|
34 |
# PROP BASE Use_Debug_Libraries 0 |
|
35 |
# PROP BASE Output_Dir "physfs_static___Win32_Release" |
|
36 |
# PROP BASE Intermediate_Dir "physfs_static___Win32_Release" |
|
37 |
# PROP BASE Target_Dir "" |
|
38 |
# PROP Use_MFC 0 |
|
39 |
# PROP Use_Debug_Libraries 0 |
|
40 |
# PROP Output_Dir "physfs_static_release" |
|
41 |
# PROP Intermediate_Dir "physfs_static_release" |
|
42 |
# PROP Target_Dir "" |
|
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
43 |
MTL=midl.exe |
589 | 44 |
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c |
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
45 |
# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "zlib123" /I "." /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PHYSFS_SUPPORTS_QPAK=1 /D PHYSFS_SUPPORTS_ZIP=1 /D PHYSFS_SUPPORTS_HOG=1 /D PHYSFS_SUPPORTS_GRP=1 /D PHYSFS_SUPPORTS_WAD=1 /D PHYSFS_SUPPORTS_MVL=1 /D Z_PREFIX=1 /YX /FD /c |
589 | 46 |
# ADD BASE RSC /l 0x409 /d "NDEBUG" |
47 |
# ADD RSC /l 0x409 /d "NDEBUG" |
|
48 |
BSC32=bscmake.exe |
|
49 |
# ADD BASE BSC32 /nologo |
|
50 |
# ADD BSC32 /nologo |
|
51 |
LIB32=link.exe -lib |
|
52 |
# ADD BASE LIB32 /nologo |
|
53 |
# ADD LIB32 /nologo |
|
54 |
||
55 |
!ELSEIF "$(CFG)" == "physfs_static - Win32 Debug" |
|
56 |
||
57 |
# PROP BASE Use_MFC 0 |
|
58 |
# PROP BASE Use_Debug_Libraries 1 |
|
59 |
# PROP BASE Output_Dir "physfs_static___Win32_Debug" |
|
60 |
# PROP BASE Intermediate_Dir "physfs_static___Win32_Debug" |
|
61 |
# PROP BASE Target_Dir "" |
|
62 |
# PROP Use_MFC 0 |
|
63 |
# PROP Use_Debug_Libraries 1 |
|
64 |
# PROP Output_Dir "physfs_static_debug" |
|
65 |
# PROP Intermediate_Dir "physfs_static_debug" |
|
66 |
# PROP Target_Dir "" |
|
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
67 |
MTL=midl.exe |
592 | 68 |
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c |
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
69 |
# ADD CPP /nologo /G6 /MTd /W3 /Gm /GX /ZI /Od /I "zlib123" /I "." /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PHYSFS_SUPPORTS_QPAK=1 /D PHYSFS_SUPPORTS_ZIP=1 /D PHYSFS_SUPPORTS_HOG=1 /D PHYSFS_SUPPORTS_GRP=1 /D PHYSFS_SUPPORTS_WAD=1 /D PHYSFS_SUPPORTS_MVL=1 /D Z_PREFIX=1 /FR /YX /FD /GZ /c |
589 | 70 |
# ADD BASE RSC /l 0x409 /d "_DEBUG" |
71 |
# ADD RSC /l 0x409 /d "_DEBUG" |
|
72 |
BSC32=bscmake.exe |
|
73 |
# ADD BASE BSC32 /nologo |
|
74 |
# ADD BSC32 /nologo |
|
75 |
LIB32=link.exe -lib |
|
76 |
# ADD BASE LIB32 /nologo |
|
592 | 77 |
# ADD LIB32 /nologo |
589 | 78 |
|
79 |
!ENDIF |
|
80 |
||
81 |
# Begin Target |
|
82 |
||
83 |
# Name "physfs_static - Win32 Release" |
|
84 |
# Name "physfs_static - Win32 Debug" |
|
85 |
# Begin Group "Source Files" |
|
86 |
||
87 |
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" |
|
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
88 |
# Begin Group "zlib" |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
89 |
|
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
90 |
# PROP Default_Filter "" |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
91 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
92 |
|
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
93 |
SOURCE=.\zlib123\adler32.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
94 |
# End Source File |
589 | 95 |
# Begin Source File |
96 |
||
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
97 |
SOURCE=.\zlib123\compress.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
98 |
# End Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
99 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
100 |
|
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
101 |
SOURCE=.\zlib123\crc32.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
102 |
# End Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
103 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
104 |
|
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
105 |
SOURCE=.\zlib123\deflate.c |
589 | 106 |
# End Source File |
107 |
# Begin Source File |
|
108 |
||
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
109 |
SOURCE=.\zlib123\infback.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
110 |
# End Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
111 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
112 |
|
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
113 |
SOURCE=.\zlib123\inffast.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
114 |
# End Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
115 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
116 |
|
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
117 |
SOURCE=.\zlib123\inflate.c |
589 | 118 |
# End Source File |
119 |
# Begin Source File |
|
120 |
||
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
121 |
SOURCE=.\zlib123\inftrees.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
122 |
# End Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
123 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
124 |
|
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
125 |
SOURCE=.\zlib123\trees.c |
589 | 126 |
# End Source File |
127 |
# Begin Source File |
|
128 |
||
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
129 |
SOURCE=.\zlib123\uncompr.c |
589 | 130 |
# End Source File |
131 |
# Begin Source File |
|
132 |
||
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
709
diff
changeset
|
133 |
SOURCE=.\zlib123\zutil.c |
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
134 |
# End Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
135 |
# End Group |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
136 |
# Begin Source File |
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
137 |
|
589 | 138 |
SOURCE=.\archivers\dir.c |
139 |
# End Source File |
|
140 |
# Begin Source File |
|
141 |
||
142 |
SOURCE=.\archivers\grp.c |
|
143 |
# End Source File |
|
144 |
# Begin Source File |
|
145 |
||
592 | 146 |
SOURCE=.\archivers\hog.c |
147 |
# End Source File |
|
148 |
# Begin Source File |
|
149 |
||
150 |
SOURCE=.\archivers\mvl.c |
|
151 |
# End Source File |
|
152 |
# Begin Source File |
|
153 |
||
589 | 154 |
SOURCE=.\physfs.c |
155 |
# End Source File |
|
156 |
# Begin Source File |
|
157 |
||
158 |
SOURCE=.\physfs_byteorder.c |
|
159 |
# End Source File |
|
160 |
# Begin Source File |
|
161 |
||
162 |
SOURCE=.\archivers\qpak.c |
|
163 |
# End Source File |
|
164 |
# Begin Source File |
|
165 |
||
617
754f4e910ceb
Converted VC6 project to use zlib121, fixed some link warnings that
bhook
parents:
609
diff
changeset
|
166 |
SOURCE=.\archivers\wad.c |
589 | 167 |
# End Source File |
168 |
# Begin Source File |
|
169 |
||
170 |
SOURCE=.\platform\win32.c |
|
171 |
# End Source File |
|
172 |
# Begin Source File |
|
173 |
||
174 |
SOURCE=.\archivers\zip.c |
|
175 |
# End Source File |
|
176 |
# End Group |
|
177 |
# Begin Group "Header Files" |
|
178 |
||
179 |
# PROP Default_Filter "h;hpp;hxx;hm;inl" |
|
180 |
# Begin Source File |
|
181 |
||
182 |
SOURCE=.\physfs.h |
|
183 |
# End Source File |
|
184 |
# Begin Source File |
|
185 |
||
186 |
SOURCE=.\physfs_internal.h |
|
187 |
# End Source File |
|
188 |
# End Group |
|
189 |
# End Target |
|
190 |
# End Project |