Leaked source code of windows server 2003
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.

19 lines
386 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. NTQUERYDEF = $(_OBJ_DIR)\$(TARGET_DIRECTORY)\ntquery.def
  7. NTQUERYLIB = $(TARGETPATHLIB)\$(TARGET_DIRECTORY)\ntquery.lib
  8. $(NTQUERYDEF): ntquery.def ..\..\query\query.org
  9. $(NTQUERYLIB): $(NTQUERYDEF)
  10. -lib -out:$(NTQUERYLIB) $(LIBRARIAN_FLAGS) -def:$(NTQUERYDEF) $(UMLIBS)