mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
48
sdk/lib/3rdparty/stlport/build/test/unit/aCC.mak
vendored
Normal file
48
sdk/lib/3rdparty/stlport/build/test/unit/aCC.mak
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
# -*- Makefile -*- Time-stamp: <08/06/12 16:09:49 ptr>
|
||||
|
||||
SRCROOT := ../..
|
||||
COMPILER_NAME := aCC
|
||||
-include ${SRCROOT}/Makefiles/gmake/config.mak
|
||||
ALL_TAGS = release-shared check-release
|
||||
CHECK_TAGS = check-release
|
||||
ifndef WITHOUT_STLPORT
|
||||
ALL_TAGS += stldbg-shared check-stldbg
|
||||
CHECK_TAGS += check-stldbg
|
||||
endif
|
||||
STLPORT_DIR ?= ../../..
|
||||
|
||||
STLPORT_INCLUDE_DIR = ../../../stlport
|
||||
include Makefile.inc
|
||||
include ${SRCROOT}/Makefiles/gmake/top.mak
|
||||
|
||||
ifdef WITHOUT_STLPORT
|
||||
DEFS += -DWITHOUT_STLPORT
|
||||
endif
|
||||
|
||||
dbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED
|
||||
ifndef WITHOUT_STLPORT
|
||||
stldbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED
|
||||
endif
|
||||
|
||||
INCLUDES += -I$(STLPORT_INCLUDE_DIR)
|
||||
|
||||
ifdef STLP_BUILD_BOOST_PATH
|
||||
INCLUDES += -I${STLP_BUILD_BOOST_PATH}
|
||||
endif
|
||||
|
||||
ifndef WITHOUT_STLPORT
|
||||
release-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR} -Wl,+b${STLPORT_DIR}/build/lib/${OUTPUT_DIR}
|
||||
dbg-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR_DBG} -Wl,+b${STLPORT_DIR}/build/lib/${OUTPUT_DIR_DBG}
|
||||
stldbg-shared: LDFLAGS += -L${STLPORT_DIR}/build/lib/${OUTPUT_DIR_STLDBG} -Wl,+b${STLPORT_DIR}/build/lib/${OUTPUT_DIR_STLDBG}
|
||||
endif
|
||||
|
||||
check-release: release-shared
|
||||
-${OUTPUT_DIR}/${PRGNAME}
|
||||
|
||||
ifndef WITHOUT_STLPORT
|
||||
check-stldbg: stldbg-shared
|
||||
-${OUTPUT_DIR_STLDBG}/${PRGNAME}
|
||||
endif
|
||||
|
||||
check: ${CHECK_TAGS}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue