This commit is contained in:
cxgeorge 2002-03-30 00:53:14 +00:00
parent df1fd03cac
commit 64ad508937
4 changed files with 6 additions and 6 deletions

View File

@ -173,7 +173,7 @@
#defer STATIC_LIB_C++ $[STATIC_LIB_C]
// if we're attached, use dllbase.txt. otherwise let OS loader resolve dll addrspace collisions
#if $[ne $[DTOOL_INSTALL],]
#if $[ne $[DTOOL],]
// use predefined bases to speed dll loading and simplify debugging
#defer DLLNAMEBASE lib$[TARGET]$[dllext]
#defer DLLBASEADDRFILENAME dllbase.txt

View File

@ -148,7 +148,7 @@
#defer STATIC_LIB_C++ $[STATIC_LIB_C]
// if we're attached, use dllbase.txt. otherwise let OS loader resolve dll addrspace collisions
#if $[ne $[DTOOL_INSTALL],]
#if $[ne $[DTOOL],]
// use predefined bases to speed dll loading and simplify debugging
#defer DLLNAMEBASE lib$[TARGET]$[dllext]
#defer DLLBASEADDRFILENAME dllbase.txt

View File

@ -33,8 +33,8 @@
#end file
#end decygwin
#if $[ne $[DTOOL_INSTALL],]
#define dtool_ver_dir_cyg $[DTOOL_INSTALL]/src/dtoolbase
#if $[ne $[DTOOL],]
#define dtool_ver_dir_cyg $[DTOOL]/src/dtoolbase
#define dtool_ver_dir $[decygwin %,%,$[dtool_ver_dir_cyg]]
#endif

View File

@ -38,8 +38,8 @@
// should overwrite read-only files
#define NT_COPYCMD xcopy /Y /Q /R
#if $[ne $[DTOOL_INSTALL],]
#define dtool_ver_dir_cyg $[DTOOL_INSTALL]/src/dtoolbase
#if $[ne $[DTOOL],]
#define dtool_ver_dir_cyg $[DTOOL]/src/dtoolbase
#define dtool_ver_dir $[decygwin %,%,$[dtool_ver_dir_cyg]]
#endif