38 lines
1.0 KiB
ObjectPascal
38 lines
1.0 KiB
ObjectPascal
#define BUILD_DIRECTORY $[WINDOWS_PLATFORM]
|
|
|
|
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
|
|
p3dtoolutil:c p3dtoolbase:c p3dtool:m
|
|
#define WIN_SYS_LIBS Imm32.lib
|
|
|
|
#define BUILDING_DLL BUILDING_PANDAWIN
|
|
|
|
#define USE_PACKAGES dx8 dx9
|
|
|
|
#begin lib_target
|
|
#define TARGET p3windisplay
|
|
#define LOCAL_LIBS \
|
|
p3display p3putil
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx winDetectDx9.cxx winDetectDx8.cxx
|
|
|
|
#define SOURCES \
|
|
config_windisplay.h \
|
|
winGraphicsPipe.I winGraphicsPipe.h \
|
|
winGraphicsWindow.I winGraphicsWindow.h \
|
|
winDetectDx.h
|
|
|
|
#define INSTALL_HEADERS \
|
|
config_windisplay.h \
|
|
winGraphicsPipe.I winGraphicsPipe.h \
|
|
winGraphicsWindow.I winGraphicsWindow.h
|
|
// Win32Defs.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
config_windisplay.cxx winGraphicsPipe.cxx \
|
|
winGraphicsWindow.cxx \
|
|
winDetectDx9.cxx winDetectDx8.cxx
|
|
|
|
#define WIN_SYS_LIBS Imm32.lib winmm.lib kernel32.lib oldnames.lib user32.lib gdi32.lib
|
|
|
|
#end lib_target
|