1# Microsoft Developer Studio Project File - Name="MACLib" - 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 7CFG=MACLib - 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 "MACLib.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 "MACLib.mak" CFG="MACLib - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "MACLib - Win32 Release" (based on "Win32 (x86) Static Library") 21!MESSAGE "MACLib - Win32 Debug" (based on "Win32 (x86) Static Library") 22!MESSAGE 23 24# Begin Project 25# PROP AllowPerConfigDependencies 0 26# PROP Scc_ProjName ""$/Monkey's Audio/MACLib", SCAAAAAA" 27# PROP Scc_LocalPath "." 28CPP=cl.exe 29RSC=rc.exe 30 31!IF "$(CFG)" == "MACLib - Win32 Release" 32 33# PROP BASE Use_MFC 0 34# PROP BASE Use_Debug_Libraries 0 35# PROP BASE Output_Dir "Release" 36# PROP BASE Intermediate_Dir "Release" 37# PROP BASE Target_Dir "" 38# PROP Use_MFC 0 39# PROP Use_Debug_Libraries 0 40# PROP Output_Dir "Release" 41# PROP Intermediate_Dir "Release" 42# PROP Target_Dir "" 43# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 44# ADD CPP /nologo /G6 /MT /W3 /GX /Ox /Ot /Og /Oi /Ob2 /I "..\Shared" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE" /FR /YX"all.h" /FD /c 45# SUBTRACT CPP /Oa 46# ADD BASE RSC /l 0x409 /d "NDEBUG" 47# ADD RSC /l 0x409 /d "NDEBUG" 48BSC32=bscmake.exe 49# ADD BASE BSC32 /nologo 50# ADD BSC32 /nologo 51LIB32=link.exe -lib 52# ADD BASE LIB32 /nologo 53# ADD LIB32 /nologo 54# Begin Special Build Tool 55ProjDir=. 56SOURCE="$(InputPath)" 57PreLink_Desc=Building assembly... 58PreLink_Cmds=cd $(ProjDir)\Assembly nasmw -d WIN32 -f win32 -o Assembly.obj Assembly.nas 59# End Special Build Tool 60 61!ELSEIF "$(CFG)" == "MACLib - Win32 Debug" 62 63# PROP BASE Use_MFC 0 64# PROP BASE Use_Debug_Libraries 1 65# PROP BASE Output_Dir "Debug" 66# PROP BASE Intermediate_Dir "Debug" 67# PROP BASE Target_Dir "" 68# PROP Use_MFC 0 69# PROP Use_Debug_Libraries 1 70# PROP Output_Dir "Debug" 71# PROP Intermediate_Dir "Debug" 72# PROP Target_Dir "" 73# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c 74# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\Shared" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE" /FD /GZ /c 75# SUBTRACT CPP /YX 76# ADD BASE RSC /l 0x409 /d "_DEBUG" 77# ADD RSC /l 0x409 /d "_DEBUG" 78BSC32=bscmake.exe 79# ADD BASE BSC32 /nologo 80# ADD BSC32 /nologo 81LIB32=link.exe -lib 82# ADD BASE LIB32 /nologo 83# ADD LIB32 /nologo 84# Begin Special Build Tool 85ProjDir=. 86SOURCE="$(InputPath)" 87PreLink_Desc=Building assembly... 88PreLink_Cmds=cd $(ProjDir)\Assembly nasmw -d WIN32 -f win32 -o Assembly.obj Assembly.nas 89# End Special Build Tool 90 91!ENDIF 92 93# Begin Target 94 95# Name "MACLib - Win32 Release" 96# Name "MACLib - Win32 Debug" 97# Begin Group "Source Files" 98 99# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 100# Begin Group "Compress" 101 102# PROP Default_Filter "" 103# Begin Source File 104 105SOURCE=.\APECompress.cpp 106# End Source File 107# Begin Source File 108 109SOURCE=.\APECompressCore.cpp 110# End Source File 111# Begin Source File 112 113SOURCE=.\APECompressCreate.cpp 114# End Source File 115# Begin Source File 116 117SOURCE=.\BitArray.cpp 118# End Source File 119# End Group 120# Begin Group "Decompress" 121 122# PROP Default_Filter "" 123# Begin Group "Old" 124 125# PROP Default_Filter "" 126# Begin Source File 127 128SOURCE=".\Old\Anti-Predictor.cpp" 129# End Source File 130# Begin Source File 131 132SOURCE=.\Old\AntiPredictorExtraHigh.cpp 133# End Source File 134# Begin Source File 135 136SOURCE=.\Old\AntiPredictorFast.cpp 137# End Source File 138# Begin Source File 139 140SOURCE=.\Old\AntiPredictorHigh.cpp 141# End Source File 142# Begin Source File 143 144SOURCE=.\Old\AntiPredictorNormal.cpp 145# End Source File 146# Begin Source File 147 148SOURCE=.\Old\APEDecompressCore.cpp 149# End Source File 150# Begin Source File 151 152SOURCE=.\Old\APEDecompressOld.cpp 153# End Source File 154# Begin Source File 155 156SOURCE=.\Old\UnBitArrayOld.cpp 157# End Source File 158# Begin Source File 159 160SOURCE=.\Old\UnMAC.cpp 161# End Source File 162# End Group 163# Begin Source File 164 165SOURCE=.\APEDecompress.cpp 166# End Source File 167# Begin Source File 168 169SOURCE=.\UnBitArray.cpp 170# End Source File 171# Begin Source File 172 173SOURCE=.\UnBitArrayBase.cpp 174# End Source File 175# End Group 176# Begin Group "Info" 177 178# PROP Default_Filter "" 179# Begin Source File 180 181SOURCE=.\APEHeader.cpp 182# End Source File 183# Begin Source File 184 185SOURCE=.\APEInfo.cpp 186# End Source File 187# Begin Source File 188 189SOURCE=.\APELink.cpp 190# End Source File 191# Begin Source File 192 193SOURCE=.\APETag.cpp 194# End Source File 195# Begin Source File 196 197SOURCE=.\WAVInputSource.cpp 198# End Source File 199# End Group 200# Begin Group "Tools" 201 202# PROP Default_Filter "" 203# Begin Group "IO" 204 205# PROP Default_Filter "" 206# Begin Source File 207 208SOURCE=..\Shared\StdLibFileIO.cpp 209# End Source File 210# Begin Source File 211 212SOURCE=..\Shared\WinFileIO.cpp 213# End Source File 214# End Group 215# Begin Source File 216 217SOURCE=..\Shared\CharacterHelper.cpp 218# End Source File 219# Begin Source File 220 221SOURCE=..\Shared\CircleBuffer.cpp 222# End Source File 223# Begin Source File 224 225SOURCE=..\Shared\GlobalFunctions.cpp 226# End Source File 227# Begin Source File 228 229SOURCE=.\MACProgressHelper.cpp 230# End Source File 231# Begin Source File 232 233SOURCE=.\MD5.cpp 234# End Source File 235# Begin Source File 236 237SOURCE=.\Prepare.cpp 238# End Source File 239# End Group 240# Begin Group "Prediction" 241 242# PROP Default_Filter "" 243# Begin Group "Filters" 244 245# PROP Default_Filter "" 246# Begin Source File 247 248SOURCE=.\NNFilter.cpp 249# End Source File 250# End Group 251# Begin Source File 252 253SOURCE=.\NewPredictor.cpp 254# End Source File 255# End Group 256# Begin Source File 257 258SOURCE=.\APESimple.cpp 259# End Source File 260# Begin Source File 261 262SOURCE=.\MACLib.cpp 263# End Source File 264# End Group 265# Begin Group "Header Files" 266 267# PROP Default_Filter "h;hpp;hxx;hm;inl" 268# Begin Group "Compress (h)" 269 270# PROP Default_Filter "" 271# Begin Source File 272 273SOURCE=.\APECompress.h 274# End Source File 275# Begin Source File 276 277SOURCE=.\APECompressCore.h 278# End Source File 279# Begin Source File 280 281SOURCE=.\APECompressCreate.h 282# End Source File 283# Begin Source File 284 285SOURCE=.\BitArray.h 286# End Source File 287# End Group 288# Begin Group "Decompress (h)" 289 290# PROP Default_Filter "" 291# Begin Group "Old (h)" 292 293# PROP Default_Filter "" 294# Begin Source File 295 296SOURCE=".\Old\Anti-Predictor.h" 297# End Source File 298# Begin Source File 299 300SOURCE=.\Old\APEDecompressCore.h 301# End Source File 302# Begin Source File 303 304SOURCE=.\Old\APEDecompressOld.h 305# End Source File 306# Begin Source File 307 308SOURCE=.\Old\UnBitArrayOld.h 309# End Source File 310# Begin Source File 311 312SOURCE=.\Old\UnMAC.h 313# End Source File 314# End Group 315# Begin Source File 316 317SOURCE=.\APEDecompress.h 318# End Source File 319# Begin Source File 320 321SOURCE=.\UnBitArray.h 322# End Source File 323# Begin Source File 324 325SOURCE=.\UnBitArrayBase.h 326# End Source File 327# End Group 328# Begin Group "Info (h)" 329 330# PROP Default_Filter "" 331# Begin Source File 332 333SOURCE=.\APEHeader.h 334# End Source File 335# Begin Source File 336 337SOURCE=.\APEInfo.h 338# End Source File 339# Begin Source File 340 341SOURCE=.\APELink.h 342# End Source File 343# Begin Source File 344 345SOURCE=.\APETag.h 346# End Source File 347# Begin Source File 348 349SOURCE=.\WAVInputSource.h 350# End Source File 351# End Group 352# Begin Group "Tools (h)" 353 354# PROP Default_Filter "" 355# Begin Group "IO (h)" 356 357# PROP Default_Filter "" 358# Begin Source File 359 360SOURCE=..\Shared\IO.h 361# End Source File 362# Begin Source File 363 364SOURCE=..\Shared\StdLibFileIO.h 365# End Source File 366# Begin Source File 367 368SOURCE=..\Shared\WinFileIO.h 369# End Source File 370# End Group 371# Begin Source File 372 373SOURCE=..\Shared\CharacterHelper.h 374# End Source File 375# Begin Source File 376 377SOURCE=..\Shared\CircleBuffer.h 378# End Source File 379# Begin Source File 380 381SOURCE=..\Shared\GlobalFunctions.h 382# End Source File 383# Begin Source File 384 385SOURCE=.\MACProgressHelper.h 386# End Source File 387# Begin Source File 388 389SOURCE=.\md5.h 390# End Source File 391# Begin Source File 392 393SOURCE=..\Shared\NoWindows.h 394# End Source File 395# Begin Source File 396 397SOURCE=.\Prepare.h 398# End Source File 399# Begin Source File 400 401SOURCE=..\Shared\SmartPtr.h 402# End Source File 403# End Group 404# Begin Group "Prediction (h)" 405 406# PROP Default_Filter "" 407# Begin Group "Filters (h)" 408 409# PROP Default_Filter "" 410# Begin Source File 411 412SOURCE=.\NNFilter.h 413# End Source File 414# Begin Source File 415 416SOURCE=..\Shared\RollBuffer.h 417# End Source File 418# Begin Source File 419 420SOURCE=.\ScaledFirstOrderFilter.h 421# End Source File 422# End Group 423# Begin Source File 424 425SOURCE=.\NewPredictor.h 426# End Source File 427# Begin Source File 428 429SOURCE=.\Predictor.h 430# End Source File 431# End Group 432# Begin Source File 433 434SOURCE=..\Shared\All.h 435# End Source File 436# Begin Source File 437 438SOURCE=.\Assembly\Assembly.h 439# End Source File 440# Begin Source File 441 442SOURCE=.\MACLib.h 443# End Source File 444# End Group 445# Begin Source File 446 447SOURCE=..\Credits.txt 448# End Source File 449# Begin Source File 450 451SOURCE=..\History.txt 452# End Source File 453# Begin Source File 454 455SOURCE="..\To Do.txt" 456# End Source File 457# Begin Source File 458 459SOURCE=.\Assembly\Assembly.obj 460# End Source File 461# End Target 462# End Project 463