Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
778 B

  1. TARGETNAME=dpnlobby
  2. TARGETTYPE=DYNLINK
  3. DLLENTRY=DllMain
  4. DLLDEF=..\dplobby.def
  5. # This causes any other directory that is building in a concurrent thread to finish
  6. # before this directory is built. This is necessary to ensure that dpnet.lib has
  7. # been produced since we use it prior to the link phase via LINKLIBS. Apparently
  8. # when a DLL forwards to another DLL, the DEF file is parsed at compile time and the
  9. # LIB being forwarded to is needed at that time.
  10. SYNCHRONIZE_DRAIN=1
  11. LINKLIBS=$(LINKLIBS) \
  12. !IF !$(FREEBUILD) && defined( DIRECTX_REDIST )
  13. ..\..\..\core\$(PLAT_DIR)\$(O)\dpnetd.lib
  14. !ELSE
  15. ..\..\..\core\$(PLAT_DIR)\$(O)\dpnet.lib
  16. !ENDIF
  17. INCLUDES=..\;$(DXROOT)\inc;$(SDK_INC_PATH)
  18. SOURCES= \
  19. dplobby.rc \
  20. dpldllmain.cpp