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.
12 lines
377 B
12 lines
377 B
EXT_INC_PATH = $(WMDMROOT)\Dependencies\Inc;
|
|
|
|
!IF $(FREEBUILD)
|
|
EXT_LIB_PATH = $(WMDMROOT)\Dependencies\lib\$(TARGET_DIRECTORY)
|
|
!ELSE
|
|
EXT_LIB_PATH = $(WMDMROOT)\Dependencies\lib\$(TARGET_DIRECTORY)
|
|
!ENDIF
|
|
|
|
WMDM_INC_PATH = $(WMDMROOT)\Common\include;$(WMDMROOT)\Common\include\ver;
|
|
WMDM_LIB_PATH = $(WMDMROOT)\Common\lib\$(TARGET_DIRECTORY)
|
|
|
|
WMDMOUTDIR = $(_OBJ_DIR)
|