1# Microsoft Developer Studio Project File - Name="Examples" - Package Owner=<4> 2# Microsoft Developer Studio Generated Build File, Format Version 6.00 3# ** DO NOT EDIT ** 4 5# TARGTYPE "Win32 (x86) Console Application" 0x0103 6 7CFG=Examples - 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 "Examples.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 "Examples.mak" CFG="Examples - Win32 Debug" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "Examples - Win32 Release" (based on "Win32 (x86) Console Application") 21!MESSAGE "Examples - Win32 Debug" (based on "Win32 (x86) Console Application") 22!MESSAGE 23 24# Begin Project 25# PROP AllowPerConfigDependencies 0 26# PROP Scc_ProjName "" 27# PROP Scc_LocalPath "" 28CPP=cl.exe 29RSC=rc.exe 30 31!IF "$(CFG)" == "Examples - 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 "Examples" 41# PROP Intermediate_Dir "Examples" 42# PROP Ignore_Export_Lib 0 43# PROP Target_Dir "" 44# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c 45# ADD CPP /nologo /W3 /Gi /Ob1 /Gf /I "..\..\source\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_EXAMPLE_APP" /FD /c 46# SUBTRACT CPP /Fr /YX 47# ADD BASE RSC /l 0x409 /d "NDEBUG" 48# ADD RSC /l 0x409 /d "NDEBUG" 49BSC32=bscmake.exe 50# ADD BASE BSC32 /nologo 51# ADD BSC32 /nologo 52LINK32=link.exe 53# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 54# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /map /machine:I386 /nodefaultlib:"LIBCMTD" 55# SUBTRACT LINK32 /pdb:none 56# Begin Special Build Tool 57SOURCE="$(InputPath)" 58PostBuild_Desc=Copying examples to libraries... 59PostBuild_Cmds=copy examples\examples.exe ..\..\libraries\examples.exe 60# End Special Build Tool 61 62!ELSEIF "$(CFG)" == "Examples - Win32 Debug" 63 64# PROP BASE Use_MFC 0 65# PROP BASE Use_Debug_Libraries 1 66# PROP BASE Output_Dir "Debug" 67# PROP BASE Intermediate_Dir "Debug" 68# PROP BASE Target_Dir "" 69# PROP Use_MFC 0 70# PROP Use_Debug_Libraries 1 71# PROP Output_Dir "ExamplesDebug" 72# PROP Intermediate_Dir "ExamplesDebug" 73# PROP Ignore_Export_Lib 0 74# PROP Target_Dir "" 75# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c 76# ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /Ob1 /I "..\..\source\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_CONSOLE" /D "__STDC__" /D "ACPI_EXAMPLE_APP" /FD /GZ /c 77# SUBTRACT CPP /Fr /YX 78# ADD BASE RSC /l 0x409 /d "_DEBUG" 79# ADD RSC /l 0x409 /d "_DEBUG" 80BSC32=bscmake.exe 81# ADD BASE BSC32 /nologo 82# ADD BSC32 /nologo /o"/acpica/generate/msvc/ExamplesDebug/Examples.bsc" 83LINK32=link.exe 84# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept 85# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /map /debug /machine:I386 /pdbtype:sept 86# SUBTRACT LINK32 /pdb:none 87# Begin Special Build Tool 88SOURCE="$(InputPath)" 89PostBuild_Desc=Copying examples to libraries... 90PostBuild_Cmds=copy examplesdebug\examples.exe ..\..\\libraries\examples_dbg.exe 91# End Special Build Tool 92 93!ENDIF 94 95# Begin Target 96 97# Name "Examples - Win32 Release" 98# Name "Examples - Win32 Debug" 99# Begin Group "Source Files" 100 101# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 102# Begin Group "AcpiExamples" 103 104# PROP Default_Filter "" 105# Begin Source File 106 107SOURCE=..\..\source\tools\examples\examples.c 108# End Source File 109# Begin Source File 110 111SOURCE=..\..\source\tools\examples\exstubs.c 112# End Source File 113# Begin Source File 114 115SOURCE=..\..\source\tools\examples\extables.c 116# End Source File 117# Begin Source File 118 119SOURCE=..\..\source\os_specific\service_layers\oswinxf.c 120# ADD CPP /Ze 121# End Source File 122# End Group 123# Begin Group "Dispatcher" 124 125# PROP Default_Filter "" 126# Begin Source File 127 128SOURCE=..\..\source\components\dispatcher\dsargs.c 129# End Source File 130# Begin Source File 131 132SOURCE=..\..\source\components\dispatcher\dscontrol.c 133# End Source File 134# Begin Source File 135 136SOURCE=..\..\source\components\dispatcher\dsdebug.c 137# End Source File 138# Begin Source File 139 140SOURCE=..\..\source\components\dispatcher\dsfield.c 141# End Source File 142# Begin Source File 143 144SOURCE=..\..\source\components\dispatcher\dsinit.c 145# End Source File 146# Begin Source File 147 148SOURCE=..\..\source\components\dispatcher\dsmethod.c 149# End Source File 150# Begin Source File 151 152SOURCE=..\..\source\components\dispatcher\dsmthdat.c 153# End Source File 154# Begin Source File 155 156SOURCE=..\..\source\components\dispatcher\dsobject.c 157# End Source File 158# Begin Source File 159 160SOURCE=..\..\source\components\dispatcher\dsopcode.c 161# End Source File 162# Begin Source File 163 164SOURCE=..\..\source\components\dispatcher\dsutils.c 165# End Source File 166# Begin Source File 167 168SOURCE=..\..\source\components\dispatcher\dswexec.c 169# End Source File 170# Begin Source File 171 172SOURCE=..\..\source\components\dispatcher\dswload.c 173# End Source File 174# Begin Source File 175 176SOURCE=..\..\source\components\dispatcher\dswload2.c 177# End Source File 178# Begin Source File 179 180SOURCE=..\..\source\components\dispatcher\dswscope.c 181# End Source File 182# Begin Source File 183 184SOURCE=..\..\source\components\dispatcher\dswstate.c 185# End Source File 186# End Group 187# Begin Group "Executer" 188 189# PROP Default_Filter "" 190# Begin Source File 191 192SOURCE=..\..\source\components\executer\exconcat.c 193# End Source File 194# Begin Source File 195 196SOURCE=..\..\source\components\executer\exconfig.c 197# End Source File 198# Begin Source File 199 200SOURCE=..\..\source\components\executer\exconvrt.c 201# End Source File 202# Begin Source File 203 204SOURCE=..\..\source\components\executer\excreate.c 205# End Source File 206# Begin Source File 207 208SOURCE=..\..\source\components\executer\exdebug.c 209# End Source File 210# Begin Source File 211 212SOURCE=..\..\source\components\executer\exdump.c 213# End Source File 214# Begin Source File 215 216SOURCE=..\..\source\components\executer\exfield.c 217# End Source File 218# Begin Source File 219 220SOURCE=..\..\source\components\executer\exfldio.c 221# End Source File 222# Begin Source File 223 224SOURCE=..\..\source\components\executer\exmisc.c 225# End Source File 226# Begin Source File 227 228SOURCE=..\..\source\components\executer\exmutex.c 229# End Source File 230# Begin Source File 231 232SOURCE=..\..\source\components\executer\exnames.c 233# End Source File 234# Begin Source File 235 236SOURCE=..\..\source\components\executer\exoparg1.c 237# End Source File 238# Begin Source File 239 240SOURCE=..\..\source\components\executer\exoparg2.c 241# End Source File 242# Begin Source File 243 244SOURCE=..\..\source\components\executer\exoparg3.c 245# End Source File 246# Begin Source File 247 248SOURCE=..\..\source\components\executer\exoparg6.c 249# End Source File 250# Begin Source File 251 252SOURCE=..\..\source\components\executer\exprep.c 253# End Source File 254# Begin Source File 255 256SOURCE=..\..\source\components\executer\exregion.c 257# End Source File 258# Begin Source File 259 260SOURCE=..\..\source\components\executer\exresnte.c 261# End Source File 262# Begin Source File 263 264SOURCE=..\..\source\components\executer\exresolv.c 265# End Source File 266# Begin Source File 267 268SOURCE=..\..\source\components\executer\exresop.c 269# End Source File 270# Begin Source File 271 272SOURCE=..\..\source\components\executer\exstore.c 273# End Source File 274# Begin Source File 275 276SOURCE=..\..\source\components\executer\exstoren.c 277# End Source File 278# Begin Source File 279 280SOURCE=..\..\source\components\executer\exstorob.c 281# End Source File 282# Begin Source File 283 284SOURCE=..\..\source\components\executer\exsystem.c 285# End Source File 286# Begin Source File 287 288SOURCE=..\..\source\components\executer\extrace.c 289# End Source File 290# Begin Source File 291 292SOURCE=..\..\source\components\executer\exutils.c 293# End Source File 294# End Group 295# Begin Group "Namespace" 296 297# PROP Default_Filter "" 298# Begin Source File 299 300SOURCE=..\..\source\components\namespace\nsaccess.c 301# End Source File 302# Begin Source File 303 304SOURCE=..\..\source\components\namespace\nsalloc.c 305# End Source File 306# Begin Source File 307 308SOURCE=..\..\source\components\namespace\nsarguments.c 309# End Source File 310# Begin Source File 311 312SOURCE=..\..\source\components\namespace\nsconvert.c 313# End Source File 314# Begin Source File 315 316SOURCE=..\..\source\components\namespace\nsdump.c 317# End Source File 318# Begin Source File 319 320SOURCE=..\..\source\components\namespace\nseval.c 321# End Source File 322# Begin Source File 323 324SOURCE=..\..\source\components\namespace\nsinit.c 325# End Source File 326# Begin Source File 327 328SOURCE=..\..\source\components\namespace\nsload.c 329# End Source File 330# Begin Source File 331 332SOURCE=..\..\source\components\namespace\nsnames.c 333# End Source File 334# Begin Source File 335 336SOURCE=..\..\source\components\namespace\nsobject.c 337# End Source File 338# Begin Source File 339 340SOURCE=..\..\source\components\namespace\nsparse.c 341# End Source File 342# Begin Source File 343 344SOURCE=..\..\source\components\namespace\nspredef.c 345# End Source File 346# Begin Source File 347 348SOURCE=..\..\source\components\namespace\nsprepkg.c 349# End Source File 350# Begin Source File 351 352SOURCE=..\..\source\components\namespace\nsrepair.c 353# End Source File 354# Begin Source File 355 356SOURCE=..\..\source\components\namespace\nsrepair2.c 357# End Source File 358# Begin Source File 359 360SOURCE=..\..\source\components\namespace\nssearch.c 361# End Source File 362# Begin Source File 363 364SOURCE=..\..\source\components\namespace\nsutils.c 365# End Source File 366# Begin Source File 367 368SOURCE=..\..\source\components\namespace\nswalk.c 369# End Source File 370# Begin Source File 371 372SOURCE=..\..\source\components\namespace\nsxfeval.c 373# End Source File 374# Begin Source File 375 376SOURCE=..\..\source\components\namespace\nsxfname.c 377# End Source File 378# Begin Source File 379 380SOURCE=..\..\source\components\namespace\nsxfobj.c 381# End Source File 382# End Group 383# Begin Group "Parser" 384 385# PROP Default_Filter "" 386# Begin Source File 387 388SOURCE=..\..\source\components\parser\psargs.c 389# End Source File 390# Begin Source File 391 392SOURCE=..\..\source\components\parser\psloop.c 393# End Source File 394# Begin Source File 395 396SOURCE=..\..\source\components\parser\psobject.c 397# End Source File 398# Begin Source File 399 400SOURCE=..\..\source\components\parser\psopcode.c 401# End Source File 402# Begin Source File 403 404SOURCE=..\..\source\components\parser\psopinfo.c 405# End Source File 406# Begin Source File 407 408SOURCE=..\..\source\components\parser\psparse.c 409# End Source File 410# Begin Source File 411 412SOURCE=..\..\source\components\parser\psscope.c 413# End Source File 414# Begin Source File 415 416SOURCE=..\..\source\components\parser\pstree.c 417# End Source File 418# Begin Source File 419 420SOURCE=..\..\source\components\parser\psutils.c 421# End Source File 422# Begin Source File 423 424SOURCE=..\..\source\components\parser\pswalk.c 425# End Source File 426# Begin Source File 427 428SOURCE=..\..\source\components\parser\psxface.c 429# End Source File 430# End Group 431# Begin Group "Tables" 432 433# PROP Default_Filter "" 434# Begin Source File 435 436SOURCE=..\..\source\components\tables\tbdata.c 437# End Source File 438# Begin Source File 439 440SOURCE=..\..\source\components\tables\tbfadt.c 441# End Source File 442# Begin Source File 443 444SOURCE=..\..\source\components\tables\tbfind.c 445# End Source File 446# Begin Source File 447 448SOURCE=..\..\source\components\tables\tbinstal.c 449# End Source File 450# Begin Source File 451 452SOURCE=..\..\source\components\tables\tbprint.c 453# End Source File 454# Begin Source File 455 456SOURCE=..\..\source\components\tables\tbutils.c 457# End Source File 458# Begin Source File 459 460SOURCE=..\..\source\components\tables\tbxface.c 461# End Source File 462# Begin Source File 463 464SOURCE=..\..\source\components\tables\tbxfload.c 465# End Source File 466# Begin Source File 467 468SOURCE=..\..\source\components\tables\tbxfroot.c 469# End Source File 470# End Group 471# Begin Group "Utilities" 472 473# PROP Default_Filter "" 474# Begin Source File 475 476SOURCE=..\..\source\components\utilities\utaddress.c 477# End Source File 478# Begin Source File 479 480SOURCE=..\..\source\components\utilities\utalloc.c 481# End Source File 482# Begin Source File 483 484SOURCE=..\..\source\components\utilities\utascii.c 485# End Source File 486# Begin Source File 487 488SOURCE=..\..\source\components\utilities\utbuffer.c 489# End Source File 490# Begin Source File 491 492SOURCE=..\..\source\components\utilities\utcache.c 493# End Source File 494# Begin Source File 495 496SOURCE=..\..\source\components\utilities\utclib.c 497# End Source File 498# Begin Source File 499 500SOURCE=..\..\source\components\utilities\utcopy.c 501# End Source File 502# Begin Source File 503 504SOURCE=..\..\source\components\utilities\utdebug.c 505# End Source File 506# Begin Source File 507 508SOURCE=..\..\source\components\utilities\utdecode.c 509# End Source File 510# Begin Source File 511 512SOURCE=..\..\source\components\utilities\utdelete.c 513# End Source File 514# Begin Source File 515 516SOURCE=..\..\source\components\utilities\uterror.c 517# End Source File 518# Begin Source File 519 520SOURCE=..\..\source\components\utilities\uteval.c 521# End Source File 522# Begin Source File 523 524SOURCE=..\..\source\components\utilities\utexcep.c 525# End Source File 526# Begin Source File 527 528SOURCE=..\..\source\components\utilities\utglobal.c 529# End Source File 530# Begin Source File 531 532SOURCE=..\..\source\components\utilities\uthex.c 533# End Source File 534# Begin Source File 535 536SOURCE=..\..\source\components\utilities\utids.c 537# End Source File 538# Begin Source File 539 540SOURCE=..\..\source\components\utilities\utinit.c 541# End Source File 542# Begin Source File 543 544SOURCE=..\..\source\components\utilities\utlock.c 545# End Source File 546# Begin Source File 547 548SOURCE=..\..\source\components\utilities\utmath.c 549# End Source File 550# Begin Source File 551 552SOURCE=..\..\source\components\utilities\utmisc.c 553# End Source File 554# Begin Source File 555 556SOURCE=..\..\source\components\utilities\utmutex.c 557# End Source File 558# Begin Source File 559 560SOURCE=..\..\source\components\utilities\utnonansi.c 561# End Source File 562# Begin Source File 563 564SOURCE=..\..\source\components\utilities\utobject.c 565# End Source File 566# Begin Source File 567 568SOURCE=..\..\source\components\utilities\utosi.c 569# End Source File 570# Begin Source File 571 572SOURCE=..\..\source\components\utilities\utownerid.c 573# End Source File 574# Begin Source File 575 576SOURCE=..\..\source\components\utilities\utpredef.c 577# End Source File 578# Begin Source File 579 580SOURCE=..\..\source\components\utilities\utresrc.c 581# End Source File 582# Begin Source File 583 584SOURCE=..\..\source\components\utilities\utstate.c 585# End Source File 586# Begin Source File 587 588SOURCE=..\..\source\components\utilities\utstring.c 589# End Source File 590# Begin Source File 591 592SOURCE=..\..\source\components\utilities\utstrtoul64.c 593# End Source File 594# Begin Source File 595 596SOURCE=..\..\source\components\utilities\uttrack.c 597# End Source File 598# Begin Source File 599 600SOURCE=..\..\source\components\utilities\utxface.c 601# End Source File 602# Begin Source File 603 604SOURCE=..\..\source\components\utilities\utxferror.c 605# End Source File 606# Begin Source File 607 608SOURCE=..\..\source\components\utilities\utxfinit.c 609# End Source File 610# Begin Source File 611 612SOURCE=..\..\source\components\utilities\utxfmutex.c 613# End Source File 614# End Group 615# Begin Group "Events" 616 617# PROP Default_Filter "" 618# Begin Source File 619 620SOURCE=..\..\source\components\events\evhandler.c 621# End Source File 622# Begin Source File 623 624SOURCE=..\..\source\components\events\evmisc.c 625# End Source File 626# Begin Source File 627 628SOURCE=..\..\source\components\events\evregion.c 629# End Source File 630# Begin Source File 631 632SOURCE=..\..\source\components\events\evrgnini.c 633# End Source File 634# Begin Source File 635 636SOURCE=..\..\source\components\events\evxface.c 637# End Source File 638# Begin Source File 639 640SOURCE=..\..\source\components\events\evxfregn.c 641# End Source File 642# End Group 643# Begin Group "Hardware" 644 645# PROP Default_Filter "" 646# Begin Source File 647 648SOURCE=..\..\source\components\hardware\hwpci.c 649# End Source File 650# End Group 651# End Group 652# Begin Group "Header Files" 653 654# PROP Default_Filter "h;hpp;hxx;hm;inl" 655# Begin Source File 656 657SOURCE=..\..\source\tools\examples\examples.h 658# End Source File 659# End Group 660# Begin Group "Resource Files" 661 662# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 663# End Group 664# End Target 665# End Project 666