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.
9 lines
585 B
9 lines
585 B
#
|
|
# GIDL
|
|
#
|
|
|
|
$(O)\stub.cpp: $(WINDOWS_INC_PATH)\DUser\DUser.gidl $(WINDOWS_INC_PATH)\DUser\DUser.gh
|
|
Gidl.exe -I$(WINDOWS_INC_PATH)\DUser -I..\..\inc\public DUser.gidl DUserCtrl.gidl DUser.gh DUserCtrl.gh -dtarget=$(_BUILDARCH) -dproject=..\..\ObjectAPI.h -o$(O) -t$(NTMAKEENV)\DirectMT.gml
|
|
|
|
$(O)\super.cpp: $(WINDOWS_INC_PATH)\DUser\DUser.gidl $(WINDOWS_INC_PATH)\DUser\DUser.gh
|
|
Gidl.exe -I$(WINDOWS_INC_PATH)\DUser -I..\..\inc\public DUser.gidl DUserCtrl.gidl DUser.gh DUserCtrl.gh -dtarget=$(_BUILDARCH) -dproject=..\..\ObjectAPI.h -o$(O) -t$(NTMAKEENV)\DirectMT.gml
|