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.
15 lines
338 B
15 lines
338 B
#
|
|
# This file defines settings that are global to all DirectPlay PocketPC builds
|
|
#
|
|
|
|
PLAT_DIR = pocketpc
|
|
ALT_PROJECT_TARGET = pocketpc
|
|
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\winsock.lib \
|
|
$(SDK_LIB_PATH)\toolhelp.lib
|
|
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|