mirror of https://github.com/tongzx/nt5src
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
387 B
12 lines
387 B
# libraries in common
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(WIN95UPG_BIN)\migutil.lib \
|
|
$(WIN95UPG_BIN)\fileenum.lib \
|
|
$(WIN95UPG_BIN)\win95reg.lib \
|
|
$(WIN95UPG_BIN)\memdb.lib \
|
|
$(WIN95UPG_BIN)\snapshot.lib \
|
|
$(WIN95UPG_BIN)\regw32d.lib \
|
|
$(WIN95UPG_BIN)\progbar.lib \
|
|
$(SDK_LIB_PATH)\cabinet.lib \
|
|
|